On 2024-01-28 6:06 am, Bernhard Kleine wrote:
ERROR: In procedure ly:parse-file:

In procedure reverse!: Wrong type argument in position 1:
("print-all-headers" . #f)

Drat, was hoping I could cheat a bit and use an older version of titling-init.ly as a reference. Obviously something changed so that the code is not correct.

Okay, so 2.25.x titling-init.ly should look something like this:

%%%%
scoreTitleMarkup = \markup { \column {
  \if \should-print-all-headers { \bookTitleMarkup \hspace #1 }
  \fill-line {
    \fromproperty #'header:piece
    \fromproperty #'header:opus
  }
}
}
%%%%

Just apply the changes to the \fill-line section as you need.


-- Aaron Hill

Reply via email to