X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fcollision-dots.ly;h=77e34c38c541e484d29dcb187e5bb5f562e732e1;hb=af4acb9a3e67c63bc339fa22325c4b640b4441ac;hp=6b90b4a6f2172ad820f36d1421ca32ad167c5fb0;hpb=27867f6fb5200743ae18e9e54eb8176e20876b59;p=lilypond.git diff --git a/input/regression/collision-dots.ly b/input/regression/collision-dots.ly index 6b90b4a6f2..77e34c38c5 100644 --- a/input/regression/collision-dots.ly +++ b/input/regression/collision-dots.ly @@ -1,27 +1,20 @@ -\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.7.18" - \paper { raggedright= ##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 - } - > -} +\version "2.7.39" +\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 } +>>