Re: Reading a property

2015-04-06 Thread Klaus Blum
Hi everybody, here is an updated version where a small problem has been resolved (see attachment). I hope this can be useful for some people. If you have any suggestions, please go ahead. Maybe I'll do some cleanup and turn it into a snippet... Cheers, Klaus ColorSpan-Showcase.ly

Re: Reading a property

2015-04-01 Thread Klaus Blum
Hi David, thanks for coming onboard. First of all, I've got a function that returns a stencil: #(define (makeDeltaSpan y-l-lower y-l-upper y-r-lower y-r-upper frame-color fill-color stepLeft stepRight open-on-bottom open-on-top thick pad X-ext-param open-on-left open-on-right radius

Re: Reading a property

2015-04-01 Thread David Nalesnik
Sorry, hit the wrong button... On Wed, Apr 1, 2015 at 9:13 AM, Klaus Blum wrote: > Dear LilyPond fellows, > > how can I read a property? > For example, after having applied > \override HorizontalBracket.line-thickness = #0.5 > is there an easy way to access that value? > > I know that it will wo

Re: Reading a property

2015-04-01 Thread David Nalesnik
Hi Klaus, On Wed, Apr 1, 2015 at 9:13 AM, Klaus Blum wrote: > Dear LilyPond fellows, > > how can I read a property? > For example, after having applied > \override HorizontalBracket.line-thickness = #0.5 > is there an easy way to access that value? > > I know that it will work like this: > > col