]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-length.ly
Merge branch 'origin'
[lilypond.git] / input / regression / beam-length.ly
index 58e2f35a8699538260cb96d0dd6de0ef40d0bf0d..5c1f22bbda4389ecaf74101ebf31057c84f40364 100644 (file)
@@ -1,16 +1,15 @@
-\version "1.7.18"
+
+\version "2.11.51"
 
 \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
 }