X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-dots.ly;h=264a3350d0be3b842c6d4f8d7273f795518bfe2a;hb=730e35bfe91fc8b151fbd54c6daddaf930664327;hp=dc808a8fa2afcad276a555abd6db7bb8d15faec6;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/collision-dots.ly b/input/regression/collision-dots.ly index dc808a8fa2..264a3350d0 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.0" - \paper { raggedright= ##t } +\version "2.12.0" +\layout { ragged-right= ##t } - -\score{ - \context Staff \notes < - \clef "bass" - \context Voice = "Tenor" { - \stemUp - b8. c'16 d'4 b8 c'8 d'4 - } - \context Voice = "Bass" { - \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 } +>>