From 9f6bdb44216682cfe924aca49b1c87ada661d628 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 6 Sep 2015 14:45:52 +0200 Subject: [PATCH] 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. --- ly/music-functions-init.ly | 2 -- 1 file changed, 2 deletions(-) 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?) -- 2.39.5