]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/broken-crescendo-hairpin.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / broken-crescendo-hairpin.ly
index 6a30e2850db109b08dd5d4919962aede7bb32b5d..5cfbe251ed45c7ed903ec0bdb431ab3da53d182b 100644 (file)
@@ -1,12 +1,12 @@
 %% Do not edit this file; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.13.4"
+\version "2.13.16"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 1d589aa04c20d7711bf662618adbdd6d445db29d
   texidoces = "
 Para hacer invisibles partes de un regulador de crescendo, se usa
 el método de dibujar un rectángulo blanco encima de la parte
@@ -44,35 +44,38 @@ y-origin of the rectangle.
 
 
 Make sure to put the hairpin in a lower layer than the text markup to
-draw the rectangle over the hairpin. 
+draw the rectangle over the hairpin.
 
 "
   doctitle = "Broken Crescendo Hairpin"
 } % begin verbatim
 
 \relative c' {
-  << {
-    \dynamicUp
-    \override DynamicLineSpanner #'staff-padding = #4
-    r2 r16 c'8.\pp r4
-  }
-  \\
-  {
-    \override DynamicLineSpanner #'layer = #0
-    des,2\mf\< ~
-    \override TextScript #'layer = #2
-    des16_\markup {
-      \postscript #"
-        1.9 -8 translate
-        5 4 scale
-        1 setgray
-        0 0 moveto
-        0 1 lineto
-        1 1 lineto
-        1 0 lineto
-        0 0 lineto
-        fill"
+  <<
+    {
+      \dynamicUp
+      \override DynamicLineSpanner #'staff-padding = #4
+      r2 r16 c'8.\pp r4
     }
-    r8. des4 ~ des16->\sff
-  } >>
+    \\
+    {
+      \override DynamicLineSpanner #'layer = #0
+      des,2\mf\< ~
+      \override TextScript #'layer = #2
+      des16_\markup {
+        \postscript #"
+          1.9 -8 translate
+          5 4 scale
+          1 setgray
+          0 0 moveto
+          0 1 lineto
+          1 1 lineto
+          1 0 lineto
+          0 0 lineto
+          fill"
+      }
+      r8. des4 ~ des16->\sff
+    }
+  >>
 }
+