Re: \quoteDuring #'("piccolo" "fluteI" "fluteII" "oboeI") {o_O!}

2024-04-05 Thread Pierre-Luc Gauthier
> \version "2.25.13" > > #(define (string-list? arg) (and (list? arg) (every string? arg))) > #(define (string-or-string-list? arg) (or (string? arg) (string-list? > arg))) > > quoteDuring = > #(define-music-function (what main-music) (string-or-string-list? > ly:music?) >(fold (lambda (elem

Re: \quoteDuring #'("piccolo" "fluteI" "fluteII" "oboeI") {o_O!}

2024-04-05 Thread Aaron Hill
On 2024-04-05 10:20 am, Pierre-Luc Gauthier wrote: 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" {c4} \addQuote "fluteI" {g'''4} \addQuote "fluteII" {e'''4} \addQuote "oboeI"

\quoteDuring #'("piccolo" "fluteI" "fluteII" "oboeI") {o_O!}

2024-04-05 Thread Pierre-Luc Gauthier
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" {c4} \addQuote "fluteI" {g'''4} \addQuote "fluteII" {e'''4} \addQuote "oboeI" {c'''4} \new Voice << \ottava 1 \quoteDuring "piccolo"