> I'm not top-posting
Hi all,
I'd like to clarify my former question from a few days ago:
How can I increase the minimal distance between a FiguredBass line and the
staff above? (Example attached)
It works if there are no Lyrics attached to upper staff. Otherwise the padding 
goes away for a reason I don't understand, because surely I want to keep the 
padding despite of Lyrics between.

Regards,
Michael

\version "2.13.58"

notes = \repeat unfold 20 { a4 b c b }

text = \lyricmode {
  \repeat unfold 20 { bla bla bla bla }
}

numbers = \figuremode {
  \repeat unfold 20 { <3 5>4 <4 6> <_+> <7> }
}

\layout {
  \context {
    \FiguredBass
    \override VerticalAxisGroup #'nonstaff-unrelatedstaff-spacing #'padding = 
#20
    \override VerticalAxisGroup #'staff-affinity = #DOWN
  }
}
  

\score {
  <<
    \new Voice = "one" \relative c'' \notes
    \new Lyrics \lyricsto one \text %% Comment this out
    \new FiguredBass \numbers
    \new Staff { \clef bass \relative c \notes }
  >>
}


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

Reply via email to