>>>>> "Peter" == Peter Chubb <[EMAIL PROTECTED]> writes:
Peter> Hi Folks. it seems that if you have a section with a
Peter> \transposition directive, \transpose directives are not
Peter> honoured in the MIDI output.
Peter> The consequence is that if you have a score with some
Peter> transposing instruments (marked with \transposition) then
Peter> transpose the whole score, then only the non-transposing
Peter> instruments sound correct.
Here's a more obvious example, where you can hear the discord.
If you comment out the \transpose the discord doesn't occur.
---
\version "2.11.48"
one=\relative c' { \transposition bes d1 }
two=\relative c' { c1 }
\score {
\transpose c' bes
<<
\one
\two
>>
\midi{}
}
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond