]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-length.ly
* lily/note-column.cc: reformat.
[lilypond.git] / input / regression / beam-length.ly
index 6d644d27be4f5dbe1e07675e0f229f51bc5b885c..7ae9994509b3ccf90f8bbcdd778e56da83a4ca11 100644 (file)
@@ -1,14 +1,15 @@
-\version "1.5.68"
+
+\version "2.7.39"
 
 \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
 }