lilypond-user
[Top][All Lists]
Advanced

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

Re: One staff, two voices, two lyrics --> one above, one below


From: Gerdau, Michael
Subject: Re: One staff, two voices, two lyrics --> one above, one below
Date: Tue, 9 May 2017 16:46:59 +0200 (CEST)

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: address@hidden
GPG-keys available on request or at public keyserver



reply via email to

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