]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-glyphs.ly
* input/regression/slur-area.ly: move from test/
[lilypond.git] / input / regression / dynamics-glyphs.ly
index 07d9a26f26240547fdf07777e086fe52932d35e1..449b9c877ccc80a1701a139f9d670bdd468f28fb 100644 (file)
@@ -1,11 +1,21 @@
+\version "1.7.18"
+
+\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 \< \!
+\notes\relative c'' { c1-\ff
+                     e,-.-> -\f
+                     e \rfz                  
+                     c' -\mf
+                     c -\mp \> \!
+                     c \ppppp \< \!
                      c \sfp
+                     
 }
 }
+