I need to set some Clarinet in A parts (including quotes) for B♭ Clarinet players. My current attempt:

%%%

clI = { \transposition a \key c \major c'4 d' e' } % Copied from the original parts
\addQuote "clI" \clI
clII = { \transposition a \key c \major \quoteDuring "clI" s4 b4 c' }

<<
    \new Staff \transpose bes c' \transpose c' a \clI % Two-step transposition for my own sanity
    \new Staff \transpose bes c' \transpose c' a \clII
>>

%%%

The quotes aren't transposed correctly (or at all, for that matter). In other words, I am looking for a way to "transpose" the `\transposition` setting. How could this be achieved?


Reply via email to