RE: Re: Variable binding breaks layout

2023-05-11 Thread juergen . gruen
Thank you for the explanation. Juergen.

Re: Variable binding breaks layout

2023-05-11 Thread Jean Abou Samra
Le jeudi 11 mai 2023 à 06:26 +, juergen.gr...@xyz.de a écrit : > Hello all, > > > why does each of the out commented lines break the layout when active? And > why does "(brace-Y..." not? What breaks the layout is not the variable bindings per se of course, but the ly:grob-property calls,

Variable binding breaks layout

2023-05-10 Thread juergen . gruen
Hello all, why does each of the out commented lines break the layout when active? And why does "(brace-Y..." not? %%% \version "2.24.0" #(define (align-to-brace)    (lambda (grob)      (let* ((refp (ly:grob-system grob))             (all-elts (ly:grob-array->list (ly:gro