lilypond-user
[Top][All Lists]
Advanced

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

Lyrics above context


From: Guy Stalnaker
Subject: Lyrics above context
Date: Tue, 1 Jan 2019 11:37:31 -0600

All,

At the end of a choral work I want soprano solo, their text above the staff, with remaining sopranos "Ooo" below the staff. There are also dynamics, a dimenuendo, and a note re: Solo, etc. Right now LP engraves the following by putting the lyrics above the dynamics, etc. Can I get the lyrics below the dynamics, etc. (that is, immediate above the staff)?

%%% code begin
\score {
  \new Staff = "sopranos" <<
    << \new Voice = "Solo"
       { \voiceOne
         {
           \partial 4 a'4^\mf^\dim ^"Solo, Remaining voices Ooos" \bar "||"
           a'4. bf'8 c''4 a' |
           g'2 f'\p |
         }
       }
       \new Lyrics \with { alignAboveContext = #"sopranos" } \lyricsto "Solo" {
         Yet what I can I give Him,
       }
       \new Voice = "sopranoOoos"
       { \voiceTwo
         {   
           \partial 4 f'4( ~ |
           f'4. g'8 a'4 f' |
           f'2 d') |
         }
       }
       \new Lyrics \with { alignBelowContext = #"sopranos" } \lyricsto "sopranoOoos" { Ooo }
    >> \bar "|."
  >>
  \layout { }
}
%%%% code end

Thanks.

Guy Stalnaker
address@hidden

reply via email to

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