Comment #9 on issue 645 by [email protected]: \transposition +
\partcombine = wrong MIDI output
http://code.google.com/p/lilypond/issues/detail?id=645
Each Staff gets the correct instrumentTranspostion, as demonstrated by
checking that there are no transposition problems with cues or quotes.
Below concert middle-C is quoted by each instrument and put in the correct
transposition in each case.
\version "2.16.0"
\addQuote "middle Cs" {c'4 c' c' c' }
<<\new Staff \with { instrumentName = "flute" } {
c'' c'' % Midi output is c'' f' ; should be c'' c''
\quoteDuring "middle Cs" s2
}
\new Staff \with { instrumentName = "french horn" } {
\partcombine {
e'4
<>-"in F"
\transposition f
g'
\quoteDuring "middle Cs" s2
} {
c'4
<>-"in F"
\transposition f
g'
\quoteDuring "middle Cs" s2
} } >>
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings