From 28dee2dc749d4f70ccbc00b29028dd2aee04b018 Mon Sep 17 00:00:00 2001 From: Reinhold Kainhofer Date: Tue, 1 Feb 2011 00:26:05 +0100 Subject: [PATCH] Fix PDF metadata extraction when no header block is present --- input/regression/no-header.ly | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 input/regression/no-header.ly diff --git a/input/regression/no-header.ly b/input/regression/no-header.ly new file mode 100644 index 0000000000..faf2275a12 --- /dev/null +++ b/input/regression/no-header.ly @@ -0,0 +1,6 @@ +\version "2.12.0" + +\markuplines \wordwrap-lines { + This regtest does not contain any header and paper blocks. Its purpose is to + test whether anything breaks if these blocks are absent. +} -- 2.39.5