X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Documentation%2Fuser%2Fglobal.itely;h=f76191eaddc239217637a36d33c5c678805b5e60;hb=5150591b92618e65e8718e72dfd6230d4cfba438;hp=89adefbef3b4717f7fd2490f6e6503bfc0645511;hpb=10a7b9b31604d9e9e711a5dadd3c4201ff4af527;p=lilypond.git diff --git a/Documentation/user/global.itely b/Documentation/user/global.itely index 89adefbef3..f76191eadd 100644 --- a/Documentation/user/global.itely +++ b/Documentation/user/global.itely @@ -943,6 +943,25 @@ may use any @ref{Text markup} commands in the header. } @end lilypond +As demonstrated before, you can use multiple @code{\header} blocks. +When same fields appear in different blocks, the latter is used. +Here is a short example. + +@example +\header @{ + composer = "Composer" +@} +\header @{ + title = "Title" +@} +\score @{ + \new Staff @{ c'4 @} + \header @{ + title = "New title" %overwrite previous one + @} +@} +@end example + A more advanced option is to change the definitions of the following variables in the @code{\paper} block. The init file @file{ly/titling-init.ly} lists the default layout.