lilypond-user
[Top][All Lists]
Advanced

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

Re: 2.15.8 change in \cueDuring behavior?


From: Reinhold Kainhofer
Subject: Re: 2.15.8 change in \cueDuring behavior?
Date: Sun, 7 Aug 2011 22:28:33 +0200
User-agent: KMail/1.13.6 (Linux/2.6.38-10-generic; KDE/4.7.0; i686; ; )

Am Sunday, 7. August 2011, 22:18:04 schrieb Paul Scott:
> Hi,
> 
> This is the first time I have used \cueDuring in 2.15.x.
> In the following example the note size doesn't return to normal after
> the cue and the rests during the cue appear to be cue sized.
> My example seems to match the documentation.  Did I miss something?

if a voice starts with cue notes you have to create the voice explicitly;


> \version "2.15.8"
> 
> notesA = \relative c'' { a4 b c d e f g f e d c b }
> \addQuote partA \notesA
> 
> notesB = \relative c'' { \cueDuring partA #UP { R1*2 } a4 b c d }
> 
> \score{
>   \new StaffGroup <<
>     \new Staff \notesA
>     \new Staff \notesB

should be:
      \new Staff \new Voice \notesB

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



reply via email to

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