]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-length.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / beam-length.ly
index c60c784d0a6de5d66ebea188414e5de915133df5..289b5ad01891e9f510a05329d4552abd374613d9 100644 (file)
@@ -1,15 +1,15 @@
-\version "1.5.68"
+
+\version "2.14.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
 }
-%% new-chords-done %%
\ No newline at end of file