lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lyrics of a Voice above the Staff of the Voice


From: Wilbert Berendsen
Subject: Re: Lyrics of a Voice above the Staff of the Voice
Date: Sun, 12 Oct 2008 20:39:55 +0200
User-agent: KMail/1.9.9

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]