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