X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-heads.ly;h=23725036110053a19a317eb787a106e59f358b81;hb=fdc410ddf1a25df4a7a1cdf8af05d20f1d003a1d;hp=7726cac13109ca99609a81c9d1ef3de95b3e0341;hpb=e8dc65718d630d261548747e09b1c94e1182d57c;p=lilypond.git diff --git a/input/regression/collision-heads.ly b/input/regression/collision-heads.ly index 7726cac131..2372503611 100644 --- a/input/regression/collision-heads.ly +++ b/input/regression/collision-heads.ly @@ -1,29 +1,18 @@ +\version "2.10.0" \header { - texidoc = - - "If @code{merge-differently-headed}, then -open note heads may be merged with black noteheads, but only -if the black note heads are from 8th or shorter notes. -" - + texidoc = + "Open and black note heads are not merged by default." + } -\score { \notes \context Staff\relative c''< -\context Voice = VA { - \voiceOne + +\layout { ragged-right= ##t } + + +\context Staff \relative c'' << + { 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 -} - > - } + }\\ + { + c8 c4. c2 + } +>>