File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 13
13
% ! title - The title of the book (required).
14
14
% ! subtitle - The subtitle of the book (optional, but recommended).
15
15
% ! subsubtitle - A subsubtitle of the book.
16
+ % ! repeattitle - An optional variant of the title that will be used in the header of
17
+ % ! each page (if repeatTitle is true).
16
18
% ! dedication - A string containing a dedication of the work. This is displayed above
17
- % ! the (sub)titles.
19
+ % ! the (sub)titles.
18
20
% ! instrument - The name of the instrument the music is for.
19
21
% ! publisher - The publisher of a work.
20
22
% ! version - A string identifying the current version of a work.
Original file line number Diff line number Diff line change @@ -250,7 +250,8 @@ opt-default-tagline = #(get-option 'defaultTagline #f)
250
250
headerCenter = \markup {
251
251
\sans \unless \on-first-page \concat {
252
252
\if-true # opt-repeat-title {
253
- \fromproperty # 'header:title
253
+ \fromproperty # 'header:repeattitle
254
+ \when-not-property # 'header:repeattitle \fromproperty # 'header:title
254
255
\when-property # 'header:instrument " - "
255
256
}
256
257
\fromproperty # 'header:instrument
You can’t perform that action at this time.
0 commit comments