Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1017)

Unified Diff: Documentation/snippets/broken-crescendo-hairpin.ly

Issue 6635050: Make arguments like Context.GrobName accessible as symbol lists (Closed) Base URL: http://git.savannah.gnu.org/gitweb/?p=lilypond.git/trunk/
Patch Set: Allow \override Accidental.color = #red (dot between grob and property) Created 12 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Documentation/snippets/broken-crescendo-hairpin.ly
diff --git a/Documentation/snippets/broken-crescendo-hairpin.ly b/Documentation/snippets/broken-crescendo-hairpin.ly
index b21fc6e7929fc8847dce5edcdd85809993272811..db3ba99f0dd0ed08041e97408fac21f85c51cc33 100644
--- a/Documentation/snippets/broken-crescendo-hairpin.ly
+++ b/Documentation/snippets/broken-crescendo-hairpin.ly
@@ -4,7 +4,7 @@
%% and then run scripts/auxiliar/makelsr.py
%%
%% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
\header {
lsrtags = "contemporary-notation, expressive-marks, symbols-and-glyphs"
@@ -35,14 +35,14 @@ draw the rectangle over the hairpin.
<<
{
\dynamicUp
- \override DynamicLineSpanner #'staff-padding = #4
+ \override DynamicLineSpanner.staff-padding = #4
r2 r16 c'8.\pp r4
}
\\
{
- \override DynamicLineSpanner #'layer = #0
+ \override DynamicLineSpanner.layer = #0
des,2\mf\< ~
- \override TextScript #'layer = #2
+ \override TextScript.layer = #2
des16_\markup {
\postscript #"
1.9 -8 translate
« no previous file with comments | « Documentation/snippets/breathing-signs.ly ('k') | Documentation/snippets/caesura-railtracks-with-fermata.ly » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b