lilypond-user
[Top][All Lists]
Advanced

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

multiple voices inside CueVoice


From: Kieren MacMillan
Subject: multiple voices inside CueVoice
Date: Sat, 11 Jun 2022 11:48:51 -0400

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

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