lilypond-user
[Top][All Lists]
Advanced

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

Re: Cue mutually?


From: Reinhold Kainhofer
Subject: Re: Cue mutually?
Date: Thu, 3 Mar 2011 16:41:57 +0100
User-agent: KMail/1.13.5 (Linux/2.6.35-27-generic; KDE/4.6.0; i686; ; )

Am Donnerstag, 3. März 2011, um 12:28:43 schrieb Francisco Vila:
> Hello. I don't know if this is supported, at least it doesn't work for
> me.  I want to cue a voice during silences in other, and resp. cue the
> other during silences in this.  The problem is that one of the voices
> seem to print herself on small size, even normal notes.

That's a feature of the implicit voice-creation. As the first note is a cue 
note, a CueVoice instead of a Voice is implicitly created... 
The solution is to create the voice explicitly with \new Voice ...


> instrA = \relative c' {
>   \cueDuring #"instrB" #UP { R1 }
>   c4 d e f
>   }
> \addQuote "instrA" { \instrA }
> 
> \new Staff \instrA

The last line should be
   \new Staff \new Voice \instrA
to ensure that a Voice and no CueVoice is created.

Cheers,
Reinhold
-- 
------------------------------------------------------------------
Reinhold Kainhofer, address@hidden, http://reinhold.kainhofer.com/
 * Financial & Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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