]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-length.ly
Merge branch 'master' into translation
[lilypond.git] / input / regression / beam-length.ly
index e1689107fc4d3e4a4cb8ac97f52c39be332eb472..c1603fecd07b91a5f2a61f66bec6de1e8bee0790 100644 (file)
@@ -1,16 +1,15 @@
-\version "1.3.146"
+
+\version "2.19.21"
 
 \header{
-texidoc="
-beams should look the same
+  texidoc="
+Beams should look the same.
 "
 }
-    
-\score { 
-  \context Voice \notes\relative c {
+\layout { ragged-right= ##t }
+
 
-                       [d''8 d d] [d g d]
-                       c c
-       
-  }
+\context Voice \relative {
+  d''8[ d d]  d[ g d]
+  c c
 }