Am Mi., 1. Okt. 2025 um 20:17 Uhr schrieb Werner LEMBERG <[email protected]>:
> Regarding this code: > > ``` > (let* ((bound-det (ly:grob-property span 'bound-details)) > (lb (ly:assoc-get 'left-broken bound-det '()))) > (ly:grob-set-property! > span > 'bound-details > (acons 'left-broken > (acons 'text > (ly:grob-property grob 'text) > lb) > bound-det))) > ``` > > I wonder whether we should have a Scheme function for that, making it > simpler to set an entry in `bound-details`. ly:grob-set-nested-property! ? Cheers, Harm
