From: fred Date: Tue, 16 Jan 2001 21:54:38 +0000 (+0000) Subject: lilypond-1.3.123 X-Git-Tag: release/1.5.59~5713 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fc2e0e3422de96d127d7c503c428d237aae88fb7;p=lilypond.git lilypond-1.3.123 --- 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