bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug: \transpose and \tranposition don't mix


From: Peter Chubb
Subject: Bug: \transpose and \tranposition don't mix
Date: Mon, 16 Jun 2008 12:17:16 +1000
User-agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.7 MULE XEmacs/21.4 (patch 21) (Educational Television) (x86_64-linux-gnu)

>>>>> "Peter" == Peter Chubb <address@hidden> 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{}
}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]