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