X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-heads.ly;h=8da3ef2c255de7789ad1860cc7ccf23f798f0aad;hb=59566db06793e38a8805f75d2ee80970ff2cad0f;hp=2b01470640f804974a94b8dc29cbd2df901ed261;hpb=27867f6fb5200743ae18e9e54eb8176e20876b59;p=lilypond.git diff --git a/input/regression/collision-heads.ly b/input/regression/collision-heads.ly index 2b01470640..8da3ef2c25 100644 --- a/input/regression/collision-heads.ly +++ b/input/regression/collision-heads.ly @@ -1,4 +1,4 @@ -\version "1.7.18" +\version "2.1.22" \header { texidoc = @@ -8,26 +8,24 @@ if the black note heads are from 8th or shorter notes. " } - \paper { raggedright= ##t } +\paper { raggedright= ##t } -\score { \notes \context Staff\relative c''< -\context Voice = VA { - \voiceOne - c2 c8 c4. - - \property Staff.NoteCollision \override #'merge-differently-headed = ##t - c2 - c8 c4. - c2 -} -\context Voice = VB { - \voiceTwo - c8 c4. - c2 - c8 c4. - c2 - c4 + +\score { + \context Staff \notes \relative c'' << + { + c2 c8 c4. + + \override Staff.NoteCollision #'merge-differently-headed = ##t + c2 c8 c4. + c2 + }\\ + { + c8 c4. c2 + + c8 c4. c2 + c4 + } + >> } - > - }