From: David Kastrup Date: Sun, 6 Sep 2015 12:45:52 +0000 (+0200) Subject: Remove TODO comment about crashing music functions in .scm X-Git-Tag: release/2.19.27-1~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9f6bdb44216682cfe924aca49b1c87ada661d628;p=lilypond.git Remove TODO comment about crashing music functions in .scm 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. --- diff --git a/ly/music-functions-init.ly b/ly/music-functions-init.ly index 16b57a97d9..5e04d325cf 100644 --- a/ly/music-functions-init.ly +++ b/ly/music-functions-init.ly @@ -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?)