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 |