Re:\transposedQuoteDuring

2019-05-01 Thread Flaming Hakama by Elaine
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 qu

Re: \transposedQuoteDuring

2019-05-01 Thread Kieren MacMillan
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,

Re: \transposedQuoteDuring

2019-05-01 Thread Saul Tobin
; \addQuote "quoted" \quoted > > quoting = \quoteDuring "quoted" {s1} > > \new Staff \with {instrumentName = "Quoted"} \quoted > \new Staff \with {instrumentName = "Quoting"} \quoting > > … > > \addQuote "quoted" \transpos

Re: \transposedQuoteDuring

2019-05-01 Thread David Kastrup
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"}

Re: \transposedQuoteDuring

2019-05-01 Thread Malte Meyn
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.

\transposedQuoteDuring

2019-05-01 Thread Pierre-Luc Gauthier
w 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 n