From a97b0a68c84b7b354ac33567c9154fea5a19d4d9 Mon Sep 17 00:00:00 2001 From: hanwen Date: Thu, 26 Jan 2006 16:22:38 +0000 Subject: [PATCH] * flower/string-convert.cc: remove publib.h * scm/define-markup-commands.scm (verbatim-file): new markup command \verbatim-file --- ChangeLog | 2 ++ flower/string-convert.cc | 1 - scm/define-markup-commands.scm | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 784a214849..cc1e4e602b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-01-26 Han-Wen Nienhuys + * flower/string-convert.cc: remove publib.h + * scm/define-markup-commands.scm (verbatim-file): new markup command \verbatim-file diff --git a/flower/string-convert.cc b/flower/string-convert.cc index 7f36355fa8..140c77632d 100644 --- a/flower/string-convert.cc +++ b/flower/string-convert.cc @@ -6,7 +6,6 @@ #include "string-convert.hh" -#include #include #include using namespace std; diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index 10c68a27af..a914e69888 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -756,7 +756,7 @@ any sort of property supported by @internalsref{font-interface} and (interpret-markup layout props (if (ly:get-option 'safe) - "Cannot read file in Safe mode" + "verbatim-file disabled in safe mode" (let* ((str (ly:gulp-file name)) (lines (string-split str #\nl))) -- 2.39.5