Issue 365: transposing cues requires explicit \transposition c'
http://code.google.com/p/lilypond/issues/detail?id=365
Comment #3 by pnorcks:
I'm not sure this isn't a bug. See my comments below:
%%% BEGIN %%%
% The problem isn't that the cue notes are tranposed or not; it is
% that the behavior changes when \transposition is used as below.
% The same thing happens with \cueDuring.
\version "2.11.58"
clarinet = \relative c'' {
a4 gis g gis
}
\addQuote "clarinet" { \clarinet }
flute = \relative c' {
c4 cis
% Uncomment the following line, and the behavior changes
%\transposition c'
\quoteDuring #"clarinet" { s2 }
}
\new Staff {
\transpose c g { \flute }
}
%%% END %%%
Shouldn't the behavior be the same whether or not \transposition is used?
--
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