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
-- 
------------------------------------------------------------------
Reinhold Kainhofer, Vienna University of Technology, Austria
email: [EMAIL PROTECTED], http://reinhold.kainhofer.com/
 * Financial and Actuarial Mathematics, TU Wien, http://www.fam.tuwien.ac.at/
 * K Desktop Environment, http://www.kde.org, KOrganizer maintainer
 * Chorvereinigung "Jung-Wien", http://www.jung-wien.at/
\version "2.11.39"

\header { title="Normal voice is printed in cue size if voice starts with cues"}

sopM = \relative c'' { c4 b a g | c2 b  | a g | }
\addQuote sop \sopM

\score {
\relative c'' { 
     \cueDuring #"sop" #DOWN { R1  } c2 c2 |
}
\header { piece = "Voice starts with cue notes => normal voice is also in cue size" }
}

\score {
\relative c'' { 
     R1 | \cueDuring #"sop" #DOWN { R1  } c2 c2 |
}
\header { piece = "Voice does not start with cue notes => normal voice is in normal size" }
}

Attachment: cue_voice_start_size.pdf
Description: Adobe PDF document

_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to