Op zondag 12 oktober 2008, schreef Tao Cumplido:
> \new Staff = "s" \new Voice = "v" { .your music. }
> \new Lyrics \with { alignAboveContext = "s" }
> {
>         \set associatedVoice = "v"
>         .your lyrics.
> }

I do most times:

\new Staff = "s" \new Voice = "v" { .your music. }
\new Lyrics \with { alignAboveContext = "s" } \lyricsto "v" {
    .your lyrics.
}

You could also do:
\new Staff = "s" \new Voice = "v" { .your music. }
\new Lyrics \with {
  alignAboveContext = "s"
  associatedVoice = "v"
} {
  .your lyrics.
}

best regards,
Wilbert Berendsen

-- 
LilyKDE, LilyPond for KDE: http://lilykde.googlecode.com/


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

Reply via email to