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