I have the following code for use with headers which might not be defined for
some pieces:
#(define-markup-command (when-property layout props symbol markp) (symbol?
markup?)
(if (chain-assoc-get symbol props)
(interpret-markup layout props markp)
empty-stencil))
Then in
Hi all,
In order to emulate the appearance of some editions, I want to set the
instrument name at the top left of the first page, instead of below the
titles.
I have code that works; I just override bookTitleMarkup and add:
%%%
\fill-line {
{ \large \underline \fromproperty #'header:instr