lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LilyPond 2.23.6 released


From: David Kastrup
Subject: Re: LilyPond 2.23.6 released
Date: Tue, 08 Feb 2022 20:18:52 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Guy Stalnaker <jimmyg521@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

[Prev in Thread] Current Thread [Next in Thread]