Hi, I'd like to modify a function's body in ly-syntax-constructors.scm Is there a way to override the function without touching that file?
I'm only looking to change the repeat command from (define-ly-syntax-simple (repeat type num body alts) (make-repeat type num body alts)) to (define-ly-syntax-simple (repeat type num body alts) (unfold-repeats (make-repeat type num body alts))) Regards, -- Sam _______________________________________________ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user