|
From: | Saul Tobin |
Subject: | Re: \transposedQuoteDuring |
Date: | Wed, 1 May 2019 08:34:56 -0700 |
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
_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user
[Prev in Thread] | Current Thread | [Next in Thread] |