From 1a4ee6dc75714f53e4723552390dfec8f0ad7d04 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Thu, 2 May 2013 17:29:16 +0200 Subject: [PATCH] Use \null instead of \hspace for an empty line in tocTitleMarkup --- ly/toc-init.ly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ly/toc-init.ly b/ly/toc-init.ly index 3a3f6e08ab..32eeb462f8 100644 --- a/ly/toc-init.ly +++ b/ly/toc-init.ly @@ -25,7 +25,7 @@ \paper { tocTitleMarkup = \markup \huge \column { \fill-line { \null "Table of Contents" \null } - \hspace #1 + \null } tocItemMarkup = \markup \fill-line { \fromproperty #'toc:text \fromproperty #'toc:page -- 2.39.2