]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-glyphs.ly
ignore gcov
[lilypond.git] / input / regression / dynamics-glyphs.ly
index 0616f2ecc7de72b667a5c9d56a015718ecf9ff03..f8099ae9e3e4858e9c8c9bfb2a60395608882cf6 100644 (file)
@@ -1,19 +1,20 @@
 
+\version "2.10.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'' { 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\!
 }
+