]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/collision-head-chords.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / collision-head-chords.ly
index 57be7c93276350f2fc2373f8aa02d6a203a54c71..e5b7b99ecc1b2961c410b965feb7bdf2dd20c18d 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.7.16"
+\version "2.3.4"
 \header {
 texidoc = "Note heads in collisions should be merged if
 they have the same positions in the extreme note heads.  
@@ -8,11 +8,11 @@ they have the same positions in the extreme note heads.
 
 
 \score {
-\notes  \relative c'' {
+  \relative c'' {
 c4 
-  < { c4 d4 <<c d>>8  <<c d>> <<c d>> } \\  { c4 c <<a b>>8 <<b c>> <<c d>>8 } >
+  << { c4 d4 <c d>8  <c d> <c d> } \\  { c4 c <a b>8 <b c> <c d>8 } >>
 }
 \paper {raggedright = ##t} 
 }
 
-%% new-chords-done %%
+