Am Mo., 6. Jan. 2020 um 11:07 Uhr schrieb Thomas Morley
:
>
> Am Mo., 6. Jan. 2020 um 02:22 Uhr schrieb David Kastrup :
> >
> > 06be909202d2ced6e651e4420bc8068eafae023e is the first bad commit
> > commit 06be909202d2ced6e651e4420bc8068eafae023e
> > Author: Thomas Morley
> > Date: Sat May 26 23:
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
> > specified
> > width?
>
> \fill-line refer
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 {
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 in
On Wed, Jan 8, 2020 at 7:28 AM David Nalesnik wrote:
>
> Hi Daniel,
>
> On Tue, Jan 7, 2020 at 5:18 PM Daniel Rosen wrote:
> >
> > I just rediscovered David Nalesnik's metronome-mark-alignment function in
> > this thread that I originally started years ago: https://bit.ly/2QUmi6H
>
> I just redi
Hi Daniel,
On Tue, Jan 7, 2020 at 5:18 PM Daniel Rosen wrote:
>
> I just rediscovered David Nalesnik's metronome-mark-alignment function in
> this thread that I originally started years ago: https://bit.ly/2QUmi6H
I just rediscovered it too! Completely forgot I had done this.
>
> The function