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