X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-dots.ly;h=c603e3217f59d716e93b6a61cb3a72b01884162b;hb=f13c054f0795e10f06931a267af51220a6b9fc66;hp=f2a5a36b4ffe5923fde311a8de2b588418fe26a6;hpb=70048d99398924e7ca0eb481925145ec243700c5;p=lilypond.git diff --git a/input/regression/collision-dots.ly b/input/regression/collision-dots.ly index f2a5a36b4f..c603e3217f 100644 --- a/input/regression/collision-dots.ly +++ b/input/regression/collision-dots.ly @@ -1,27 +1,17 @@ - - - \header { texidoc = "Collision resolution tries to put notes with dots on the right side." } -\version "1.9.4" - \paper { raggedright= ##t } +\version "2.11.51" +\layout { ragged-right= ##t } - -\score{ - \context Staff \notes << - \clef "bass" - \new Voice { - \stemUp - b8. c'16 d'4 b8 c'8 d'4 - } - \new Voice { - \stemDown - b2 b2 - } - >> -} +% todo: b2 (up) + b8 down looks strange compared to c2up + b8. (down) +\context Staff << + \clef "bass" + { b8. c'16 d'4 b8 c'8 d'4 b2 b2 } + \\ + { b2 b2 b8. a16 g4 b8 a g4 } +>>