I hope this example makes clear what I’m trying to do. Below is the input, and attached is what a MIDI editor shows of the output. (I hope it comes through.) In the output, \unfoldRepeats has unfolded the notes into two measures, but the lyrics are still concurrent in the first measure (naturally, because they’re not contained in a \repeat). I have been trying to find a way to serialize the lyrics that is equal in convenience to \unfoldRepeats. I tried writing a function that would convert tagged simultaneous music into sequential music; while using it, I discovered the inconsistencies with \lyricsto that I reported.
\version "2.19.0" music = << \context Voice = "V" \repeat volta 2 \relative c'' { c c c c } \context Lyrics = "1" \lyricsto "V" { This is verse one. } \context Lyrics = "2" \lyricsto "V" { This is verse two. } >> \score { \unfoldRepeats \music \midi {} } Regards, — Dan _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond