]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/almost.ly
7276562718357d7d3e4d06e134a3fb0e417d9a00
[lilypond.git] / input / bugs / almost.ly
1 \score{
2         \context Staff <
3                 \context Voice=one { \skip 1; }
4                 \context Voice=two { \skip 1; }
5
6                 \context Voice=one \partcombine Voice
7                         \context Thread=one \notes\relative c'' {
8                                 a4 c4.()g8 a4
9                         }
10                         \context Thread=two \notes\relative c'' {
11                                 g4 e4.()d8 c4
12                         }
13         >
14         \paper{
15                 linewidth=60.\mm;
16         }
17 }
18