]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-length.ly
($(addprefix $(outdir)/,$(LYM4_FILES):
[lilypond.git] / input / regression / beam-length.ly
index e1689107fc4d3e4a4cb8ac97f52c39be332eb472..83fc0c0060960560ceca79fab7ba56867365ca82 100644 (file)
@@ -1,16 +1,17 @@
-\version "1.3.146"
+
+\version "2.3.4"
 
 \header{
 texidoc="
-beams should look the same
+Beams should look the same.
 "
 }
+    \paper { raggedright= ##t }
+
     
 \score { 
-  \context Voice \notes\relative c {
-
-                       [d''8 d d] [d g d]
+  \context Voice \relative c {
+                        d''8[ d d]  d[ g d]
                        c c
-       
   }
 }