lilypond-devel
[Top][All Lists]
Advanced

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

Re: LilyPond 2.23.6 released


From: Jean Abou Samra
Subject: Re: LilyPond 2.23.6 released
Date: Tue, 8 Feb 2022 20:16:39 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

Le 08/02/2022 à 20:02, Guy Stalnaker a écrit :
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?

Thanks



Just apply convert-ly which will fix your include file automatically.

Best,
Jean




reply via email to

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