]> 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 83fc0c0060960560ceca79fab7ba56867365ca82..c1603fecd07b91a5f2a61f66bec6de1e8bee0790 100644 (file)
@@ -1,17 +1,15 @@
 
-\version "2.3.4"
+\version "2.19.21"
 
 \header{
-texidoc="
+  texidoc="
 Beams should look the same.
 "
 }
-    \paper { raggedright= ##t }
+\layout { ragged-right= ##t }
 
-    
-\score { 
-  \context Voice \relative c {
-                        d''8[ d d]  d[ g d]
-                       c c
-  }
+
+\context Voice \relative {
+  d''8[ d d]  d[ g d]
+  c c
 }