Am 28.06.2018 um 16:38 schrieb Bernhard Kleine:
I have a missa with four parts each of which I include with the include
command. That works like a charm. To make the next piece more evident I
would like to center piece and to increase its size. Which screws I have
to turn?

Try something like

\paper {
  scoreTitleMarkup = \markup {
    \column {
      \on-the-fly \print-all-headers { \bookTitleMarkup \hspace #1 }
      \huge \bold \fill-line {
        \fromproperty #'header:piece
      }
    }
  }
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to