Hello fellow LilyPonders,

yesterday I stumbled over a problem involving lyrics assigned to a (cue) voice in a bivocal measure. Assigning a syllable to the *last note* of the bivocal measure messes up the subsequent monovocal measure (and all subsequent ones).

Since I am a lilypond beginner, it's likely I am missing the obvious here. Lilyponds behaviour, however, seems illogical to me and cumbersome to work around.

I boiled down the behaviour to an attached 10-line example:
Add another syllable to the lyrics (line 6) and watch the note in the following measure disappear.

Can somebody help me out here?
Thanks a lot in advance,
Phil
\version "2.18.2"
{
	<<
	  \new Voice = "main" {R1}
	  \new CueVoice = "cue" {d'2 d'2}
      \new Lyrics \lyricsto "cue" {A }
    >>
	d'4
}
\addlyrics {la}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to