]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-glyphs.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / dynamics-glyphs.ly
index 396a1479fea02b56bff33122f98f35e2c3540e3d..56dad3dac33cb6978649eb9726b34b0636646428 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.18"
+
+\version "2.11.51"
 
 \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'' {
+  c1\ff
+  e,-.-> \f
+  e \rfz                     
+  c' \mf
+  c \mp \> 
+  c\!\ppppp \< 
+  c\sfp\!
 }