On 2020-01-08 2:39 pm, David Stephen Grant wrote:
Hi all,

Is there a markup command that works like fill-line, but for any specified
width?

\fill-line references the line-width property. By default it is set to #f which indicates the entire line.

%%%%
\version "2.18"
\markup \fill-line { left center right }
\markup \override #'(line-width . 100)
        \fill-line { left center right }
\markup \override #'(line-width . 80)
        \fill-line { left center right }
%%%%


-- Aaron Hill

Reply via email to