Hi,
I would like to use a single quote of a part (the entire part) in
other parts but I do not want to create a specific quote for each cue
notes section. I would prefer to create a single quote with the entire
music and later choose where my cue notes start.
For example, I can have:
Singer = \relative { ... }
addQuote "singer" \Singer
Then, later, I want:
InstrumentA = \relative {
...
\cueDuring "singer" #UP { R1*5 } % I want to start at measure #5 in "singer"
}
InstrumentB = \relative {
...
\cueDuring "singer" #UP { R1*2 } % I want to start at measure #10 in "singer"
}
Is it possible?
Thanks,
F