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]


Reply via email to