]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-glyphs.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / dynamics-glyphs.ly
index 3cb389a100f9a7f313183292fce8de38922f164f..de74a114f1b614256bc11f052eb6a77b1b53ca7c 100644 (file)
@@ -1,15 +1,20 @@
 
-\header {texidoc =
-"Dynamic letters are kerned, and their weight matches that
-of the hairpin signs."
-}
-\score {
-    
-\notes\relative c'' { c4-\ff
-                     c \f
-                     c \mf
-                     c \mp \> \!
-                     c \pp \< \!
-                     c \sfp
-}
+\version "2.19.21"
+
+\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.
+"  }
+
+
+\relative {
+  c''1\ff
+  e,-.-> \f
+  e \rfz                     
+  c' \mf
+  c \mp \> 
+  c\!\ppppp \< 
+  c\sfp\!
 }
+