bug-lilypond
[Top][All Lists]
Advanced

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

Issue 754 in lilypond: \transpose should not affect \transposition


From: codesite-noreply
Subject: Issue 754 in lilypond: \transpose should not affect \transposition
Date: Sat, 28 Feb 2009 14:44:42 +0000

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




reply via email to

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