lilypond-user
[Top][All Lists]
Advanced

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

Adding space between staves and Dynamics


From: Alberto Simões
Subject: Adding space between staves and Dynamics
Date: Sun, 24 Jul 2016 15:37:23 +0100

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

Attachment: sample.png
Description: PNG image


reply via email to

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