Re: Custom MMR Range engraver problem under 2.19.83

2020-01-08 Thread Thomas Morley
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:

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 > > specified > > width? > > \fill-line refer

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 {

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 in

Re: metronome-mark-alignment

2020-01-08 Thread David Nalesnik
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

Re: metronome-mark-alignment

2020-01-08 Thread David Nalesnik
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