| [ << Spacing issues ] | [Top][Contents][Index] | [ Changing defaults >> ] |
[ < \paper variables for page numbering ] | [ Up : Other \paper variables ] | [ \paper variables for debugging > ] |
\paper variables concerning headers and markups
print-all-headers¶-
If set to
#t, this will print all headers for each\scorein the output. Normally only thepieceandopusheader variables are printed. For use cases see Titles and headers. Default:#f. reset-footnotes-on-new-page¶-
If set to
#t, footnote numbers are reset on each page break. For footnotes numbered consecutively across page breaks, set to#f. Default:#t. system-separator-markup¶-
A markup object that is inserted between systems, often used for orchestral scores. Default: unset. The
\slashSeparatormarkup, defined in ly/titling-init.ly, is provided as a sensible default, for example:#(set-default-paper-size "a8") \book { \paper { system-separator-markup = \slashSeparator } \header { tagline = ##f } \score { \relative { c''1 \break c1 \break c1 } } }
footnote-separator-markup¶-
A markup object that is inserted above the footnote texts at the bottom of the page. Default: a centered horizontal line, defined in ly/paper-defaults-init.ly.
See also
Installed Files: ly/titling-init.ly, ly/paper-defaults-init.ly.
Snippets: Spacing.
Known issues and warnings
The default page header puts the page number and the instrument
field from the \header block on a line.
| [ << Spacing issues ] | [Top][Contents][Index] | [ Changing defaults >> ] |
[ < \paper variables for page numbering ] | [ Up : Other \paper variables ] | [ \paper variables for debugging > ] |
![[image of music]](../eb/lily-846d7ddb.png)