]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/broken-crescendo-hairpin.ly
lilypond-book robustness: ensure EOL at the end of @verbatim
[lilypond.git] / input / lsr / broken-crescendo-hairpin.ly
index 487ccd0402a050a44cd9573f46191c54e9c3bec2..2baa30cf8ffd61d5645e62bb9375fde12c61f8fb 100644 (file)
@@ -1,8 +1,11 @@
-%% Do not edit this file; it is auto-generated from input/new
+%% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.57"
+\version "2.13.1"
 
 \header {
+  lsrtags = "expressive-marks"
+
+%% Translation of GIT committish: dff50e8e1d3134657a6b6203b9c93826dc4cef65
   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
@@ -25,24 +28,25 @@ regulador.
 "
   doctitlees = "Regulador interrumpido"
 
-  lsrtags = "expressive-marks"
   texidoc = "
 In order to make parts of a crescendo hairpin invisible, the following
 method is used: A white rectangle is drawn on top of the respective
 part of the crescendo hairpin, making it invisible.  The rectangle is
 defined as postscript code within a text markup.
 
-To fine-tune the position and size of the markup, the number
-preceding @code{setgray} in the postscript definition can be set to a
-value less than one, making it grey.  The two numbers before @code{scale}
-in the postscript code are responsible for the width and height of the
+To fine-tune the position and size of the markup, the number preceding
+@code{setgray} in the postscript definition can be set to a value less
+than one, making it grey.  The two numbers before @code{scale} in the
+postscript code are responsible for the width and height of the
 rectangle, the two numbers before @code{translate} change the x- and
 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"
+  doctitle = "Broken Crescendo Hairpin"
 } % begin verbatim
 
 \relative c' {
@@ -57,8 +61,16 @@ draw the rectangle over the hairpin.
     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"
+      \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
   } >>