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