]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-beam.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / grace-beam.ly
index c97d17fd4c3f4406acb8b39d0b435c7281443138..a098b5e2962e13470347bf40f219b7975c63c8af 100644 (file)
@@ -1,14 +1,19 @@
-#(ly:set-option 'old-relative)
+
 \header
 {
-texidoc = "Grace beams and normal beams may occur simultaneously.
+  texidoc = "Grace beams and normal beams may occur simultaneously.
 Unbeamed grace notes are not put into normal beams.
 "
 }
 
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##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.19.21"
+\relative {
+  c''4  d8[
+    \grace {  e32  d c d } e8]
+  e[  e
+      \grace { f16 } e8 e]
+}