lilypond-user
[Top][All Lists]
Advanced

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

Re: How to increase the "gap" between SATB group of staves and basso con


From: Kieren MacMillan
Subject: Re: How to increase the "gap" between SATB group of staves and basso continuo staff ?
Date: Mon, 17 Feb 2020 11:20:00 -0500

Hi Ziad,

> Thanks for the clue ...
> Unfortunately, It did not work  ! 

Without you posting an MWE, how can we possibly diagnose the problem?

My suggestion seems to work perfectly for me:

%%%
\version "2.19.83"

\score {
  <<
    \new Staff { c' }
    \new FiguredBass \figuremode { < 6 >4 }
  >>
}

\score {
  <<
    \new Staff { c' }
    \new FiguredBass \figuremode { < 6 >4 }
  >>
  \layout {
    \context {
      \FiguredBass
      \override VerticalAxisGroup.nonstaff-relatedstaff-spacing.padding = #30
    }
  }
}
%%%

Cheers,
Kieren.
________________________________

Kieren MacMillan, composer (he/him/his)
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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