]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-length.ly
Fix 1120.
[lilypond.git] / input / regression / beam-length.ly
index d3242c0352908af8b749b8b127e44bb67d626a06..768930adb01b866c7b094c507cb285081d920acf 100644 (file)
@@ -1,17 +1,15 @@
 
-\version "1.9.1"
+\version "2.12.0"
 
 \header{
-texidoc="
+  texidoc="
 Beams should look the same.
 "
 }
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-    
-\score { 
-  \context Voice \notes\relative c {
-                        d''8[ d d]  d[ g d]
-                       c c
-  }
+
+\context Voice \relative c {
+  d''8[ d d]  d[ g d]
+  c c
 }