Thanks, that works fine

> Please try the attached solution.
> 
> 
>    Werner
> \version "2.24.0"
> 
> \paper{
>  #(define fonts (set-global-fonts #:music "paganini"))
> 
>  #(add-text-replacements!
>    `(("♭" . ,#{ \markup { \hspace #0.4 \raise #0.4 \smaller \smaller \flat } 
> #})
>      ; add more entries here
>      ))
> }
> 
> \figures {
>  \set figuredBassPlusDirection = #RIGHT
>  <7\\ 6 4 2\+> <4\+ _-> <3 5\+ 3 > <6\\ 4 3> <9\\>
> }
> 
> \layout {
>  \context {
>    \Score
>    figuredBassPlusStrokedAlist = #'()
>  }
> }


Reply via email to