Hi Wilhelm,
> I have one staff, two voices and two lyrics. The bassOnewords should be
> placed above and the bassTwowords below the staff. But my solution
> places both words below the score.
>
> \version "2.18.2"
>
> ...
>
> \score {
> <<
> \new Staff <<
> \new Voice = "bassOne" <<
> \bassOneNotes
> >>
> \new Lyrics \with { alignAboveContext = "staff" }
> \lyricsto "bassOne" \bassOneWords
>
> \new Voice = "bassTwo" <<
> \bassTwoNotes
> >>
> \new Lyrics \lyricsto "bassTwo" \bassTwoWords
> >>
> >>
> }
>
> Any help?
1. This is not a MWE
2. context "staff" is not defined. I guess you mean
\new Staff = "staff" <<
HTH,
Michael
--
Michael Gerdau email: [email protected]
GPG-keys available on request or at public keyserver
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user