X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-dots.ly;h=264a3350d0be3b842c6d4f8d7273f795518bfe2a;hb=090e6bbca25267dfc2260e685536957dbb414063;hp=9e48f667c6e834d014588c3b507fef942b3825a9;hpb=95e7eaeeffd28d3a32b3e32578e257197248456b;p=lilypond.git diff --git a/input/regression/collision-dots.ly b/input/regression/collision-dots.ly index 9e48f667c6..264a3350d0 100644 --- a/input/regression/collision-dots.ly +++ b/input/regression/collision-dots.ly @@ -1,23 +1,17 @@ - - -\header { texidoc = "collision resolution tries to put notes with dots +\header { texidoc = "Collision resolution tries to put notes with dots on the right side." } -\version "1.5.68" +\version "2.12.0" +\layout { ragged-right= ##t } + +% 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 } +>> -\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 - } - > -}