From 36789913828cf9b7e2c18aff7f58795dc0f10e0c Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Thu, 26 Jan 2006 15:10:59 +0000 Subject: [PATCH] (verbatim-file): new markup command \verbatim-file --- input/regression/page-layout-twopass.ly | 1 + scm/define-markup-commands.scm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/input/regression/page-layout-twopass.ly b/input/regression/page-layout-twopass.ly index a8a6629349..ab94573695 100644 --- a/input/regression/page-layout-twopass.ly +++ b/input/regression/page-layout-twopass.ly @@ -29,6 +29,7 @@ tweakFileName = #(format "~a-page-layout.ly" (ly:parser-output-name parser)) #(newline) #(ly:progress "Including file: '~a'" tweakFileName) +%% unfortunately: the following doesn't show up in lp-book output \markup { \column { diff --git a/scm/define-markup-commands.scm b/scm/define-markup-commands.scm index 0f5392c850..10c68a27af 100644 --- a/scm/define-markup-commands.scm +++ b/scm/define-markup-commands.scm @@ -759,7 +759,7 @@ any sort of property supported by @internalsref{font-interface} and "Cannot read file in Safe mode" (let* ((str (ly:gulp-file name)) - (lines (string-split str #\n))) + (lines (string-split str #\nl))) (make-typewriter-markup (make-column-markup lines))) -- 2.39.5