lilypond-user
[Top][All Lists]
Advanced

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

Re: CueVoice issues.


From: crimsonsunrise
Subject: Re: CueVoice issues.
Date: Mon, 25 Jun 2018 21:03:34 -0400

-------- Mensagem Original --------
Ativo 25 de jun de 2018 16:51, David Wright < address@hidden> escreveu:

On Mon 25 Jun 2018 at 14:25:18 (-0400), address@hidden wrote:
> (version statement omitted, as the bug happens in both stable and unstable)
> multiQuote = \relative c''
> {
> <<
> { \voiceOne c4 d e f } \\ { \voiceTwo a4 b c e }
> >>
> }
>
> singleQuote = \relative c''
> {
> bis4 c d e |
> }
>
> main = \relative c'
> {
> c1 |
> d1 |
> \new CueVoice { \multiQuote }
> a1 |
> \new CueVoice { \singleQuote }
> }
> ================================
> Despite CueVoice setting the font size to -4, this is completely ignored if your quote is comprised of multiple voices or is part combined or any sort of polyphony. Overriding the font size also produces no effect.

Try:

<<
\new CueVoice { \Quotea }
\new CueVoice { \Quoteb }
>>

Cheers,
David.

Not sure I understand where I do that. Is it inside the quote? Inline with the regular part? Do I create other cue voices inside the multi one?
reply via email to

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