X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-heads.ly;h=1a0a9fba83ee3708cb7960ccf96bd299ddc198ad;hb=8841948d136631e7547cd52665129bdb06f882f8;hp=3f295d71d28901cdc864a01b2877e6fcde141473;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/collision-heads.ly b/input/regression/collision-heads.ly index 3f295d71d2..1a0a9fba83 100644 --- a/input/regression/collision-heads.ly +++ b/input/regression/collision-heads.ly @@ -1,34 +1,18 @@ -#(ly:set-option 'old-relative) -\version "1.9.8" +\version "2.14.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." + } - \paper { raggedright= ##t } + +\layout { ragged-right= ##t } -\score { \notes \context Staff\relative c''<< -\new Voice { - \voiceOne +\context Staff \relative c'' << + { c2 c8 c4. - - \property Staff.NoteCollision \override #'merge-differently-headed = ##t - c2 - c8 c4. - c2 -} -\new Voice { - \voiceTwo - c8 c4. - c2 - c8 c4. - c2 - c4 -} - >> - } + }\\ + { + c8 c4. c2 + } +>>