Status: Accepted
Owner: v.villenave
Labels: Type-Defect Priority-Medium

New issue 754 by v.villenave: \transpose should not affect \transposition
http://code.google.com/p/lilypond/issues/detail?id=754

% new report from Trevor D:

The \transpose command transposes all pitches within its scope, including
the pitch supplied to the \transposition command.  This causes incorrect
MIDI output for transposing instruments.  The pitch supplied to
\transposition is a constant determined by the instrument and should never
be transposed.

\score {
 \transpose c d {
 \new StaffGroup <<
   \new Staff {
     \key c \major
     c'1
   }
   \new Staff {
     \transposition bes
     \key d \major
     d'1
   }
 >>
 }
 \layout {}
 \midi {}  % Should be a unison D, but is not
}

--
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