]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/lily.scm
Issue 4620/5: Remove/replace Simple_closure smob type
[lilypond.git] / scm / lily.scm
index 90e85c8db1ea0716e408d92558124e8ed5f7fd9f..c670eb15bf31e90ac6218fe08df33ebcd9e31847 100644 (file)
@@ -51,6 +51,9 @@
 ;; No public setters: should not get overwritten in action
 (define-public (*parser*) (fluid-ref %parser))
 (define-public (*location*) (fluid-ref %location))
+;; but properly scoped location should be fine
+(defmacro-public with-location (loc . body)
+  `(with-fluids ((,%location ,loc)) ,@body))
 
 ;; It would be nice to convert occurences of parser/location to
 ;; (*parser*)/(*location*) using the syncase module but it is utterly
@@ -729,7 +732,6 @@ messages into errors.")
     (,ly:pitch? . "pitch")
     (,ly:prob? . "property object")
     (,ly:score? . "score")
-    (,ly:simple-closure? . "simple closure")
     (,ly:skyline? . "skyline")
     (,ly:skyline-pair? . "pair of skylines")
     (,ly:source-file? . "source file")