I read as you suggested but didn't find the way. Here is hte piece of score code:
 
\score{
    \new StaffGroup <<
        \new Staff \with {
            midiInstrument = "choir aahs"
            instrumentName = "Soprani"
        } { \soprano }
        \addlyrics {\sopranoVerse_sup}
        \addlyrics { \sopranoVerse_ru }
        \addlyrics { \sopranoVerse }
 
all the three texts are printed under soprano staff. But what i need is \sopranoVerse_sup printed over the soprano staff since there are two voices (sop I and II) and the don't sing  the same text.
 
Amy idea? the alignabovecontext Staff won't work inside \addlyrics
 
tx for your attention
 
Gian Paolo


11.04.2024, 18:54, "Hans Aikema" <hans.aik...@aikebah.net>:


On 11 Apr 2024, at 16:59, Gian Paolo Renello <gprene...@yandex.com> wrote:

Hi, i have a question:
ho can i add a 5th voice (for soprano) in a SATB choral work. The 4 voices are all under the staff. I need the fifth one to be over the Soprano staff while the second soprano voices sings the part under the staff. See attached image. Thank you.

There are some examples on lyrics placement documented at https://lilypond.org/doc/v2.24/Documentation/notation/techniques-specific-to-lyrics

For your score you would put two voices (Solo and Sopranos) in the Sopranos staff 

and put the lyrics attached to the Solo above that staff, and the lyrics attached to the Sopranos below it. The location of each lyric can be controlled individually as documented on that page at https://lilypond.org/doc/v2.24/Documentation/notation/techniques-specific-to-lyrics#placing-lyrics-vertically

The preferred way is by coding the '\with { alignAboveContext = “<name of the staff>” }` to the Lyrics assigned to the Solo in your piece.


HTH

Hans

Reply via email to