Re: LilyPond can't engrave 16 pages of music

2018-12-22 Thread J Martin Rushton
Running on CentOS (aka RHEL) 7.6: %< bash-4.2$ cat X.ly \version "2.19.82" { \time 4/4 \repeat unfold 1000 { c4 d e f } % TEN PAGES of music \repeat unfold 1000 { f1 } % + SIX MORE PAGES of music \repeat unfold 1000 { c4 d e f } % BUT WHEN ADDING MORE PAGES, fail NOW }

Re: LilyPond can't engrave 16 pages of music

2018-12-22 Thread David Kastrup
Thomas Morley writes: > Am Sa., 22. Dez. 2018 um 12:10 Uhr schrieb David Kastrup : >> >> Thomas Morley writes: >> >> > Am Sa., 22. Dez. 2018 um 02:46 Uhr schrieb Ben : >> >> Did you experience the same wait times? >> > >> > It lasted ~40minutes (I didn't observed the time exactly) >> > >> > I th

Re: LilyPond can't engrave 16 pages of music

2018-12-22 Thread Thomas Morley
Am Sa., 22. Dez. 2018 um 12:10 Uhr schrieb David Kastrup : > > Thomas Morley writes: > > > Am Sa., 22. Dez. 2018 um 02:46 Uhr schrieb Ben : > >> Did you experience the same wait times? > > > > It lasted ~40minutes (I didn't observed the time exactly) > > > > I think: > > most of the time is spend

Re: Problems defining markup function to draw lines.

2018-12-22 Thread Mike Stickles
Thanks, Aaron!  Following your notes, I corrected the path to: \path #0.3 #`((moveto ,xoff ,yoff) (lineto ,(+ 2 xoff) ,(+ 4 yoff)) (moveto ,(+ 1 xoff) ,yoff) (lineto ,(+ 3 xoff) ,(+ 4 yoff))) and now it works like a charm.  And that Scheme intro book looks like exactly what I need to help hea

Re: LilyPond can't engrave 16 pages of music

2018-12-22 Thread Partitura Organum
On 22-12-2018 12:43, Werner LEMBERG wrote: Recently Werner committed a few fixes of typos with possibly ugly consequences in the area of page breaking, so it might be worthwhile crosschecking with current master. Yeah, it would be great if we eventually get testcases for those typos! We

Re: Problems defining markup function to draw lines.

2018-12-22 Thread Reggie
Michael Stickles wrote > Our choir has developed some "in-house" markings which I'm trying to > replicate in LilyPond. One is the use of a double slash to visually > indicate the last section of a piece when the musical pattern changes > for that last part. > > I can replicate that by using a m

Re: LilyPond can't engrave 16 pages of music

2018-12-22 Thread Andrew Bernard
Adding more data: works fine on Debian 9 in Virtualbox 5.22 running under Windows 10. 4'25". Compiles fine. Intel Core i7-6700 CPU @ 3.40 GHz. Andrew ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-use

Re: LilyPond can't engrave 16 pages of music

2018-12-22 Thread Werner LEMBERG
> Recently Werner committed a few fixes of typos with possibly ugly > consequences in the area of page breaking, so it might be worthwhile > crosschecking with current master. Yeah, it would be great if we eventually get testcases for those typos! Werner __

Re: LilyPond can't engrave 16 pages of music

2018-12-22 Thread David Kastrup
Thomas Morley writes: > Am Sa., 22. Dez. 2018 um 02:46 Uhr schrieb Ben : > >> What are your system specs? I can compile the file on my Linux Mint >> x64 laptop with 16GB of RAM, rockin' an 8th gen i7 but it took about >> 10 minutes almost. That seems very very slow. > > Well, I have a weak laptop

Re: Problems defining markup function to draw lines.

2018-12-22 Thread Trevor
Mike, you wrote 22/12/2018 04:15:03 Our choir has developed some "in-house" markings which I'm trying to replicate in LilyPond. One is the use of a double slash to visually indicate the last section of a piece when the musical pattern changes for that last part. I can replicate that by usin

Re: LilyPond can't engrave 16 pages of music

2018-12-22 Thread Thomas Morley
Am Sa., 22. Dez. 2018 um 02:46 Uhr schrieb Ben : > What are your system specs? I can compile the file on my Linux Mint x64 > laptop with 16GB of RAM, rockin' an 8th gen i7 but it took about 10 minutes > almost. That seems very very slow. Well, I have a weak laptop. In the past I had some fast a

Re: LilyPond can't engrave 16 pages of music

2018-12-22 Thread Michael Hendry
> On 21 Dec 2018, at 23:47, Reggie wrote: > > \version "2.19.82" > { > \time 4/4 > \repeat unfold 1000 { c4 d e f } % TEN PAGES of music > \repeat unfold 1000 { f1 } % + SIX MORE PAGES of music > \repeat unfold 1000 { c4 d e f } % BUT WHEN ADDING MORE PAGES, fail NOW > } Starting lilypond 2

Re: Problems defining markup function to draw lines.

2018-12-22 Thread Pierre Perol-Schneider
Le sam. 22 déc. 2018 à 09:59, Aaron Hill a écrit : > [...] > This one looks funny at first, but the difference is the use of the > grave as opposed to the apostrophe. This sets up a quasi-quoting mode > that behaves nearly identical to normal quoting, except we can use a > comma to "unquote". A

Re: Problems defining markup function to draw lines.

2018-12-22 Thread Aaron Hill
On 2018-12-21 8:15 pm, Mike Stickles wrote: But when I try to implement the numbers, I get errors no matter what I do. This (while it doesn't work) shows what I'm trying to get to: #(define-markup-command (double-box layout props xoff yoff) (number? number?)   (interpret-markup layout props