]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/dynamic-switch.ly
release: 1.3.145
[lilypond.git] / input / bugs / dynamic-switch.ly
1
2 % what's the problem?
3 \score{
4         \context Staff <
5                 \context Voice=one \skip 1;
6                 \context Voice=two \skip 1;
7                 \context Voice=one \partcombine Voice
8                         \context Thread=one \notes\relative c'' {
9                                 c2 \clef bass; c2
10                                 c2 c2
11                         }
12                         \context Thread=two \notes\relative c'' {
13                                 b2 \< a4 () \! a
14                                 a2 \> a4 () \! a
15                         }
16         >
17         \paper{
18                 linewidth=140.\mm;
19         }
20 }
21
22