Re: Avoiding errors in custom title markup

2025-01-31 Thread Fr. Samuel Springuel
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

Avoiding errors in custom title markup

2025-01-31 Thread YTG 1234
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