lilypond-user
[Top][All Lists]
Advanced

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

\transposedQuoteDuring


From: Pierre-Luc Gauthier
Subject: \transposedQuoteDuring
Date: Wed, 1 May 2019 09:53:40 -0400

Hi there,

Is there a way to transpose a quotation, say, an octave higher ?

m.e.g.:

\version "2.19.83"

quoted = {c'4 d' e' f' g'}
\addQuote "quoted" \quoted

quoting = \quoteDuring "quoted" {s1}

\new Staff \with {instrumentName = "Quoted"} \quoted
\new Staff \with {instrumentName = "Quoting"} \quoting

…

\addQuote "quoted" \transpose c' c'' \quoted
Is unacceptable because it would transpose all the quotations.

This :
\transposedQuoteDuring "quotedMusic" c'' { s1| }
would have been perfect but this command does not exist.

And :
quoting = \quoteDuring "quoted" \transpose c' c'' {s1}
does not work.

Any hints?
Thanks for any pointers.
-- 
Pierre-Luc Gauthier



reply via email to

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