]> 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 367469e1a24d5a6f2569c6bc80be97dcccd3e08c..0aa75547f8ad4a27f5e8a6793aa6bc4a2b407685 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 "1.9.4"
-\score { \notes\relative c'' { c4  d8[ \grace {  e32[  d c d] } e8]  e[  e \grace { f16 } e8 e]   }}
+\version "2.16.0"
+\relative c'' {
+  c4  d8[
+    \grace {  e32[  d c d] } e8]
+  e[  e
+      \grace { f16 } e8 e]
+}