bug-lilypond
[Top][All Lists]
Advanced

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

Baroque NoteHeads won't merge without \new Voice


From: David Poon
Subject: Baroque NoteHeads won't merge without \new Voice
Date: Fri, 4 Nov 2022 10:14:14 -0700

When I use Baroque NoteHeads, noteheads in (temporary) different voices
refuse to merge--unless I specifically create a new voice context for both
voices (not just one as in the Temporary polyphonic passages example
https://lilypond.org/doc/v2.22/Documentation/notation/multiple-voices#single_002dstaff-polyphony
).

-----
\version "2.20.0"

\new Voice { \relative c'' {
\override NoteHead #'style = #'baroque
<<
% \new Voice
{ \voiceOne a b c }

\new Voice
{ \voiceTwo a g c }
>>
} }
-----

I.e., commenting out Baroque NoteHeads OR uncommenting \new Voice will both
give the desired output, but the code as-is duplicates noteheads.

-David


reply via email to

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