lilypond-user
[Top][All Lists]
Advanced

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

Again vertical spacing FiguredBass / Staff / Lyrics


From: Michael Käppler
Subject: Again vertical spacing FiguredBass / Staff / Lyrics
Date: Fri, 22 Apr 2011 19:39:47 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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 }
  >>
}




reply via email to

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