Regarding LSR item 623:
    http://lsr.di.unimi.it/LSR/Search?q=623

I'm sure I had this working with v2.18.2 but not having any luck with v2.19.36

In Win 8.1 I get an error message:

..../lily/grob-property.cc, Line 243

Expression: scm_is_null(value) || scm_is_eq(value, marker)

I've only narrowed the problem down to the function

scaleCustomClefStencilTwo =
#(lambda (grob)
    (let* ((sz (ly:grob-property grob 'font-size 0.0))
           (mult (magstep sz)))
        (set! (ly:grob-property grob 'stencil) 
          (ly:stencil-scale
            customClefStencilTwo
            mult mult)))) 




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to