Thomas Morley <thomasmorley65 <at> gmail.com> writes:
> Any chance to have LilyPond identify the second voice-b as a
> continuation of the first?
This seems to be analogous to the way we need to keep the staff "alive"
when we temporarily leave a staff empty in piano music.
\new Staff <<
\new Voice = "a" \with { \override NoteHead #'color = #green }
s1*4
\new Voice ="b" \with { \override NoteHead #'color = #red }
s1*4
\relative c' {
\context Voice = "a"
{ \set tieWaitForNote = ##t c1~ }
\context Voice = "b"
{ \set tieWaitForNote = ##t cis4 d dis e^~ }
\context Voice = "a"
{ d2 c2 }
\context Voice = "b"
{ f4 e fis g }
\context Voice = "a"
{ e1 }
} >>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user