From: fred Date: Tue, 15 May 2001 21:52:51 +0000 (+0000) Subject: lilypond-1.4.2 X-Git-Tag: release/1.5.59~5699 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fb2da9a74958c224d716f38edeceb8aca96da093;p=lilypond.git lilypond-1.4.2 --- diff --git a/input/regression/collision-dots.ly b/input/regression/collision-dots.ly new file mode 100644 index 0000000000..23437b8a4b --- /dev/null +++ b/input/regression/collision-dots.ly @@ -0,0 +1,23 @@ + + +\header { texidoc = "collision resolution tries to put notes with dots + on the right side." +} + +\version "1.3.148" + +\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 + } + > +} + +