Re: Strange space between beam and slur

2019-06-25 Thread Lukas-Fabian Moser
Hi David, > @gcc experts (hence posting to devel also): Unfortunately, I cannot > > build 2.19.15 on my machine because of errors of the type: > > > > /home/lukas/git/lilypond/lily/include/smobs.tcc:98:25: error: invalid > > conversion from 'int' to 'scm_unused_struct* (*)(SCM, SCM) {aka > > scm_u

Re: Strange space between beam and slur

2019-06-25 Thread David Kastrup
Lukas-Fabian Moser writes: > Hi Andrew, > > Am 25.06.19 um 10:56 schrieb Andrew Bernard: >> What is it about 19? Is it some magic borderline number in some unit >> system in lilypond? Do we know? > > I'd rather suspect there's some kind of "anthropic principle" at work > here: The bugs (at least

Re: Strange space between beam and slur

2019-06-25 Thread Lukas-Fabian Moser
Hi Andrew, Am 25.06.19 um 10:56 schrieb Andrew Bernard: What is it about 19? Is it some magic borderline number in some unit system in lilypond? Do we know? I'd rather suspect there's some kind of "anthropic principle" at work here: The bugs (at least the one I reported) should probably occur

Re: Strange space between beam and slur

2019-06-23 Thread Lukas-Fabian Moser
Hi Carl, thanks for trying this (and forgive me for explicitly CC'ng you as the author of the commit that, on my system, triggered the problem)! On 6/22/19, 3:48 PM, "Lukas-Fabian Moser" wrote: That's about as much as I can contribute, I guess. Does anybody have an idea wh

Re: Strange space between beam and slur

2019-06-23 Thread James
Hello, On 22/06/2019 22:48, Lukas-Fabian Moser wrote: Folks, while engraving a Bach chorale, I stumbled over an overlarge space between a slur and a beam. After a happy hour of trying to boil the problem down to a minimal example, I arrived at: \version "2.19.39" \new Staff <<   {     R1  

Re: Strange space between beam and slur

2019-06-22 Thread Carl Sorensen
On 6/22/19, 3:48 PM, "Lukas-Fabian Moser" wrote: That's about as much as I can contribute, I guess. Does anybody have an idea what precisely is causing the problem? Hmm, this works for me on 2.19.82 running on OSX under Frescobaldi. No extra space. What is your system conf

Strange space between beam and slur

2019-06-22 Thread Lukas-Fabian Moser
Folks, while engraving a Bach chorale, I stumbled over an overlarge space between a slur and a beam. After a happy hour of trying to boil the problem down to a minimal example, I arrived at: \version "2.19.39" \new Staff <<   {     R1     a''8( b'' b'' a'')   } \\ {     r4   } >> This leads