]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-length.ly
Fix 442.
[lilypond.git] / input / regression / beam-length.ly
index 105e9ce12db12d044835d42fc63560d8d5af46df..768930adb01b866c7b094c507cb285081d920acf 100644 (file)
@@ -1,17 +1,15 @@
 
-\version "2.3.16"
+\version "2.12.0"
 
 \header{
-texidoc="
+  texidoc="
 Beams should look the same.
 "
 }
-    \paper { 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
 }