Hi there,
Is there a way to quote multiple quotables ?
I use it often for piano reductions and what not.
e.g.:
\version "2.25.15"
\addQuote "piccolo" {c''''4}
\addQuote "fluteI" {g'''4}
\addQuote "fluteII" {e'''4}
\addQuote "oboeI" {c'''4}
\new Voice <<
\ottava 1
\quoteDuring "piccolo" {s4}
\quoteDuring "fluteI" {s4}
\quoteDuring "fluteII" {s4}
\quoteDuring "oboeI" {s4}
>>
Wouldn't elegance suggests something like :
pianoReduction = \quoteDuring #'("piccolo" "fluteI" "fluteII" "oboeI") {s4}
I thought maybe the \quoteDuring command could accept lists but I have
not managed to get it to work... :-(
Thanks for any pointers
--
Pierre-Luc Gauthier