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: Ziad Gholam
Subject: Re: How to increase the "gap" between SATB group of staves and basso continuo staff ?
Date: Mon, 17 Feb 2020 16:29:48 +0100

Hello 
Thanks for the clue ...

I already have this  my \layout section :

\context
{
\Score
figuredBassFormatter = #format-bass-figures
}

So I tried adding a \context { \FiguredBAss and the \override ... with several numbers : #30 and #40 ... 
Unfortunately, It did not work  ! 

Thanks anyway .




__

Cordialement,

Ziad GHOLAM
Consultant Méthodes, Implémentation ISO-27001, ISO-9001
+33.681.488.898
= = = = = = = = =
www.proactivis.com 

IT Services / Conseil
= = = = = = = = = 



Le lun. 17 févr. 2020 à 16:04, Kieren MacMillan <address@hidden> a écrit :
Hi Ziad,

> I am working on a music score for SATB & basso continuo (figured bass) :
> I would like to enforce LilyPond to increase the gap (or spacing) between the SATB voices and the basso continuo staff ...
> I think that the spacing should be at least twice the one the separate two successive voices, is it possible to do so ?

\layout {
  \context {
    \FiguredBass
    \override VerticalAxisGroup.nonstaff-staff-spacing.padding = #30
  }
}

Play with the number (in this example, 30) to get your desired distance.

Hope that helps!
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]