From b6c86085eb97be9f23639fefd46fdfdce270508f Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sun, 23 Oct 2011 04:29:34 +0200 Subject: [PATCH] Let #{ ... #} be available in init-scheme-files-body by moving parser-ly-from-scheme.scm to ini-scheme-files-used --- scm/lily.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scm/lily.scm b/scm/lily.scm index 88f1183b92..24710c9e0c 100644 --- a/scm/lily.scm +++ b/scm/lily.scm @@ -403,7 +403,8 @@ LilyPond safe mode. The syntax is the same as `define*-public'." "output-lib.scm")) ;; - Files containing definitions used later by other files later in load (define init-scheme-files-used - '("markup-macros.scm")) + '("markup-macros.scm" + "parser-ly-from-scheme.scm")) ;; - Main body of files to be loaded (define init-scheme-files-body '("file-cache.scm" @@ -427,7 +428,6 @@ LilyPond safe mode. The syntax is the same as `define*-public'." "auto-beam.scm" "chord-name.scm" "bezier-tools.scm" - "parser-ly-from-scheme.scm" "ly-syntax-constructors.scm" "define-context-properties.scm" -- 2.39.2