Re: PATCH: Issue 638 Autobeaming

2009-12-17 Thread David Kastrup
Carl Sorensen writes: > On 12/17/09 9:53 AM, "David Kastrup" wrote: > >> Of course, the results were quite different from what I half expected >> to see. > > Yes. That difference is due to a pre-existing bug in the code. The > consider_end check used the current duration, not the shortest > du

./autogen.sh question

2009-12-17 Thread Mark Polesky
Do I need to run ./autogen.sh every time I compile? Intuitively, I would think yes, but the CG is ambiguous: ./autogen.sh is mentioned in "2.1.1 Downloading source code" but not in "2.1.3 Building LilyPond". - Mark ___ lilypond-devel mailing l

Re: Proposed manual change

2009-12-17 Thread Carl Sorensen
On 12/17/09 5:55 PM, "Graham Percival" wrote: > On Thu, Dec 17, 2009 at 05:04:05PM -0700, Carl Sorensen wrote: >> The simplest form of music function, the simple substitution function, >> requires virtually no knowledge of scheme, as all of the output is created >> in .ly code. Granted, there

Re: race condition in writing lilypond-book filenames

2009-12-17 Thread Han-Wen Nienhuys
On Thu, Dec 17, 2009 at 8:04 PM, Graham Percival wrote: > On Tue, Dec 15, 2009 at 10:00:20PM +0100, Matthias Kilian wrote: >> [sorry for mumbling to myself too much] >> >> On Sun, Dec 13, 2009 at 06:53:57PM +0100, Matthias Kilian wrote: >> [...] >> > -        out = file (path + '.ly', 'w') >> > +

Re: Proposed manual change

2009-12-17 Thread Graham Percival
On Thu, Dec 17, 2009 at 05:04:05PM -0700, Carl Sorensen wrote: > The simplest form of music function, the simple substitution function, > requires virtually no knowledge of scheme, as all of the output is created > in .ly code. Granted, there is a Scheme wrapper, but the Scheme wrapper is > a cons

Re: Proposed manual change

2009-12-17 Thread Trevor Daniels
Carl, you wrote Friday, December 18, 2009 12:04 AM I would like to propose moving one section of the Extending manual to the Notation Reference. I'm happy to go along with this. I think it makes a useful bridge into the Extending manual. Trevor _

Proposed manual change

2009-12-17 Thread Carl Sorensen
I would like to propose moving one section of the Extending manual to the Notation Reference. The criterion we have used before for deciding what needed to go in the Extending manual was that if it needed Scheme code, it should be in Extending. I see some rationale behind this, but I'd like to pr

Re: race condition in writing lilypond-book filenames

2009-12-17 Thread Graham Percival
On Tue, Dec 15, 2009 at 10:00:20PM +0100, Matthias Kilian wrote: > [sorry for mumbling to myself too much] > > On Sun, Dec 13, 2009 at 06:53:57PM +0100, Matthias Kilian wrote: > [...] > > -out = file (path + '.ly', 'w') > > +out = tempfile.NamedTemporaryFile(mode = 'w', suffix = '.

Re: website search box

2009-12-17 Thread Graham Percival
On Thu, Dec 17, 2009 at 9:53 PM, Reinhold Kainhofer wrote: > Am Donnerstag, 17. Dezember 2009 22:15:11 schrieben Sie: >> The first anchor on any html page is not necessary. > > Yes, that's my point: Given a file name blahblah.html and an anchor #blah, how > would you determine whether a hyperlink

Re: final 2.12.3 check

2009-12-17 Thread Graham Percival
On Thu, Dec 17, 2009 at 2:30 AM, Patrick McCarty wrote: > On 2009-12-17, Graham Percival wrote: >> How accurate is that?  I see tons and tons of commits, and only 20 >> items marked as "fixed_2_12_3".  And the latest of those came from >> 2_13_4, but many more commits were backported after that. >

Re: website search box

2009-12-17 Thread Graham Percival
On Thu, Dec 17, 2009 at 9:12 PM, Reinhold Kainhofer wrote: > Am Donnerstag, 17. Dezember 2009 21:52:16 schrieb Graham Percival: >> > BTW, it would be nice if texi2html did not append #blah to the >> > hyperlinks when it's not necessary. > > What do you define as "not necessary"? That's the crucial

Re: website search box

2009-12-17 Thread Patrick McCarty
On Thu, Dec 17, 2009 at 1:12 PM, Reinhold Kainhofer wrote: >> On Thu, Dec 17, 2009 at 7:16 PM, Patrick McCarty wrote: >> >> > BTW, it would be nice if texi2html did not append #blah to the >> > hyperlinks when it's not necessary. > > What do you define as "not necessary"? That's the crucial point

Re: website search box

2009-12-17 Thread Patrick McCarty
On Thu, Dec 17, 2009 at 12:52 PM, Graham Percival wrote: > On Thu, Dec 17, 2009 at 7:16 PM, Patrick McCarty wrote: > >> BTW, it would be nice if texi2html did not append #blah to the >> hyperlinks when it's not necessary.  Do you know if this can be >> controlled in the init file? > > Yes, it abs

Re: website search box

2009-12-17 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Donnerstag, 17. Dezember 2009 21:52:16 schrieb Graham Percival: > On Thu, Dec 17, 2009 at 7:16 PM, Patrick McCarty wrote: > > Looking at the HTML for every page, the upper-case node name is the > > "first child", but the lower-case node name is the

Re: website search box

2009-12-17 Thread Graham Percival
On Thu, Dec 17, 2009 at 12:52:58PM +0100, John Mandereau wrote: > Le jeudi 17 décembre 2009 à 01:11 +, Graham Percival a écrit : > > my $name = "search-box.html" > > Oops, this is just meant to comment out the following code block, as > file lookup for search-box.html is broken, and I

Re: website search box

2009-12-17 Thread Graham Percival
On Thu, Dec 17, 2009 at 7:16 PM, Patrick McCarty wrote: > Looking at the HTML for every page, the upper-case node name is the > "first child", but the lower-case node name is the "second child"; > that's why this rule is breaking. ah. > BTW, it would be nice if texi2html did not append #blah to

Re: PATCH: Issue 638 Autobeaming

2009-12-17 Thread Carl Sorensen
On 12/17/09 11:39 AM, "Carl Sorensen" wrote: > > That bug has now been fixed, and your example now beams the whole measure (as > expected). Patch update soon to arrive. Patch set 2 is now on Rietveld. http://codereview.appspot.com/179083 Thanks, Carl ___

Re: website search box

2009-12-17 Thread Patrick McCarty
On Thu, Dec 17, 2009 at 1:50 AM, Graham Percival wrote: > On Wed, Dec 16, 2009 at 07:13:16PM -0800, Patrick McCarty wrote: >> Also, on an unrelated note, the hyperlinks point to the lower-case >> node names again, which breaks the CSS. >> >>   Documentation/web/download.html#download > > Hmm.  Cou

Re: PATCH: Issue 638 Autobeaming

2009-12-17 Thread Carl Sorensen
On 12/17/09 9:53 AM, "David Kastrup" wrote: > Carl Sorensen writes: > >> With the revised code and adding an autobeaming rule for 1/64 notes to >> the default beam settings, the beaming is consistent. >> >> Without the addition of an autobeaming rule for 1/64 notes the beaming >> appears to

Re: PATCH: Issue 638 Autobeaming

2009-12-17 Thread David Kastrup
Carl Sorensen writes: > With the revised code and adding an autobeaming rule for 1/64 notes to > the default beam settings, the beaming is consistent. > > Without the addition of an autobeaming rule for 1/64 notes the beaming > appears to be inconsistent. I will investigate this further. I was

Re: PATCH: Issue 638 Autobeaming

2009-12-17 Thread Carl Sorensen
On 12/17/09 7:54 AM, "David Kastrup" wrote: > Carl Sorensen writes: > >> On 12/17/09 1:25 AM, "David Kastrup" wrote: >> >>> Carl Sorensen writes: >>> On 12/16/09 10:23 PM, "Frédéric Bron" wrote: >>> >>> Deep breath. >>> >>> So it would appear that no terminal/irreversible d

Re: show git SHA1 in output of `lilypond --version'

2009-12-17 Thread John Mandereau
Le jeudi 17 décembre 2009 à 15:31 +0100, Werner LEMBERG a écrit : > Yeah. I can imagine that autogen.sh script handles this – for regular > tarballs this isn't necessary. > > John? Sorry, but I'd rather concentrate on other things than the old build system (which include autogen and configure),

Re: PATCH: Issue 638 Autobeaming

2009-12-17 Thread David Kastrup
Carl Sorensen writes: > On 12/17/09 1:25 AM, "David Kastrup" wrote: > >> Carl Sorensen writes: >> >>> On 12/16/09 10:23 PM, "Frédéric Bron" wrote: >>> >> >> Deep breath. >> >> So it would appear that no terminal/irreversible decision based on the >> minimum duration has been done yet at th

Re: show git SHA1 in output of `lilypond --version'

2009-12-17 Thread Werner LEMBERG
>> It would make life a bit easier for testers who are directly >> compiling from git if the SHA1 number (perhaps the first eight >> digits only) could be shown in the output of >> >> lilypond --version >> >> Any chance to add this? > > The common way is to do something like "$(shell git descr

Re: PATCH: Issue 638 Autobeaming

2009-12-17 Thread Carl Sorensen
On 12/17/09 1:25 AM, "David Kastrup" wrote: > Carl Sorensen writes: > >> On 12/16/09 10:23 PM, "Frédéric Bron" wrote: >> > > Deep breath. > > So it would appear that no terminal/irreversible decision based on the > minimum duration has been done yet at this point of time. > > If that is

Re: PATCH: Issue 638 Autobeaming

2009-12-17 Thread Carl Sorensen
On 12/17/09 1:25 AM, "David Kastrup" wrote: > Carl Sorensen writes: > >> On 12/16/09 10:23 PM, "Frédéric Bron" wrote: >> At last, thanks to help above and beyond the call of duty by Neil, I have finally got the autobeam engraver fixed so it beams 4 4 right when there are 16t

Re: website search box

2009-12-17 Thread John Mandereau
Le jeudi 17 décembre 2009 à 01:11 +, Graham Percival a écrit : > The new website is lacking the search box. The init file > contains: > > if ($sergsmoeivjriohuemf) { > ... > my $name = "search-box.html" > > which looks quite interesting. Is this a holdover from the > Hun

Re: Make define-builtin-markup{,-list}-command #:category #:properties keywords (issue160048)

2009-12-17 Thread dak
On 2009/12/05 10:52:52, nicolas.sceaux wrote: Le 5 déc. 2009 à 09:48, mailto:d...@gnu.org a écrit : > Currently I don't see a better way forward than using a special command > line option, something like -dindex-markup on documentation runs. > If I get no objections, I'll try making a patch

Re: website search box

2009-12-17 Thread Graham Percival
On Wed, Dec 16, 2009 at 07:13:16PM -0800, Patrick McCarty wrote: > Also, on an unrelated note, the hyperlinks point to the lower-case > node names again, which breaks the CSS. > > Documentation/web/download.html#download Hmm. Could the CSS be changed to use the lower-case target names? I think

Re: PATCH: Issue 638 Autobeaming

2009-12-17 Thread David Kastrup
Carl Sorensen writes: > On 12/16/09 10:23 PM, "Frédéric Bron" wrote: > >>> At last, thanks to help above and beyond the call of duty by Neil, I >>> have finally got the autobeam engraver fixed so it beams 4 4 right >>> when there are 16th notes in the 2nd or 4th beat of the measure. >> >> Very