Issue 645: midiInstrument + \transposition + \partcombine = wrong MIDI output
http://code.google.com/p/lilypond/issues/detail?id=645

New issue report by v.villenave:
% Here's a weird one...

\version "2.11.50"

untransposed = \relative c'' {
 c4 c d d
}

transposed = \relative c'' {
 % Setting the midiInstrument BEFORE the \transposition
 % causes the part above to be transposed
 % in the MIDI output (but not in the PDF output)

 %\transposition bes

 \set Staff.midiInstrument = "trumpet"

 % Comment this line and uncomment the above one to resolve the bug.
 \transposition bes
 R1
}

\score {
 <<
   \new Staff \untransposed
   \new Staff \partcombine \transposed \transposed
 >>
 \layout{ }
 \midi{ }
}


Issue attributes:
        Status: Accepted
        Owner: v.villenave
        Labels: Type-Defect Priority-Low MIDI

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to