X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-dots.ly;h=b0e8e1487ac7fd84a57e4db754ab96671f9d10e8;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=4e8442cea74adeabd6892ecf28d5d25a265b2f50;hpb=d2e7425b88e579fe53989106965fa13eab551c92;p=lilypond.git diff --git a/input/regression/collision-dots.ly b/input/regression/collision-dots.ly index 4e8442cea7..b0e8e1487a 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.8" - \paper { raggedright= ##t } +\version "2.16.0" +\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 } +>>