>
> Try
>
> \version "2.24.1"
>
> \new Staff  {
>   \relative c {
>     \easyHeadsOn
>     \override NoteHead.font-name = "Ubuntu"
>     \override NoteHead.stem-attachment =
>       #(lambda (grob)
>          (if (eqv? UP (ly:grob-property (ly:grob-object grob 'stem)
> 'direction))
>              '(1.05 . 0)
>              '(-1.05 . 0)))
>     c'8 d e g a b c d
>   }
> }
>
>
> It's perfect!
Thank you very much.
Viktor

Reply via email to