X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-2.ly;h=bb8a8ede3783b3698cf9465c0277e708d2326c31;hb=837039eaeba8d19517a0ef313fba711187dc0012;hp=e97ea89dbafc1ca1ae7b4e1d763cc60627b13e78;hpb=0eeb762ef648edae9e9abde3d078cf3d814a8f36;p=lilypond.git diff --git a/input/regression/collision-2.ly b/input/regression/collision-2.ly index e97ea89dba..bb8a8ede37 100644 --- a/input/regression/collision-2.ly +++ b/input/regression/collision-2.ly @@ -1,13 +1,14 @@ -\version "1.5.68" +\version "2.10.0" +\header { +texidoc = "Single head notes may collide. " +} -\score { - \notes +\layout { ragged-right= ##t } + + +\context Staff \transpose c c' << + { c4 d e f g2 g4 a | } \\ + { g4 f e g g2 g2 } +>> - \context Staff \notes < - %% the f and g on 4th beat are exceptionally ugh. - \context Voice=i { \stemUp c4 d e f g2 g4 a | } - \context Voice=ii { \stemDown g4 f e g g2 g2 } - > -} -%% new-chords-done %% \ No newline at end of file