lilypond-user
[Top][All Lists]
Advanced

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

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


From: Pierre-Luc Gauthier
Subject: \quoteDuring #'("piccolo" "fluteI" "fluteII" "oboeI") {o_O!}
Date: Fri, 5 Apr 2024 13:20:36 -0400

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

Attachment: document.jpg
Description: JPEG image


reply via email to

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