; http://lilypond.org/doc/v2.18/Documentation/notation/displaying-pitches#index-transposition_002c-instrument>
>>
>> Second example.
>
> My apologies for poor statement of the question! The above I am quite
> familiar with.
>
> I think your answer to my previous questio
displaying-pitches#index-transposition_002c-instrument>
>
> Second example.
My apologies for poor statement of the question! The above I am quite
familiar with.
I think your answer to my previous question about transposing cues
will solve my problem with some work on my part. T
Paul Scott writes:
> Now how can I write a clarinet part that goes back and forth
> between Bb and A and get the cues transposed correcly?
http://lilypond.org/doc/v2.18/Documentation/notation/displaying-pitches#index-transposition_002c-instrument>
Second example.
--
David Kastrup
__
On Mon, Mar 24, 2014 at 04:33:38AM +0100, David Kastrup wrote:
> Paul Scott writes:
>
> > 2.19.3:
> > When transposing parts that use cueDuring or quoteDuring how
> > can I get the cues or quotes to be transposed? I thought this
> > worked easily in a fairly recent version.
> >
> > In the foll
On Mon, Mar 24, 2014 at 04:33:38AM +0100, David Kastrup wrote:
> Paul Scott writes:
>
> > 2.19.3:
> > When transposing parts that use cueDuring or quoteDuring how
> > can I get the cues or quotes to be transposed? I thought this
> > worked easily in a fairly recent version.
> >
> > In the foll
Paul Scott writes:
> 2.19.3:
> When transposing parts that use cueDuring or quoteDuring how
> can I get the cues or quotes to be transposed? I thought this
> worked easily in a fairly recent version.
>
> In the following I would want the flute cue to be transposed
> along with the clarinet no
2.19.3:
When transposing parts that use cueDuring or quoteDuring how
can I get the cues or quotes to be transposed? I thought this
worked easily in a fairly recent version.
In the following I would want the flute cue to be transposed
along with the clarinet notes.
Thanks for any comments or h
(I have looked this up in the NR)
Should I be able transpose a part including the cues (or quotes)?
\version "2.19.2"
partB = \relative c' {
\transposition f
\key g \major c'1 d e
}
\addQuote qb \partB
partA = \relative c' {
\transposition c'
\cueDuring qb #down R1 b'1 c
}
\scor