Hi Nick,
I'm able to reproduce this on OpenSuse 11.0 with LilyPond 2.13, too.

I don't know if there's a more simple way, but try this instead:

i = #(define-music-function (parser location) ()
        (apply make-music
         (append
          (list
           'StrokeFingerEvent
           'origin location)
          (list 'digit 2))))

Cheers,
Michael


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

Reply via email to