]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/dynamics-glyphs.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / dynamics-glyphs.ly
index 5d5613aacb51f86badf5044e847c14663f2d03f7..6a58b087dea3d510ef4cda06122396817be7c400 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "1.9.2"
+\version "2.12.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 {
-    
-\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\!
 }