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: David Stephen Grant
Subject: Re: fill-line for specified width?
Date: Thu, 9 Jan 2020 00:14:36 +0100

Many thanks, Aaron! That certainly makes things easier.

Best, David

On Thu, 9 Jan 2020, 00:01 Aaron Hill, <address@hidden> wrote:
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]