On Wed, May 1, 2019 at 7:14 AM wrote:
> -- Forwarded message --
> From: Pierre-Luc Gauthier
> To: lilypond-user
> Cc:
> Bcc:
> Date: Wed, 1 May 2019 09:53:40 -0400
> Subject: \transposedQuoteDuring
> Hi there,
>
> Is there a way to transpose a quotation, say, an octave higher ?
Hi Pierre-Luc,
> Is there a way to transpose a quotation, say, an octave higher ?
The only way I know is to transpose the quote:
\addQuote "someNotes" \someNotes
\addQuote "someNotes_8vb" \transpose c c, \someNotes
That being said, I would love an option to write
\addQuote c c, \someNotes
I usually use \ottava and \omit the OttavaBracket.
On Wed, May 1, 2019, 6:54 AM Pierre-Luc Gauthier
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 =
Pierre-Luc Gauthier writes:
> 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"} \qu
Am 01.05.19 um 15:53 schrieb Pierre-Luc Gauthier:
Hi there,
Is there a way to transpose a quotation, say, an octave higher ?
I used the following code some years ago. IIRC you can call
\color-music-if-point-and-click f. e. in a \layout { \context { \Voice …
} } block to get grey quotes.