]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/broken-crescendo-hairpin.ly
Merge branch 'master' of git://git.savannah.gnu.org/lilypond.git
[lilypond.git] / Documentation / snippets / broken-crescendo-hairpin.ly
index f7c3d7516001dbdc8dd6075a3baaefcca75c2a7c..ee3506f1988bf3962fd56f7cfd4526f8eb84a4ea 100644 (file)
@@ -1,12 +1,15 @@
-%% Do not edit this file; it is automatically
+%% DO NOT EDIT this file manually; it is automatically
 %% generated from LSR http://lsr.dsi.unimi.it
+%% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
+%% and then run scripts/auxiliar/makelsr.py
+%%
 %% This file is in the public domain.
-\version "2.13.10"
+\version "2.14.0"
 
 \header {
   lsrtags = "expressive-marks"
 
-%% Translation of GIT committish: b2d4318d6c53df8469dfa4da09b27c15a374d0ca
+%% Translation of GIT committish: 70f5f30161f7b804a681cd080274bfcdc9f4fe8c
   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 +54,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
+    }
+  >>
 }
+