]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-beam.ly
Doc-es: various updates.
[lilypond.git] / input / regression / grace-beam.ly
index 27f379d2a5e9e4effad9c76dc6fe10741caada02..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.
 "
 }
 
-    \layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 
-\version "2.3.22"
-\score { \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]
+}