lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Overriding internal functions?


From: Samuel DA MOTA
Subject: Overriding internal functions?
Date: Tue, 30 Sep 2014 21:36:09 +0100

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]