Re: potential soak-test / showcase

2012-03-10 Thread Janek WarchoĊ‚
On Sun, Mar 11, 2012 at 12:23 AM, Adam Spiers wrote: > This would be fun to code ;-) > > http://lostinthecloudblog.com/2010/03/13/john-stump-composer-of-faeries-aire-and-death-waltz/ Looks familiar! I've seen pieces almost like that on http://www.apollinemike.com/mike/ :D I'm not sure about some

potential soak-test / showcase

2012-03-10 Thread Adam Spiers
This would be fun to code ;-) http://lostinthecloudblog.com/2010/03/13/john-stump-composer-of-faeries-aire-and-death-waltz/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Allow music in contextmods (issue 5796052)

2012-03-10 Thread janek . lilypond
David, i'm sorry because i cannot give your patch a proper review, but i appreciate your work. I think Lily really needs changes like this. thanks, Janek http://codereview.appspot.com/5796052/ ___ lilypond-devel mailing list lilypond-devel@gnu.org h

Re: Fix make error in regression tests coming from midi2ly (issue 5777053)

2012-03-10 Thread Carl . D . Sorensen
Reviewers: dak, Message: On 2012/03/10 19:20:31, dak wrote: (I am surprised that your shell had a version of echo not understanding -n). I am, too. My bash shell has echo that understands -n, so I expected it to work. I'll see what I can figure out to make it work. Thanks, Carl Descr

Patchy is trying to merge staging now

2012-03-10 Thread James
Patchy is re-running now. I lost internet connection so it missed the 6pm merge. -- -- James ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Fix make error in regression tests coming from midi2ly (issue 5777053)

2012-03-10 Thread dak
http://codereview.appspot.com/5777053/diff/1/make/midi-rules.make File make/midi-rules.make (right): http://codereview.appspot.com/5777053/diff/1/make/midi-rules.make#newcode12 make/midi-rules.make:12: (echo '\header {'; for f in $(HEADER_FIELDS); do echo $$f'="'; cat $(outdir)/$*.$$f; echo '"';

gub help

2012-03-10 Thread Jeremiah Benham
I am a developer for denemo. I have been struggle to get gub to work for me. I had to edited several of the spec files because the originals referenced packages that were no longer available or had incorrect permissions on the server. I don't know what I should do. Is there a specific git revisi

Re: Difference between list and cons*

2012-03-10 Thread David Kastrup
David Kastrup writes: > Carl Sorensen writes: > >> David, >> >> I noticed that in a recent patch you changed from constructing property >> lists with list to using cons*. >> >> I'm not questioning your decision. However, I'd like to gain some >> understanding. Why was it necessary (or at least

Re: Difference between list and cons*

2012-03-10 Thread David Kastrup
Carl Sorensen writes: > David, > > I noticed that in a recent patch you changed from constructing property > lists with list to using cons*. > > I'm not questioning your decision. However, I'd like to gain some > understanding. Why was it necessary (or at least desirable) to make the > change?

Difference between list and cons*

2012-03-10 Thread Carl Sorensen
David, I noticed that in a recent patch you changed from constructing property lists with list to using cons*. I'm not questioning your decision. However, I'd like to gain some understanding. Why was it necessary (or at least desirable) to make the change? As far as I understand, the differenc

Re: Doc: Learning: Use voices in the intended order. (issue 5507050)

2012-03-10 Thread tdanielsmusic
The second part of this patch has now been pushed to staging, so (assuming they make it to master) this issue can be closed. http://codereview.appspot.com/5507050/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/lis

Re: Fixes to auxiliar/doc-section.sh

2012-03-10 Thread Trevor Daniels
Hi Phil, you wrote Saturday, March 10, 2012 10:16 AM Once you have a successful make doc, you might be surprised how little time it takes to remake to check changes now. On my admittedly quick machine, make -j9 CPU_COUNT=9 LANGS='' doc takes about 5 seconds. It's certainly a lot better than

Re: Doc: Learning: Use voices in the intended order. (issue 5507050)

2012-03-10 Thread tdanielsmusic
I could see no reason for this patch causing problems with make or make doc - both ran clean here. So I split this into the two unrelated patches to Learning and Notation, corrected the patch to Learning and pushed to staging. I'll check the patch to Notation next. http://codereview.appspot.com

Re: ice-9/psyntax.scm:1417:32: Syntax error:

2012-03-10 Thread Karl Hammar
David: > k...@aspodata.se (Karl Hammar) writes: > > Do anyone have a clue what to do about this error: ... > > $ ./autogen.sh > http://turkos.aspodata.se/tmp/log.autogen.sh ... > Guilev2 is not supported yet. What does autoconf tell? $ grep -iC2 guile log.autogen.sh checking for working metafont

Re: ice-9/psyntax.scm:1417:32: Syntax error:

2012-03-10 Thread David Kastrup
k...@aspodata.se (Karl Hammar) writes: > Do anyone have a clue what to do about this error: > > $ git describe > release/2.15.33-1-4-gb04051d > $ ./autogen.sh > http://turkos.aspodata.se/tmp/log.autogen.sh > $ make all > http://turkos.aspodata.se/tmp/log.make 2>&1 > $ tail log.make > ;;; compilin

ice-9/psyntax.scm:1417:32: Syntax error:

2012-03-10 Thread Karl Hammar
Do anyone have a clue what to do about this error: $ git describe release/2.15.33-1-4-gb04051d $ ./autogen.sh > http://turkos.aspodata.se/tmp/log.autogen.sh $ make all > http://turkos.aspodata.se/tmp/log.make 2>&1 $ tail log.make ;;; compiling /var/home/karl/Net/git/lilypond/out/share/lilypond/c

Re: Fixes to auxiliar/doc-section.sh

2012-03-10 Thread Phil Holmes
- Original Message - From: "Trevor Daniels" To: "Lily-Devel List" Sent: Friday, March 09, 2012 11:06 PM Subject: Fixes to auxiliar/doc-section.sh I've just pushed some fixes to auxiliar/doc-section.sh to staging, as several things seemed to have gone wrong with it since I last used i