]> 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 90273bac3e70c5ecf05fa3af0d6b926c6f519d71..a098b5e2962e13470347bf40f219b7975c63c8af 100644 (file)
@@ -1,14 +1,19 @@
 
 \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 "2.1.30"
-\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]
+}