]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-length.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / beam-length.ly
index 966db47865667f13a45cffcadbaac4407e9e1933..53685449cee00da650b7c249c8ce001d93005661 100644 (file)
@@ -1,17 +1,15 @@
 
-\version "2.1.30"
+\version "2.16.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
 }