Hi

How can I add a little more space between the Dynamics and the lower staff
upper lyrics? (see attach).

The group can be resumed as:

  \new ChoirStaff <<
      \new Staff = "staffu" <<
        \new Voice = "melA" \upA
        \new Voice = "melB" \upB
      >>
    \new Lyrics   \with { alignAboveContext = "staffu" } {\lyricsto melA
\text}
    \new Lyrics  {\lyricsto melB \text }

    \new Dynamics{  ... }

      \new Staff = "staffd" <<
        \new Voice = "melC" \lowA
        \new Voice = "melD" \lowB
      >>
      \new Lyrics   \with { alignAboveContext = "staffd" }  {\lyricsto melC
\text}
      \new Lyrics {\lyricsto melD \textD             }
  >>

Thanks
ambs
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to