]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-head-chords.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / collision-head-chords.ly
index 1653b9e8c91099ab5912b0c8983444c7fa595243..2dfadebd3325babb394825493adff7634c28d2ea 100644 (file)
@@ -1,18 +1,18 @@
-\version "2.6.0"
+\version "2.19.21"
 \header {
-texidoc = "Note heads in collisions should be merged if
+  texidoc = "Note heads in collisions should be merged if
 they have the same positions in the extreme note heads.  
 "
 
 }
+\layout {ragged-right = ##t}
 
 
-\score {
-  \relative c'' {
-c
+
+\relative {
+  c''
   << { c4 d4 <c d>8  <c d> <c d> } \\  { c4 c <a b>8 <b c> <c d>8 } >>
 }
-\layout {raggedright = ##t} 
-}