lilypond-user
[Top][All Lists]
Advanced

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

Re: Centering staves on the page


From: Knut Petersen
Subject: Re: Centering staves on the page
Date: Thu, 15 Jul 2021 10:20:51 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.2

Hi Mark,
I want to be able to centre staves, which have varying lengths, on the page, as if they were centre-justified. Can anyone help me with the code for this?

Put scores into a markup, e.g.

\version "2.23.4"
\markup
  \fill-line {
    \center-column {
      \line {\score { \relative { c'4 d e f }}} \vspace #2
      \line {\score { \relative { c'4 d e f f e d c}}} \vspace #2
      \line {\score { \relative { c'2 d }}}}}


Knut
reply via email to

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