]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-glyphs.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / dynamics-glyphs.ly
index 06ab519c4dfd7819238b018f2f3d5d61558bc949..1e9cf4d581a3e0cfbdcff50c1f4fb632236fc7a5 100644 (file)
@@ -1,5 +1,5 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.1.26"
 
 \header {texidoc = "Dynamic letters are kerned, and their weight
 matches that of the hairpin signs.  The dynamic scripts should be
@@ -9,13 +9,13 @@ closer to the note head (staccato, accent) are reckoned with.
 
 \score {
     
-\notes\relative c'' { c1-\ff
-                     e,-.-> -\f
+\notes\relative c'' { c1\ff
+                     e,-.-> \f
                      e \rfz                  
-                     c' -\mf
-                     c -\mp \> 
-                     c-\!-\ppppp \< 
-                     c-\sfp-\!
+                     c' \mf
+                     c \mp \> 
+                     c\!\ppppp \< 
+                     c\sfp\!
                      
 }
 }