* lily/paper-outputter.cc (output_version): change "Lily was here"
[lilypond.git] / input / bugs / dynamic-switch.ly
blob31517433f1e93183ec41f0ee696f8a57c51cace6
1 #(ly:set-option 'old-relative)
2 \header{
3 % what's the problem?
4 % well, that's elementary my dear watson
5 texidoc="The decrescendo disappears when the part combiner decides that
6 the a2 and c2 should be a chord in one voice. Using the commented
7 version, with a c2 instead of a2, the decrescendo reappears."
9 \version "1.9.1"
11 \score{
12 \context Staff <
13 \context Voice=one \skip 1
14 \context Voice=two \skip 1
15 \context Voice=one \partcombine Voice
16 \context Thread=one \notes\relative c'' {
17 c2 \clef bass c2
18 c2 c2
20 \context Thread=two \notes\relative c'' {
21 b2 \< a4 () \! a
22 %c2 \> a4 () \! a
23 a2 \> a4 () \! a
26 \paper{
27 linewidth=140.\mm