Re: \transpose and quoting

2015-08-15 Thread Simon Albrecht
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

Re: \transpose and quoting

2015-08-15 Thread 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” \transpose c c, { \melody } and then directly quoted the [pre-transposed] quote. Of course, it would be much better

Re: \transpose and quoting

2015-08-15 Thread Paul Scott
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

Re: \transpose and quoting

2015-08-15 Thread Paul Scott
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

Re: \transpose and quoting

2015-08-15 Thread Wols Lists
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.