lilypond-user
[Top][All Lists]
Advanced

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

Re: transposing cues


From: Paul Scott
Subject: Re: transposing cues
Date: Sat, 5 Apr 2014 23:15:57 -0700
User-agent: Mutt/1.5.23 (2014-03-12)

On Mon, Mar 24, 2014 at 04:33:38AM +0100, David Kastrup wrote:
> Paul Scott <address@hidden> 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 notes.
> 
> \transposition is not in itself transposed, so if you use music for
> different transpositions, you have to put the \transpose where you
> establish the transposition.
> 

> fluteMusic = \relative{ 
>   \transposition c'
>   c''1 d e 
> }
> \addQuote qfl \fluteMusic 
> 
> clarinetMusic = \relative{ 
>   <>^\markup\tiny{(Fl.)} 
>   \cueDuring qfl #up R1 
>   b'1 c 
> }
> 
> \score{
>   \new StaffGroup << 
>     \new Staff {
>       \set Staff.instrumentName = "Flute"
>       \new Voice \fluteMusic
>     }
>     \new Staff {
>       \set Staff.instrumentName = "Bb Clarinet"
>       \transposition bes
>       \new Voice \clarinetMusic
>     }
>     \new Staff {
>       \set Staff.instrumentName = "A Clarinet"
>       \transposition a
>       \new Voice \transpose a bes \clarinetMusic 
>     }
>   >>
>   \layout{ \context{ indent  = 0.7\in } }
> }

> -- 
> David Kastrup

Thank you.

Now how can I write a clarinet part that goes back and forth 
between Bb and A and get the cues transposed correcly?

Thank you in advance for a better understanding of \transpose and 
\transposition that will allow this.

Paul






reply via email to

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