]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-beam.ly
* input/regression/markup-syntax.ly: remove \score.
[lilypond.git] / input / regression / grace-beam.ly
index 8a51accbc9f31653b535643e2c294aa1e2e144ae..a9416d1b9e7a056291f9b10b54655a8b18114e41 100644 (file)
@@ -6,9 +6,9 @@ Unbeamed grace notes are not put into normal beams.
 "
 }
 
-    \paper { raggedright= ##t }
+    \layout { raggedright= ##t }
 
 
-\version "1.9.1"
-\score { \notes\relative c'' { c4  d8[ \grace {  e32[  d c d] } e8]  e[  e \grace { f16 } e8 e]   }}
+\version "2.4.0"
+\score { \relative c'' { c4  d8[ \grace {  e32[  d c d] } e8]  e[  e \grace { f16 } e8 e]   }}