]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-length.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into kainhofer
[lilypond.git] / input / regression / beam-length.ly
index 3c2a8f16be5ffd6f8d283795feb60eb7ea78c2cf..31035bb691f4932a5626ce4933081cf1b764549a 100644 (file)
@@ -1,14 +1,15 @@
+
+\version "2.10.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
 }