lilypond-devel
[Top][All Lists]
Advanced

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

Re: Voices starting with cue notes are printed in cue size, not normal s


From: Mats Bengtsson
Subject: Re: Voices starting with cue notes are printed in cue size, not normal size
Date: Wed, 27 Feb 2008 10:20:34 +0100
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

This is just one of many situations, where you need to explicitly
create the Voice context yourself:
\score {
\new Voice \relative c'' {
    \cueDuring #"sop" #DOWN { R1  } c2 c2 |
}
\header { piece = "Explicit instantiation of the Voice => normal voice is in normal size!" }
}

This is a consequence of the way LilyPond creates new contexts on the fly,
if needed. So, I wouldn't classify it as a bug in cueDuring.

  /Mats

Reinhold Kainhofer wrote:
If a voice starts with a \cueDuring section, the whole voice will be printed in the size of the cue notes instead of the normal size. Attached is a small exampl showing the problem. As soon as there is e.g. a measure rest (or some notes) before the cue notes, the voice is printed in normal size.

I suppose that's quite a bug in cueDuring...

Cheers,
Reinhold
------------------------------------------------------------------------

_______________________________________________
lilypond-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-devel

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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