Re: changes.tely: deal with \transposition and instrumentTransposition changes (issue 7404046)

2013-03-03 Thread Keith OHara
On Sun, 03 Mar 2013 00:18:09 -0800, David Kastrup wrote: "Keith OHara" writes: The \oldTransposition you suggested in has the required trickery, and I just re-checked that it works fine. I'd prefer not giving it a name of its own, instead load a Sc

Re: Alternative pixel-based regtest checker

2013-03-03 Thread Phil Holmes
- Original Message - From: "Phil Holmes" To: "Devel" Sent: Friday, March 01, 2013 7:15 PM Subject: Alternative pixel-based regtest checker 4 files attached. To try this out: create a new directory and place NoTagline.ly in it. Create a subdirectory called input and put some regtes

Re: Lilypond command line syntax

2013-03-03 Thread Felix Janda
On 03/03/13 at 04:18pm, Phil Holmes wrote: > We're in dir Test. > Get a list of all lilypond files that are currently in Test/input > Use that list of files to run lilypond, with all output PNGs going to > Test/Pix and including file Test/include.ly. The .png files should use the > root filename

Lilypond command line syntax

2013-03-03 Thread Phil Holmes
I've got my shell-based Ubuntu regtest comparator working well, using comparison functions from imagemagick. What I want to do now is make it use more CPUs by using job-count. AFAIK, this works by processing multiple files in parallel, rather than using lots of CPUs for a single file. The si

Re: bug in articulate.ly

2013-03-03 Thread David Kastrup
Zefram writes: > David Kastrup wrote: >>> articulate.ly:446:13: In procedure map in expression (map (lambda >>> # #)): >>> articulate.ly:446:13: Wrong number of arguments to >>> # > > Oh, hmm. Oops. The expression > > (map (lambda (alt) (list (ly:music-deep-copy body) alt))) > > shoul

Re: build: missing explicit dependency?

2013-03-03 Thread James
Hello (sorry to reply to myself) On 3 March 2013 13:51, James wrote: > Hello, > > > On 2 March 2013 16:54, Francisco Vila wrote: > >> Hello. When trying to build lilypond, I had to install the >> texlive-metapost package which the autogen.sh did not ask for. Is this >> a flaw of the config proc

Re: build: missing explicit dependency?

2013-03-03 Thread James
Hello, On 2 March 2013 16:54, Francisco Vila wrote: > Hello. When trying to build lilypond, I had to install the > texlive-metapost package which the autogen.sh did not ask for. Is this > a flaw of the config process? > -- > Francisco Vila. Badajoz (Spain) > www.paconet.org , www.csmbadajoz.com

Allows minimum-length to work for end-of-line spanners. (issue 7453046)

2013-03-03 Thread lemzwerg
LGTM. Thanks for the good comment :-) https://codereview.appspot.com/7453046/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Alternative pixel-based regtest checker

2013-03-03 Thread Phil Holmes
- Original Message - From: "Werner LEMBERG" To: Cc: ; ; Sent: Sunday, March 03, 2013 7:06 AM Subject: Re: Alternative pixel-based regtest checker I know from my Windows pixel-based checker that, generally, the PNG files contain the same image, version after version (there are a fe

Re: Alternative pixel-based regtest checker

2013-03-03 Thread David Kastrup
Werner LEMBERG writes: >> I know from my Windows pixel-based checker that, generally, the PNG >> files contain the same image, version after version (there are a few >> oddities with some text, which I'm used to). I would have believed >> that identical images would only be produced by identical

Re: changes.tely: deal with \transposition and instrumentTransposition changes (issue 7404046)

2013-03-03 Thread David Kastrup
"Keith OHara" writes: > On Wed, 27 Feb 2013 00:47:21 -0800, wrote: > >> On 2013/02/27 07:40:59, Keith wrote: >> >>> Oops. It was \oldTransposition but it was not put into LilyPond. >> >> Since the sign of instrumentTransposition has been inverted, it would >> require serious trickery or a sepa