Re: dist failure for gub

2010-07-05 Thread Jan Nieuwenhuizen
Op maandag 05-07-2010 om 03:51 uur [tijdzone +0200], schreef Reinhold Kainhofer: > > Apparently the newly added lilypond-book directory does something > > stupid, builds without using a target or something. > > Not that I can see. Stupid is not the right word, silly is probably better :-) Turns

Re: Revised autobeam settings patch (issue1682049)

2010-07-05 Thread Trevor Daniels
Hi Carl Download and applied to current git, but make fails: make[1]: *** No rule to make target `include/beam-settings.hh', needed by `out/beaming-pattern.o'. Stop. make[1]: Leaving directory `/media/lilypond-git/lily' make: *** [all] Error 2 Does this need to be applied over your previous

I screw up git release/unstable

2010-07-05 Thread Graham Percival
We had three people working on build stuff this morning, and in the mix I decided to use different version numbers when adding \version "2.12.0" to files. release/unstable is a mess. Could somebody make release/unstable be exactly the same as master? I don't care if you delete it and make a new

Re: I screw up git release/unstable

2010-07-05 Thread David Kastrup
Graham Percival writes: > We had three people working on build stuff this morning, and in the > mix I decided to use different version numbers when adding \version > "2.12.0" to files. release/unstable is a mess. > > Could somebody make release/unstable be exactly the same as master? I > don't

Re: Revised autobeam settings patch (issue1682049)

2010-07-05 Thread Carl . D . Sorensen
Apply on top of current git. But remember to do make bin-clean or rm lily/out/* before doing make. I've removed some c++ files, and so the old binaries have to go. Also, I've left some debug statements commented out in scm/auto-beam.scm. They'll be removed before pushing, but I got tired o

Re: I screw up git release/unstable

2010-07-05 Thread Graham Percival
On Mon, Jul 5, 2010 at 12:37 PM, David Kastrup wrote: > Graham Percival writes: > >> Could somebody make release/unstable be exactly the same as master?  I >> don't care if you delete it and make a new one, or do some fancy git >> thing to move the ref around, or what... I just want to get rid of

Re: Add \path markup command, and use it for \eyeglasses. (issue1730044)

2010-07-05 Thread Carl . D . Sorensen
On 2010/07/05 05:48:16, MikeSol wrote: I see 3.5 places where the patch may need improvement. 1 is that lineto and curveto seem unnecessary, as they can be automatically detected by the number of function arguments. For purposes of human readability, I think we should keep lineto and curv

Re: I screw up git release/unstable

2010-07-05 Thread Reinhold Kainhofer
Am Montag, 5. Juli 2010, 14:10:23 schrieb Graham Percival: > On Mon, Jul 5, 2010 at 12:37 PM, David Kastrup wrote: > > There are basically two ways to do that. One is more or less a relabel > > and would consequentially lose history. > > If it loses history from release/unstable, I consider that

Strange error in make doc

2010-07-05 Thread Carl Sorensen
I'm trying to build the documentation to make sure it works with my new autobeam code. When I do make doc-clean && make doc, I get the following error: cd ./out-www; texi2pdf -I /Users/Carl/lilypond/Documentation -I /Users/Carl/lilypond/input/regression/abc2ly --batch collated-files.texi This is

Re: I screw up git release/unstable

2010-07-05 Thread David Kastrup
Graham Percival writes: >> There are basically two ways to do that.  One is more or less a relabel >> and would consequentially lose history. > > If it loses history from release/unstable, I consider that a desirable > side effect. > >>  The other is a trivial merge >> with master with a merge st

Re: Strange error in make doc

2010-07-05 Thread Graham Percival
On Mon, Jul 5, 2010 at 1:26 PM, Carl Sorensen wrote: > make[4]: *** No rule to make target `""', needed by > `out-www/collated-files.tely'.  Stop. > make[3]: *** [WWW-1] Error 2 > rm out-www/collated-files.pdf.omf out-www/weblinks.itexi > make[2]: *** [WWW-1] Error 2 > make[1]: *** [WWW-1] Error 2

Re: Strange error in make doc

2010-07-05 Thread Carl Sorensen
On 7/5/10 7:22 AM, "Graham Percival" wrote: > On Mon, Jul 5, 2010 at 1:26 PM, Carl Sorensen wrote: >> make[4]: *** No rule to make target `""', needed by >> `out-www/collated-files.tely'.  Stop. >> make[3]: *** [WWW-1] Error 2 >> rm out-www/collated-files.pdf.omf out-www/weblinks.itexi >> mak

Re: Strange error in make doc

2010-07-05 Thread Graham Percival
On Mon, Jul 05, 2010 at 07:47:05AM -0600, Carl Sorensen wrote: > > On 7/5/10 7:22 AM, "Graham Percival" wrote: > > > It's to do with the lilypond-book regression test build stuff, > > although I didn't realize it affected the normal doc build. > > Any way to work around it? Sorry, I don't know

Re: Strange error in make doc

2010-07-05 Thread Reinhold Kainhofer
Am Montag, 5. Juli 2010, 15:22:15 schrieb Graham Percival: > On Mon, Jul 5, 2010 at 1:26 PM, Carl Sorensen wrote: > > make[4]: *** No rule to make target `""', needed by > > `out-www/collated-files.tely'. Stop. > > make[3]: *** [WWW-1] Error 2 > > rm out-www/collated-files.pdf.omf out-www/weblink

Re: Strange error in make doc

2010-07-05 Thread Graham Percival
On Mon, Jul 5, 2010 at 3:40 PM, Reinhold Kainhofer wrote: >> It's to do with the lilypond-book regression test build stuff, >> although I didn't realize it affected the normal doc build. > > The problem was that Jan renamed the variable that collects the output files, > but didn't change the GNUma

dist fixes for input/regression/lilypond-book/

2010-07-05 Thread Graham Percival
All the source files in this dir should appear in the dist tarball. I tried a quick fix since it only complained about one file, but then it complained about 8 more, so I'm guessing that none of these files are included. The simplest way to check is to do "make dist", then look inside the tarball

Remove double periods in glossary

2010-07-05 Thread Michael
Removed four instances of double periods. -- Michael >From d113bf5029d581b105fa8d764a51fe14db61368b Mon Sep 17 00:00:00 2001 From: Mikemoral Date: Mon, 5 Jul 2010 12:55:53 -0700 Subject: [PATCH 2/2] Remove double periods in glossary Removed 4 instances of double periods. --- Documentation/music

Re: Revised autobeam settings patch (issue1682049)

2010-07-05 Thread Trevor Daniels
Carl, you wrote Monday, July 05, 2010 12:39 PM Apply on top of current git. But remember to do make bin-clean or rm lily/out/* before doing make. I've removed some c++ files, and so the old binaries have to go. Of course! I should have remembered from the last time. Thanks for your

Re: Remove double periods in glossary

2010-07-05 Thread Trevor Daniels
"Michael" wrote Monday, July 05, 2010 8:58 PM Removed four instances of double periods. Pushed to git; thanks! Trevor ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: dist fixes for input/regression/lilypond-book/

2010-07-05 Thread Reinhold Kainhofer
Am Montag, 5. Juli 2010, um 20:51:26 schrieb Graham Percival: > All the source files in this dir should appear in the dist tarball. I > tried a quick fix since it only complained about one file, but then it > complained about 8 more, so I'm guessing that none of these files are > included. [...] >

Re: Strange error in make doc

2010-07-05 Thread Trevor Daniels
Carl, you wrote Monday, July 05, 2010 1:26 PM I'm trying to build the documentation to make sure it works with my new autobeam code. When I do make doc-clean && make doc, I get the following error: [snip error messages] I get the same error. However, I did build the docs successfully on

Re: Strange error in make doc

2010-07-05 Thread Carl Sorensen
On 7/5/10 5:39 PM, "Trevor Daniels" wrote: > > > Carl, you wrote Monday, July 05, 2010 1:26 PM > > >> I'm trying to build the documentation to make sure it works with >> my new >> autobeam code. >> >> When I do make doc-clean && make doc, I get the following error: > > [snip error messages]

Re: Strange error in make doc

2010-07-05 Thread Reinhold Kainhofer
Am Dienstag, 6. Juli 2010, um 01:39:50 schrieb Trevor Daniels: > Carl, you wrote Monday, July 05, 2010 1:26 PM > > > I'm trying to build the documentation to make sure it works with > > my new > > autobeam code. > > > When I do make doc-clean && make doc, I get the following error: > [snip error

Re: I screw up git release/unstable

2010-07-05 Thread Reinhold Kainhofer
Am Montag, 5. Juli 2010, um 14:10:23 schrieb Graham Percival: > On Mon, Jul 5, 2010 at 12:37 PM, David Kastrup wrote: > > Graham Percival writes: > >> Could somebody make release/unstable be exactly the same as master? I > >> don't care if you delete it and make a new one, or do some fancy git >

Re: dist fixes for input/regression/lilypond-book/

2010-07-05 Thread Reinhold Kainhofer
Am Dienstag, 6. Juli 2010, um 01:33:16 schrieb Reinhold Kainhofer: > Am Montag, 5. Juli 2010, um 20:51:26 schrieb Graham Percival: > > All the source files in this dir should appear in the dist tarball. I > > tried a quick fix since it only complained about one file, but then it > > complained abo

Edits to glossary

2010-07-05 Thread Michael
Added German name from "alla breve" and create consistency for "cut time." -- Michael >From db8f11d1f8cfaaaccdf6c921a014378071fac29f Mon Sep 17 00:00:00 2001 From: Mikemoral Date: Mon, 5 Jul 2010 19:04:17 -0700 Subject: [PATCH 2/2] Edits to glossary Added German name from "alla breve" and creat

Re: Revised autobeam settings patch (issue1682049)

2010-07-05 Thread Carl . D . Sorensen
OK, I've loaded patch set 2. This patch set makes a clean doc build. To make this patch work, you'll need to do the following: 1) Apply the patch 2) Clean out the old binaries: make bin-clean or rm lily/out/* 3) Update the snippets in Documentation/snippets from Documentation/snippets/new