From: David Kastrup Date: Thu, 2 May 2013 15:29:16 +0000 (+0200) Subject: Use \null instead of \hspace for an empty line in tocTitleMarkup X-Git-Tag: release/2.17.19-1~5^2~23 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1a4ee6dc75714f53e4723552390dfec8f0ad7d04;p=lilypond.git Use \null instead of \hspace for an empty line in tocTitleMarkup --- 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