lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to center "piece" and to increase the font size for the content


From: Malte Meyn
Subject: Re: How to center "piece" and to increase the font size for the content
Date: Thu, 28 Jun 2018 18:50:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0



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
      }
    }
  }
}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]