Thanks, Kieren and Paul. Pre-transposing works.
Best, Simon
Am 15.08.2015 um 17:31 schrieb Kieren MacMillan:
Hi Simon,
I’m looking for a way to quote another voice, but in a different octave.
I ran into this, too. Don’t know if it’s the best way, but I used
\addQuote “melody_8vb” \tran
Hi Simon,
> I’m looking for a way to quote another voice, but in a different octave.
I ran into this, too. Don’t know if it’s the best way, but I used
\addQuote “melody_8vb” \transpose c c, { \melody }
and then directly quoted the [pre-transposed] quote.
Of course, it would be much better
On Sat, Aug 15, 2015 at 04:09:37PM +0100, Wols Lists wrote:
> On 15/08/15 15:55, Simon Albrecht wrote:
> > Hello,
> >
> > I’m looking for a way to quote another voice, but in a different octave.
> > My thinking was: ‘\quoteDuring is a music function, so it returns music,
> > so I can wrap it into
On Sat, Aug 15, 2015 at 04:55:19PM +0200, Simon Albrecht wrote:
> Hello,
>
> I’m looking for a way to quote another voice, but in a different octave. My
> thinking was: ‘\quoteDuring is a music function, so it returns music, so I
> can wrap it into \transpose c c, {} and all’s fine.’ However, \tra
On 15/08/15 15:55, Simon Albrecht wrote:
> Hello,
>
> I’m looking for a way to quote another voice, but in a different octave.
> My thinking was: ‘\quoteDuring is a music function, so it returns music,
> so I can wrap it into \transpose c c, {} and all’s fine.’ However,
> \transpose has no effect.