Hi Wilhelm,

Just a stab in the dark (I'm not in reach of LP right now):

Context "staff" does not seem to exist at all. 
Does

\new Staff = "staff" ...

Solve the problem?
Also, I'm not sure if the Lyrics contexts should be inside the staff context or 
rather outside of it ... and in the desired sequence. 

Best, Robert


> On 9 May 2017, at 16:23, Wilhelm Kleinoeder <wilhelm.kleinoe...@w14r.de> 
> wrote:
> 
> Hello.
> 
> 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?
> 
> Wilhelm
> -- 
> Meine Art zu sehen: meine-art-zu-sehen.de
> Sichere E-Mail: pki.w14r.de
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to