bug-lilypond
[Top][All Lists]
Advanced

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

Issue 365 in lilypond: transposing cues requires explicit \transpositio


From: codesite-noreply
Subject: Issue 365 in lilypond: transposing cues requires explicit \transposition c'
Date: Thu, 11 Sep 2008 09:21:09 -0700

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




reply via email to

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