]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-length.ly
*** empty log message ***
[lilypond.git] / input / regression / beam-length.ly
index 3e9a66a16ef3fdd03c05bea96b01c079c4a86289..7ae9994509b3ccf90f8bbcdd778e56da83a4ca11 100644 (file)
@@ -1,17 +1,15 @@
 
-\version "2.1.36"
+\version "2.7.39"
 
 \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
 }