]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/ties.ly
96ad58757bba4af113995272aef454588c9b8e7c
[lilypond.git] / input / bugs / ties.ly
1 \header {
2   texidoc="Positioning of last ties is incorrect; ties between 2-1 and 1-1
3   durations differ.  Direction is incorrect.";
4 }
5
6 \score {
7   \context Staff <
8     \context Voice = a \notes\relative c'' {
9       \stemUp
10       r2 a2~a1~a
11     }
12     \context Voice = y \notes\relative c' {
13       \stemDown
14       r2 a2~a1~a
15     }
16   >
17   \paper {
18     linewidth = 100 * \staffspace;
19   }
20 }