Op zondag 18 januari 2009, schreef Kieren MacMillan:
> Of course, there are more complicated ways as well (using \set  
> associatedVoice, etc.).

That would be starting a new lyrics context at the desired moment: 

\score {
  <<
    \new Staff \new Voice = "mel" \relative c' {
      c d e f g f e d
    }
    \new Lyrics \lyricsto "mel" {
      ha ha ha ha
      <<
        { ha ha ha ha }
        \new Lyrics {
          \set associatedVoice = "mel"
          ho ho ho ho
        }
      >>
    }
  >>
}


[btw: it would be nice if the new Lyrics context would inherit its 
associatedvoice from its parent context. It would then not be necessary to 
write the \set associatedVoice command.]

best regards,
Wilbert Berendsen

-- 
Frescobaldi, LilyPond editor for KDE: http://www.frescobaldi.org/
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to