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
}
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
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
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
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
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
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
> 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
__
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
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
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
> 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
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
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
14 matches
Mail list logo