2008/12/27 james <[email protected]>:
> What exactly is the difference between \lyricsto and \set associatedVoice?

I don't know, but trying to rewrite your example at my traditional
method, the TextFour syllable mysteriously dissapears, have I missed
something?

instrument = \relative c' {
  \context Voice = "NumberOne" { c4 }
  \context Voice = "NumberTwo" { d4 }
  \context Voice = "NumberOne" { e4 }
  \context Voice = "NumberTwo" { f4 }
}

TextOne =  \lyricmode { Cee }
TextTwo =  \lyricmode { Ray }
TextThree = \lyricmode { \skip 1 Eee }
TextFour = \lyricmode {  \skip 1 Fa }

\score {
  <<
     \new Staff \instrument
     \new Lyrics \lyricsto "NumberOne" { \TextOne }
     \new Lyrics \lyricsto "NumberTwo" { \TextTwo }
     \new Lyrics \lyricsto "NumberOne" { \TextThree }
     \new Lyrics \lyricsto "NumberTwo" { \TextFour }

  >>
}

-- 
Francisco Vila. Badajoz (Spain)
http://www.paconet.org


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to