Re: Stencils - first steps

2015-04-16 Thread Marc Hohl
Am 16.04.2015 um 10:35 schrieb Andrew Bernard: Paul, Thank you very much. Really excellent. Now that I can make additions to a notehead stencil, I find an issue with the stem being offset. What does one do to correct this? You have to set the stem-attachment like this: (ly:grob-set-property!

Re: Stencils - first steps

2015-04-16 Thread Andrew Bernard
Paul, Thank you very much. Really excellent. Now that I can make additions to a notehead stencil, I find an issue with the stem being offset. What does one do to correct this? The following snippet illustrates what I am trying to do, but the stems are offset - naturally. [I need some small fak

Stencils - first steps

2015-04-15 Thread Andrew Bernard
Trying to come to terms with lilypond Scheme, as a beginner, I am trying to add items to a notehead stencil, using a callback function. My first attempt to simply get the stencil and return it does not succeed. #(define expNoteHeadStencil    (lambda (grob)      (let* ((stil (ly:grob-property gro