]> git.donarmstrong.com Git - lilypond.git/commitdiff
(verbatim-file): new markup
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 26 Jan 2006 15:10:59 +0000 (15:10 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 26 Jan 2006 15:10:59 +0000 (15:10 +0000)
command \verbatim-file

input/regression/page-layout-twopass.ly
scm/define-markup-commands.scm

index a8a662934916128727eaa28d0bd6eaa05fbd08f1..ab94573695f5be9caa935d6eb0582f6c27e512eb 100644 (file)
@@ -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 {
index 0f5392c850fc087135169cd1e3c67b6305c0f9bb..10c68a27af077a33a523db245c0d352ddb1390ec 100644 (file)
@@ -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)))