lilypond-user
[Top][All Lists]
Advanced

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

Re: quoteDuring or cueDuring forward reference


From: Paul Scott
Subject: Re: quoteDuring or cueDuring forward reference
Date: Sat, 07 May 2011 11:08:22 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.15) Gecko/20110402 Icedove/3.1.9

On 05/07/2011 10:50 AM, Keith OHara wrote:
Paul Scott<waterhorse<at>  ultrasw.com>  writes:
If the
music is in score order it's easy to quote or cue a flute part in the
bassoon part but how can I quote or cue the bassoon part in the flute part?

You may use \cueDuring #"bassoon" in the flute part, even if it is defined
*before* \addQuote "bassoon" \bassoon.

Thanks!,

Paul

I'll suggest a change to the example in the manual :

flute = \relative c'' {
   r2. c4 | d8 c d e fis2
   \tag #'part {
     s1*0_\markup { \tiny "bassoon 8vb" }
   }
   \transposedCueDuring #"bassoon" #DOWN c'' { g2 d2 }
}
bassoon = \relative c {
   \clef bass
   R1
   \tag #'part {
     \clef treble
     s1*0^\markup { \tiny "flute" }
   }
   \cueDuring #"flute" #UP { R1 }
   \tag #'part \clef bass
   g4. b8 d2
}
\addQuote "flute" { \flute }
\addQuote "bassoon" { \bassoon }

\new Staff \with { instrumentName = "Flute" } \flute
\new Staff \with { instrumentName = "Bassoon" } \bassoon

\new StaffGroup<<
   \new Staff \removeWithTag #'part { \killCues { \flute } }
   \new Staff \removeWithTag #'part { \killCues { \bassoon } }
%{%}>>



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



--
Paul Scott
Librarian
Southern Arizona Symphony Orchestra





reply via email to

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