This now worked, but for the \fill with showed as "fill", I added
therefor a " " in a separate line that took care of the centering. As
the pieces were only show as the "Agnus Dei", the last piece, I found
out from an earlier missa set with included files that I had to add the
\header { piece = "Kyrie (Gloria, Credo, Sanctus, Benedictus, Agnus
Dei)" into the score part of each included file. Now everything seems okay.

Thanks for your patience

Bernhard

Am 28.01.2024 um 15:15 schrieb Aaron Hill:
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