Re: fill-line for specified width?

2020-01-09 Thread David Stephen Grant
I'm happy to make an attempt this weekend, unless anyone beats me to it. On Thu, 9 Jan 2020 at 10:30, Werner LEMBERG wrote: > > > \fill-line references the line-width property. By default it is set > > to #f which indicates the entire line. > > > > > > \version "2.18" > > \markup

Re: fill-line for specified width?

2020-01-09 Thread Werner LEMBERG
> \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

Re: fill-line for specified width?

2020-01-08 Thread David Stephen Grant
Many thanks, Aaron! That certainly makes things easier. Best, David On Thu, 9 Jan 2020, 00:01 Aaron Hill, 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 > > specifie

Re: fill-line for specified width?

2020-01-08 Thread Aaron Hill
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 for specified width?

2020-01-08 Thread David Stephen Grant
Hi all, Is there a markup command that works like fill-line, but for any specified width? If not: I've copied and modified fill-line to take a width argument, but it calls justify-line-helper in define-markup-commands.scm (which in turn calls get-fill-space), and these functions aren't visible