]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-glyphs.ly
(start_translation_timestep): split
[lilypond.git] / input / regression / dynamics-glyphs.ly
index 3cb389a100f9a7f313183292fce8de38922f164f..e00f5d04a301c20a4a4925a39e334f93dbcc2bb2 100644 (file)
@@ -1,15 +1,22 @@
 
-\header {texidoc =
-"Dynamic letters are kerned, and their weight matches that
-of the hairpin signs."
-}
+\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
+closer to the note head (staccato, accent) are reckoned with.
+"  }
+
 \score {
     
-\notes\relative c'' { c4-\ff
-                     c \f
-                     c \mf
-                     c \mp \> \!
-                     c \pp \< \!
-                     c \sfp
+\relative c'' { c1\ff
+                     e,-.-> \f
+                     e \rfz                  
+                     c' \mf
+                     c \mp \> 
+                     c\!\ppppp \< 
+                     c\sfp\!
+                     
 }
 }
+