Matthew Collett <m_coll...@ihug.co.nz> writes:

> For a variant on the \lyricsto wierdness: 
>
> \new Staff {
>       \new Voice = "unsung" \relative {
>               a'1
>               <<
>               \new Voice = "sung" {
>               b4. b8 b4. b8
>               }
>               \new Lyrics \lyricsto "sung" { A B C D }
>               >>
>               e1 f1
>       }
> }
>
> The last two notes now do appear, but wrongly spaced.

My guess would be that when the inner contexts disappear, a
corresponding iterator gets rewired and then typesets the e1 as lyrics
to the f1 (or vice versa).  Of course, it needs to move it for that.

Worth a bug report.

-- 
David Kastrup


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to