]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-head-chords.ly
Merge commit 'origin' into includes
[lilypond.git] / input / regression / collision-head-chords.ly
index 57be7c93276350f2fc2373f8aa02d6a203a54c71..248e6748092d7677d204bc2609e9e167d50f896d 100644 (file)
@@ -1,18 +1,18 @@
-\version "1.7.16"
+\version "2.12.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 
-  < { c4 d4 <<c d>>8  <<c d>> <<c d>> } \\  { c4 c <<a b>>8 <<b c>> <<c d>>8 } >
-}
-\paper {raggedright = ##t} 
+
+\relative c'' {
+  c4 
+  << { c4 d4 <c d>8  <c d> <c d> } \\  { c4 c <a b>8 <b c> <c d>8 } >>
 }
+
 
-%% new-chords-done %%