]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-head-chords.ly
Make relative-includes configurable with a -d option.
[lilypond.git] / input / regression / collision-head-chords.ly
index d50ba689b8da8ee2a11ef0e3b32acce91a827972..79ba2882400b9c1d927263bf6cf90147d7126aa1 100644 (file)
@@ -1,18 +1,18 @@
-\version "2.4.0"
+\version "2.11.51"
 \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'' {
-c4 
+
+\relative c'' {
+  c4 
   << { c4 d4 <c d>8  <c d> <c d> } \\  { c4 c <a b>8 <b c> <c d>8 } >>
 }
-\layout {raggedright = ##t} 
-}