Re: bug-lilypond Digest, Vol 197, Issue 11

2019-04-26 Thread David Kastrup
Federico Bruni writes: > Il giorno gio 25 apr 2019 alle 23:40, Thomas Morley > ha scritto: >> Probably one could think of making `\tabChordRepeats´ the default >> for TabStaff. >> >> Opinions? > > I'm in favour of making it the default for TabStaff. How? (Automatic) expansion of q happens at

Re: bug-lilypond Digest, Vol 197, Issue 11

2019-04-26 Thread Thomas Morley
Am Fr., 26. Apr. 2019 um 10:22 Uhr schrieb David Kastrup : > > Federico Bruni writes: > > > Il giorno gio 25 apr 2019 alle 23:40, Thomas Morley > > ha scritto: > >> Probably one could think of making `\tabChordRepeats´ the default > >> for TabStaff. > >> > >> Opinions? > > > > I'm in favour of m

Re: bug-lilypond Digest, Vol 197, Issue 11

2019-04-26 Thread Thomas Morley
Am Fr., 26. Apr. 2019 um 11:10 Uhr schrieb Thomas Morley : > Can't dive deeper into it right now. I'll open a tracker issue in > order it will not be forgotten. https://sourceforge.net/p/testlilyissues/issues/5516/ Cheers, Harm ___ bug-lilypond mail

Assertion !is_empty() failed - yet again

2019-04-26 Thread Andrew Bernard
Lilypond 2.19.83. Yet again I see this error: Drawing systems... Finding the ideal number of pages... Fitting music on 15 or 16 pages... Drawing systems...lilypond: /home/gub/NewGub/gub/target/linux-64/src/lilypond-git.sv.gnu.org--lilypond.git-stable-test/flower/include/interval.hh:227: T Interval

Re: Assertion !is_empty() failed - yet again

2019-04-26 Thread David Kastrup
Andrew Bernard writes: > Lilypond 2.19.83. Yet again I see this error: > > Drawing systems... > Finding the ideal number of pages... > Fitting music on 15 or 16 pages... > Drawing systems...lilypond: > /home/gub/NewGub/gub/target/linux-64/src/lilypond-git.sv.gnu.org--lilypond.git-stable-test/flow

Re: Assertion !is_empty() failed - yet again

2019-04-26 Thread Andrew Bernard
Thanks David. I built 2.21.0 on Ubuntu 19.04. Running gdb, sure enough, it's the familiar tuple bracket issue: Drawing systems...lilypond: /home/andro/lilypond-git/flower/include/interval.hh:227: T Interval_t::center() const [with T = double]: Assertion `!is_empty ()' failed. Program received si

Re: Assertion !is_empty() failed - yet again

2019-04-26 Thread David Kastrup
Andrew Bernard writes: > Lilypond 2.19.83. That one or current master? In the latter, it may be fixed. > Yet again I see this error: > > Drawing systems... > Finding the ideal number of pages... > Fitting music on 15 or 16 pages... > Drawing systems...lilypond: > /home/gub/NewGub/gub/target/li

Re: Assertion !is_empty() failed - yet again

2019-04-26 Thread Andrew Bernard
Hi David, The reported error was from 2.19.83. But I built 2.21.0 last night, and the error persists. Andrew On Sat, 27 Apr 2019 at 00:56, David Kastrup wrote: > Andrew Bernard writes: > > > Lilypond 2.19.83. > > That one or current master? In the latter, it may be fixed. > > __