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 help!

Paul Scott

\version "2.19.3"

fluteMusic = \relative{ 
  \transposition c'
  c''1 d e 
}
\addQuote qfl \fluteMusic 

clarinetMusic = \relative{ 
  \transposition bes 
  <>^\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"
      \new Voice \clarinetMusic
    }
    \new Staff {
      \set Staff.instrumentName = "A Clarinet"
      \new Voice \transpose a bes \clarinetMusic 
    }
  >>
  \layout{ \context{ indent  = 0.7\in } }
}



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to