2009/3/6 James E. Bailey <[email protected]>: > \version "2.12.2" > musOne = \context Voice = upperOne \relative f' { f4 <<{g a}\\{e d}>>f } > musTwo = \context Voice = upperTwo \relative f' { f4 <<{\voiceOne g > a}\context Voice = lowerTwo {\voiceTwo e d}>>\oneVoice f } > lyr = \lyricmode { This text splits here. } > > \score { > << > \new Staff \musOne > \new Lyrics \lyricsto upperOne \lyr > >> > } > \score { > << > \new Staff \musTwo > \new Lyrics \lyricsto upperTwo \lyr > >> > } >
I'm not sure how such an example could be handled automatically, since you're using manual Voice naming for your \lyricsto instructions. I should try again and search for Mats' example I mentioned. Regards, Valentin _______________________________________________ bug-lilypond mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-lilypond
