X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-heads.ly;h=b1d9b1e598d5e87c5de8212a40bb7fb4a8fcbf91;hb=8cf69a467ad7650f5ca9da6fe2dfd4c7c088b239;hp=04ef2f7326b83e61f51aba2b113094115d23a1fe;hpb=c89de2a770104af7b014bd4674e871957951e8fb;p=lilypond.git diff --git a/input/regression/collision-heads.ly b/input/regression/collision-heads.ly index 04ef2f7326..b1d9b1e598 100644 --- a/input/regression/collision-heads.ly +++ b/input/regression/collision-heads.ly @@ -1,29 +1,18 @@ +\version "2.19.21" \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. -" - -} -\score { \notes \context Staff\relative c''< -\context Voice = VA { - \voiceOne - c2 c8 c4. - - \property Staff.NoteCollision \override #'merge-differently-headed = ##t - c2 - c4. c8 - c2 -} -\context Voice = VB { - \voiceTwo - c8 c4. - c2 - c8 c4. - c2 - c4 + texidoc = + "Open and black note heads are not merged by default." + } - > - } + +\layout { ragged-right= ##t } + + +\context Staff \relative << + { + c''2 c8 c4. + }\\ + { + c8 c4. c2 + } +>>