Hello,

Given a header like this:

%%%%%%%%
\markuplist {

\fill-line {
  \override #'(font-name . "Liberation Sans")
  \override #'(font-size . 6)
  "Author"
}

\vspace #4

\fill-line {
  \override #'(font-name . "Liberation Sans")
  \override #'(font-size . 15)
  "Title"
}

\vspace #2

\fill-line {
  \override #'(font-name . "Liberation Sans")
  \override #'(font-size . 10)
  "Subtitle"
}

\vspace #6

}

{

%section 1
c'1 c' c' \break c' c'

\pageBreak

%section 2
e'1 e' f' \break f' f'

}

%%%%%

... I would like to put it inside the score context. Is it possible ?
In this way, given that the above header is only bound to the first page of
the score, if I want to render only page 2 I would not need two block
comments  (page 1 and header), but I would use only one block comment.

(Maybe by using the following hacky way to have multiple marks on the same
bar:
https://lilypond.org/doc/v2.23/Documentation/snippets/expressive-marks
(Creating simultaneous rehearsal marks) ?)

Thanks!

P

Reply via email to