be restored at the end of the cue notes.
@lilypond[verbatim,quote]
-flute = \relative c'' {
+fluteNotes = \relative c'' {
r2. c4 d8 c d e fis2 g2 d2
}
\addQuote "flute" { \fluteNotes }
\new Staff {
- \bassoon
+ \bassoonNotes
}
@end lilypond
\addQuote "flute" { \fluteNotes }
\new Staff {
- \bassoon
+ \bassoonNotes
}
\new StaffGroup <<
\new Staff {
\flute
}
\new Staff {
- \removeWithTag #'part { \killCues { \bassoon } }
+ \removeWithTag #'part { \killCues { \bassoonNotes } }
}
>>
@end lilypond