]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-glyphs.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / dynamics-glyphs.ly
index e00f5d04a301c20a4a4925a39e334f93dbcc2bb2..7193ab1740d97e7c6957b533d048f04df305c37b 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.4.0"
+\version "2.14.0"
 
 \header {texidoc = "Dynamic letters are kerned, and their weight
 matches that of the hairpin signs.  The dynamic scripts should be
@@ -7,16 +7,14 @@ horizontally centered on the note head.  Scripts that should appear
 closer to the note head (staccato, accent) are reckoned with.
 "  }
 
-\score {
-    
-\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\!
 }