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 18:51:58 +0100

Hello again,

As I searched more thoroughly into LP Online initiation Manual, 
I found the answer using :


\new ChoirStaff \with {
    \override StaffGrouper.
      staffgroup-staff-spacing.basic-distance = #15
  }

Thus, the whole group od staves will be separated from the following group/staff ... 


The result is   OK   ! 

I am sorry I bothered you with my question, and thank you all for your advices.




__

Regards, 
Ziad GHOLAM



Le lun. 17 févr. 2020 à 17:20, Kieren MacMillan <address@hidden> a écrit :
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]