]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-beam.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / grace-beam.ly
index 77a2a08c8551a5f15fc1dff392dab134a704df13..3d97e210d82dab11c88ff06452a705333fe561b9 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.3.4"
-\score { \relative c'' { c4  d8[ \grace {  e32[  d c d] } e8]  e[  e \grace { f16 } e8 e]   }}
+\version "2.14.0"
+\relative c'' {
+  c4  d8[
+    \grace {  e32[  d c d] } e8]
+  e[  e
+      \grace { f16 } e8 e]
+}