]> 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 38ba76dff76931ea9c90108c00be62cc55250b90..53685449cee00da650b7c249c8ce001d93005661 100644 (file)
@@ -1,14 +1,15 @@
-\version "1.7.18"
+
+\version "2.16.0"
 
 \header{
-texidoc="
-beams should look the same
+  texidoc="
+Beams should look the same.
 "
 }
-    
-\score { 
-  \context Voice \notes\relative c {
-                        d''8-[ d d]  d-[ g d]
-                       c c
-  }
+\layout { ragged-right= ##t }
+
+
+\context Voice \relative c {
+  d''8[ d d]  d[ g d]
+  c c
 }