]> git.donarmstrong.com Git - lilypond.git/commitdiff
Remove TODO comment about crashing music functions in .scm
authorDavid Kastrup <dak@gnu.org>
Sun, 6 Sep 2015 12:45:52 +0000 (14:45 +0200)
committerDavid Kastrup <dak@gnu.org>
Sun, 6 Sep 2015 12:46:58 +0000 (14:46 +0200)
After issue 4442, there is no lexical tie of #{...#} to the current parser,
and even before that, with standard parser/location arguments there should
not have been any problems after issue 3153 at the latest.

ly/music-functions-init.ly

index 16b57a97d96b464e1f15b47ab578b653e07fec10..5e04d325cfd1ea15fe6c7d29a02553e62683dd8d 100644 (file)
@@ -29,8 +29,6 @@
 #(use-modules (srfi srfi-1)
               (ice-9 optargs))
 
-%% TODO: using define-music-function in a .scm causes crash.
-
 absolute =
 #(define-music-function (music)
    (ly:music?)