Thanks Guy for the tip, and for digging out the code. it works perfectly
well (under Lilypond 2.24).
I tried using the function to parenthesize chords as well, and it works
just as fine.
You made my day. Warm thanks.
On Sun, Oct 22, 2023 at 1:00 PM Guy Stalnaker wrote:
> This should get you wh
This should get you what you want:
%%%
\version "2.24.0"
startParenthesis = {
\once \override Parentheses.stencils = #(lambda (grob)
(let ((par-list
(parentheses-interface::calc-parenthesis-stencils grob)))
(list (car par-list) point-stencil )))
}
endParenthesis = {
\onc
Have a look at https://lsr.di.unimi.it/LSR/Item?id=902
signature.asc
Description: This is a digitally signed message part