lilypond-user
[Top][All Lists]
Advanced

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

Re: \transposedQuoteDuring


From: Saul Tobin
Subject: Re: \transposedQuoteDuring
Date: Wed, 1 May 2019 08:34:56 -0700

I usually use \ottava and \omit the OttavaBracket.

On Wed, May 1, 2019, 6:54 AM Pierre-Luc Gauthier <address@hidden> wrote:
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

reply via email to

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