]> 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 c97d17fd4c3f4406acb8b39d0b435c7281443138..a9416d1b9e7a056291f9b10b54655a8b18114e41 100644 (file)
@@ -1,4 +1,4 @@
-#(ly:set-option 'old-relative)
+
 \header
 {
 texidoc = "Grace beams and normal beams may occur simultaneously.
@@ -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]   }}