]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-glyphs.ly
(start_translation_timestep): split
[lilypond.git] / input / regression / dynamics-glyphs.ly
index 0616f2ecc7de72b667a5c9d56a015718ecf9ff03..e00f5d04a301c20a4a4925a39e334f93dbcc2bb2 100644 (file)
@@ -1,4 +1,6 @@
 
+\version "2.4.0"
+
 \header {texidoc = "Dynamic letters are kerned, and their weight
 matches that of the hairpin signs.  The dynamic scripts should be
 horizontally centered on the note head.  Scripts that should appear
@@ -7,13 +9,14 @@ closer to the note head (staccato, accent) are reckoned with.
 
 \score {
     
-\notes\relative c'' { c1-\ff
+\relative c'' { c1\ff
                      e,-.-> \f
                      e \rfz                  
                      c' \mf
-                     c \mp \> \!
-                     c \ppppp \< \!
-                     c \sfp
+                     c \mp \> 
+                     c\!\ppppp \< 
+                     c\sfp\!
                      
 }
 }
+