]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/broken-crescendo-hairpin.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / broken-crescendo-hairpin.ly
index 2917c44e4560abdc1e9f7f472c53cea2749f631a..3c5443ad719cd31ecfcdf7c77a6850d84fdc0012 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.29"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 0b55335aeca1de539bf1125b717e0c21bb6fa31b
   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
@@ -51,28 +51,31 @@ draw the rectangle over the 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
+    }
+  >>
 }
+