From fb2da9a74958c224d716f38edeceb8aca96da093 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 15 May 2001 21:52:51 +0000 Subject: [PATCH] lilypond-1.4.2 --- input/regression/collision-dots.ly | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 input/regression/collision-dots.ly 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 + } + > +} + + -- 2.39.5