lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting a new computer


From: Michael Gerdau
Subject: Re: Getting a new computer
Date: Fri, 18 Nov 2016 23:31:16 +0100
User-agent: KMail/5.3.3 (Linux/4.8.8-1-ARCH; KDE/5.28.0; x86_64; ; )

> I’ve included a large project if anyone with a newish computer would like
> to test their compilation time. The main file is MDSM.ly. It takes my
> computer between 4 and 5 minutes to compile.

I've tested your files on both my windows machine and the Linux box with
the broken font handling and both use about 54 seconds - the linux box
being had been bought in early 2011 though while the windows machine is
about 2 years old.

What is found is that lines like

  markup-system-spacing #'padding = #3

created an error in 2.19.50. Changing this and similar lines to 

  markup-system-spacing.padding = #3

cured that problem.


I have then created a replacement statement to be added to a rule in
convertrules.py to deal with that as follows:

    str = re.sub (r"(\w+[-\w]*) +#'(\w+[-\w]*) +=", r"\1.\2 =", str)

I don't know which lilypond version did change that syntax and I also
have don't know how to add that to the official set of convert-ly
rules.

Any pointer appreciated.

Kind regards,
Michael
-- 
 Michael Gerdau       email: address@hidden
 GPG-keys available on request or at public keyserver

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]