From fc2e0e3422de96d127d7c503c428d237aae88fb7 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 16 Jan 2001 21:54:38 +0000 Subject: [PATCH] lilypond-1.3.123 --- input/bugs/ties.ly | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 input/bugs/ties.ly diff --git a/input/bugs/ties.ly b/input/bugs/ties.ly new file mode 100644 index 0000000000..96ad58757b --- /dev/null +++ b/input/bugs/ties.ly @@ -0,0 +1,20 @@ +\header { + texidoc="Positioning of last ties is incorrect; ties between 2-1 and 1-1 + durations differ. Direction is incorrect."; +} + +\score { + \context Staff < + \context Voice = a \notes\relative c'' { + \stemUp + r2 a2~a1~a + } + \context Voice = y \notes\relative c' { + \stemDown + r2 a2~a1~a + } + > + \paper { + linewidth = 100 * \staffspace; + } +} \ No newline at end of file -- 2.39.5