]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/titling-init.ly
Minor fixes.
[lilypond.git] / ly / titling-init.ly
index dacf385be083daf9496a01182ef5ac172a031e0e..64f1855a0499d713df10d016b92952dd7abaf042 100644 (file)
@@ -79,9 +79,11 @@ scoreTitleMarkup = \markup {
    empty-stencil))
 
 oddHeaderMarkup = \markup
-\on-the-fly #not-single-page
+ % \on-the-fly #not-single-page
 \fill-line {
-  ""
+  %% force the header to take some space, otherwise the
+  %% page layout becomes a complete mess. 
+  " "
   \on-the-fly #not-first-page \fromproperty #'header:instrument
   \on-the-fly #not-first-page \fromproperty #'page:page-number-string
 }