Re: Parentheses : optional anacrouse and chords at the end of a score

2023-11-06 Thread Guy Melançon
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

Re: Parentheses : optional anacrouse and chords at the end of a score

2023-10-22 Thread Guy Stalnaker
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

Re: Parentheses : optional anacrouse and chords at the end of a score

2023-10-22 Thread Jean Abou Samra
Have a look at https://lsr.di.unimi.it/LSR/Item?id=902  signature.asc Description: This is a digitally signed message part