Guy Stalnaker <jimmyg...@gmail.com> writes:

> I can report a change in what I see. This code does not produce an error in
> 2.20 but does in 2.23.6:
>
> %%%%
> startParenthesis = {
>   \once \override ParenthesesItem.stencils = #(lambda (grob)
>                                                 (let ((par-list
> (parentheses-item::calc-parenthesis-stencils grob)))
>                                                   (list (car par-list)
> point-stencil )))
> }
>
> endParenthesis = {
>   \once \override ParenthesesItem.stencils = #(lambda (grob)
>                                                 (let ((par-list
> (parentheses-item::calc-parenthesis-stencils grob)))
>                                                   (list point-stencil (cadr
> par-list))))
> }
> %%%%
>
> Error is:
>
> /home/guyst/Dropbox/Documents/Compositions/ResonetInLaudibus/../nak_standard_header.ly:79:19
> <0>: error: bad grob property path
>
> \once \override
>
> ParenthesesItem.stencils = #(lambda (grob)
>
> /home/guyst/Dropbox/Documents/Compositions/ResonetInLaudibus/../nak_standard_header.ly:85:19
> <1>: error: bad grob property path
>
> \once \override
>
> ParenthesesItem.stencils = #(lambda (grob)
>
>
> I've had this in my standard include file for quite some time. What might I
> need to change to remove the error?

You could try running convert-ly on the file to find out.

-- 
David Kastrup

Reply via email to