X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-heads.ly;h=575280459cc67ac0f4edc7b42a46712820889d3d;hb=a58143ffd322981ea22351c44a0d5929f18892e5;hp=9a281587e66da50ded865f8b4bc588074b7f13ad;hpb=e1ef1410eeca1c9470c186da306e1f87b1b1a600;p=lilypond.git diff --git a/input/regression/collision-heads.ly b/input/regression/collision-heads.ly index 9a281587e6..575280459c 100644 --- a/input/regression/collision-heads.ly +++ b/input/regression/collision-heads.ly @@ -1,31 +1,18 @@ -\version "1.7.6" +\version "2.11.51" \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 -} - > - } -%% new-chords-done %% \ No newline at end of file + }\\ + { + c8 c4. c2 + } +>>