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