]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-length.ly
Corrected on_line for better ledger lines for different staves.
[lilypond.git] / input / regression / beam-length.ly
index 5630e10234e48683120161cede9a552eb1211a44..5c1f22bbda4389ecaf74101ebf31057c84f40364 100644 (file)
@@ -1,17 +1,15 @@
 
-\version "2.4.0"
+\version "2.11.51"
 
 \header{
-texidoc="
+  texidoc="
 Beams should look the same.
 "
 }
-    \layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-    
-\score { 
-  \context Voice \relative c {
-                        d''8[ d d]  d[ g d]
-                       c c
-  }
+
+\context Voice \relative c {
+  d''8[ d d]  d[ g d]
+  c c
 }