]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-head-chords.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / collision-head-chords.ly
index 3da9f8509e27c6b4fa2d17388df8151118003697..2d52f34bffd01be1056f649b3346593523b46a5a 100644 (file)
@@ -1,18 +1,18 @@
-\version "2.2.0"
+\version "2.16.0"
 \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 {
-\notes  \relative c'' {
-c4 
+
+\relative c'' {
+  c4 
   << { c4 d4 <c d>8  <c d> <c d> } \\  { c4 c <a b>8 <b c> <c d>8 } >>
 }
-\paper {raggedright = ##t} 
-}