\version "2.24.1" date = #(strftime "%d-%m-%Y" (localtime (current-time))) \include "lilyjazz.ily" \include "jazzchords.ily" makeUnpurePureContainer = #(ly:make-unpure-pure-container ly:grob::stencil-height (lambda (grob start end) (ly:grob::stencil-height grob))) startParenthesis = { \once \override Parentheses.stencil = #(lambda (grob) (let ((par-list (parentheses-item::calc-parenthesis-stencils grob))) (list (car par-list) point-stencil ))) } endParenthesis = { \once \override Parentheses.stencil = #(lambda (grob) (let ((par-list (parentheses-item::calc-parenthesis-stencils grob))) (list point-stencil (cadr par-list)))) } flg = \markup \with-dimensions #'(0 . 0) #'(0 . 0) { \fontsize #24 \with-color #yellow \rotate #50 \translate #'(-80 . -90) \override #'(font-name . "Inkpen2 Script") "JazzPartAuch" }