Issue 365: transposing cues requires explicit \transposition c'
http://code.google.com/p/lilypond/issues/detail?id=365
New issue report by gpermus:
%{ if you don't set
\transposition c'
then cues aren't transposed
%}
\version "2.11.23"
\paper{ ragged-right=##t }
flute = \relative c'{
c1
c4 d e f
}
\addQuote fluteCue \flute
oboe = \relative c'{
c1
\quoteDuring #"fluteCue" { s1 }
}
<<
%% Instrument with cue, explicit \transposition (to the unison c'=c')
%this works correctly
\new Staff << \transpose c g {
\transposition c'
\oboe} >>
%% Instrument with cue, omitted \transposition
% doesn't work
\new Staff << \transpose c g {
%\transposition c'
\oboe} >>
>>
Attachments:
foo.preview.png 3.0 KB
Issue attributes:
Status: Accepted
Owner: gpermus
Labels: Type-Defect Priority-Medium
--
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