]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/musicxml2ly.py
Issue 3983: Avoid define-public and define*-public with curried definitions
[lilypond.git] / scripts / musicxml2ly.py
index 2da2dab60e93e574860f99c9ee5bbd55de82d9be..e270aed95e7d3001ea905a3eb5c5ffac03f8adde 100644 (file)
@@ -41,7 +41,7 @@ additional_definitions = {
   "tuplet-note-wrapper": """      % a formatter function, which is simply a wrapper around an existing
       % tuplet formatter function. It takes the value returned by the given
       % function and appends a note of given length.
-  #(define-public ((tuplet-number::append-note-wrapper function note) grob)
+  #(define ((tuplet-number::append-note-wrapper function note) grob)
     (let* ((txt (if function (function grob) #f)))
       (if txt
         (markup txt #:fontsize -5 #:note note UP)