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 <
[email protected]> 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: [email protected]
>
>