]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-length.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / beam-length.ly
index 590cf8fb85b4792ca1668a4e6cd063e19f8336ea..c1603fecd07b91a5f2a61f66bec6de1e8bee0790 100644 (file)
@@ -1,15 +1,15 @@
-\version "1.7.6"
+
+\version "2.19.21"
 
 \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 {
+  d''8[ d d]  d[ g d]
+  c c
 }
-%% new-chords-done %%
\ No newline at end of file