lilypond-user
[Top][All Lists]
Advanced

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

Re: fill-line for specified width?


From: Aaron Hill
Subject: Re: fill-line for specified width?
Date: Wed, 08 Jan 2020 15:01:06 -0800
User-agent: Roundcube Webmail/1.3.8

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

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