Hi all,

Am I the only one that wishes this snippet behaved “as expected”**?

%%%  SNIPPET BEGINS
\version "2.22.1"

\new CueVoice {
  c'4 4 4 4
  \voices 1,2 << { d'4 4 4 4 } \\ { b2 2 } >>
  c'4 4 4 4
}
%%%  SNIPPET ENDS

** By “as expected”, I mean that I believe most users would expect all of the 
notes within a \new CueVoice {} construct to behave like a CueVoice, and thus 
(e.g.) be of the same font size. I basically understand why it behaves as it 
does… but is there an easy way to make this Do The Right Thing™ without the 
need for extra coding (e.g., \tiny) on the part of the user?

Thanks,
Kieren.

Reply via email to