Re: indexing

2008-08-20 Thread Trevor Daniels
Ralph, you wrote Tuesday, August 19, 2008 3:57 PM Nice explanation, Trevor. It looks adequate to me, and certainly much better than what's there now. Can you suggest someone to whom I could make a formal request for a change in the description of the indices? I have neither the authority to

make uninstall doesn't remove all directories

2008-08-20 Thread Valentin Villenave
Greetings, have you guys encountered any problem when launching make uninstall as root? when I do so (Mandriva 2009 x86_64), it ends with the following errors: cannot remove directory: the directory is not empty [on several directories, see below] /bin/sh: line 2: -rmdir: command not found

Re: Patch to autobeaming code.

2008-08-20 Thread Trevor Daniels
Carl D. Sorensen wrote Tuesday, August 19, 2008 7:42 PM What did you intend to have happen when beatLength is changed? AFAICS, \time 12/16 sets measureLength to (ly:make-moment 12 16) and beatLength to (ly:make-moment 1 16). When a user sets beatLength to (ly:make-moment 1 8) it says to me

RFC: improving the shar installer (was: 2.11.56 problems)

2008-08-20 Thread Valentin Villenave
2008/8/20 Bryan Stanbridge [EMAIL PROTECTED]: I haven't written any install scripts, but is it possible to have a check, much like some OS X programs, where it asks Do you want this program available to all users, or just your user? and then if they select all-users to install as root instead

Re: Merging dev/texi2html [was: Re: Clean history]

2008-08-20 Thread John Mandereau
2008/8/19 Reinhold Kainhofer [EMAIL PROTECTED]: Am Dienstag, 19. August 2008 schrieb John Mandereau: I'd like to rename some files (add_html_footer.py - postprocess_html.py, doclang-*.make - doc-i18n-user-*.make) and enable PDF generation fr the IR and the Spanish bigpage LM, which will be

Problem calling scheme code from C++

2008-08-20 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm having serious problems calling a scheme function from C++ code. In particular: In Stem::flag (Grob *me), I have (stripped-down): ~~~ SCM flag_style_scm = me-get_property (flag-style); SCM slog = scm_int2num(log);

Re: Merging dev/texi2html [was: Re: Clean history]

2008-08-20 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 20. August 2008 schrieb John Mandereau: That's kind of a deadlock: We don't wan to merge before 1.79 is released on the one hand, while on the other hand, once 1.79 is released and we find problems in texi2html (which happened quite

Re: Merging dev/texi2html [was: Re: Clean history]

2008-08-20 Thread Francisco Vila
Just curiosity, what's the size of this redirected output file? Secondly: let's assume it's a million lines worth (this much it seems to me). They take time to be printed. Compilation plus printing many megacharacters on screen or to a file takes much more than compilation alone. Therefore, it

Re: [PATCH] Flexible accidentals code from /dev/rune

2008-08-20 Thread Valentin Villenave
2008/8/19 Joe Neeman [EMAIL PROTECTED]: No thanks, I just pushed the second patch and I've done a much smaller and cleaner version of the first one. This works great! (there was just a glitch in a doc string, which I have taken the liberty to correct myself) Do you think it's clean enough to

Re: Merging dev/texi2html [was: Re: Clean history]

2008-08-20 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 20. August 2008 schrieben Sie: Just curiosity, what's the size of this redirected output file? Secondly: let's assume it's a million lines worth (this much it seems to me). It's not THAT bad: A clean make and make web is just a bit

Re: Problem calling scheme code from C++

2008-08-20 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 20. August 2008 schrieb Reinhold Kainhofer: One other thing I don't know how to do is to call a scheme function with a hard-coded name (e.g. I want to call the function (mensural-flag ...) with scm_call_2). How can I call that function

Re: indexing

2008-08-20 Thread Mats Bengtsson
It would be great if somebody went through the list of reserved words in install-dir/lilypond/usr/share/emacs/site-lisp/lilypond-words.el (for the Linux installer) and compare it to the indexes to see what's missing. Since that file is more or less automatically generated from the source code,

Re: Patch to autobeaming code.

2008-08-20 Thread Carl D. Sorensen
In order to resolve this issue correctly, I need to know how you think beams should be generated in the following case: timeSignatureFraction is (12 . 16) beatLength is (ly:make-moment 1 8) beatGrouping is (5 4 3) If I have a measure full of 16th notes and I want to do autobeaming, where should

Re: [PATCH] Flexible accidentals code from /dev/rune

2008-08-20 Thread Joe Neeman
On Wed, 2008-08-20 at 22:02 +0200, Valentin Villenave wrote: 2008/8/19 Joe Neeman [EMAIL PROTECTED]: No thanks, I just pushed the second patch and I've done a much smaller and cleaner version of the first one. This works great! (there was just a glitch in a doc string, which I have

Re: Merging dev/texi2html [was: Re: Clean history]

2008-08-20 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 20. August 2008 schrieb Reinhold Kainhofer: Am Mittwoch, 20. August 2008 schrieben Sie: Just curiosity, what's the size of this redirected output file? Secondly: let's assume it's a million lines worth (this much it seems to me).

Re: Merging dev/texi2html [was: Re: Clean history]

2008-08-20 Thread Han-Wen Nienhuys
On Wed, Aug 20, 2008 at 8:14 PM, Reinhold Kainhofer [EMAIL PROTECTED] wrote: Just curiosity, what's the size of this redirected output file? Secondly: let's assume it's a million lines worth (this much it seems to me). It's not THAT bad: A clean make and make web is just a bit over

Re: Problem calling scheme code from C++

2008-08-20 Thread Han-Wen Nienhuys
On Wed, Aug 20, 2008 at 6:10 PM, Reinhold Kainhofer [EMAIL PROTECTED] wrote: I'm having serious problems calling a scheme function from C++ code. In particular: In Stem::flag (Grob *me), I have (stripped-down): ~~~ SCM flag_style_scm = me-get_property

Re: RFC: improving the shar installer (was: 2.11.56 problems)

2008-08-20 Thread Han-Wen Nienhuys
On Wed, Aug 20, 2008 at 1:51 PM, Valentin Villenave [EMAIL PROTECTED] wrote: I'd like to ask for comments about this suggestion from Bryan, to which I can add a few other suggestions myself. 1 - is it possible (and wise) to have an installer script that is run as standard user, that offers to

Fwd: commit formatting request

2008-08-20 Thread Han-Wen Nienhuys
[+lily-devel] Could you prefix messages like this with Doc: or something, so we can more easily tell it apart from code changes? thanks! Author: Patrick McCarty [EMAIL PROTECTED] 2008-08-06 20:45:04 Committer: Neil Puttock [EMAIL PROTECTED] 2008-08-20 21:58:20 Parent:

Re: Separate git branch for documentation

2008-08-20 Thread Graham Percival
On Mon, 18 Aug 2008 20:58:37 -0700 Patrick McCarty [EMAIL PROTECTED] wrote: On Mon, Aug 18, 2008 at 6:37 PM, Han-Wen Nienhuys [EMAIL PROTECTED] wrote: If we start adding a lot of (occasional) contributors, I propose we use the git.or.cz fork mechanism. People can then publish their

Re: Fwd: commit formatting request

2008-08-20 Thread Patrick McCarty
On Thu, Aug 21, 2008 at 12:18:23AM -0300, Han-Wen Nienhuys wrote: [+lily-devel] Could you prefix messages like this with Doc: or something, so we can more easily tell it apart from code changes? thanks! Author: Patrick McCarty [EMAIL PROTECTED] 2008-08-06 20:45:04 Committer: Neil

Re: [PATCH] Flexible accidentals code from /dev/rune

2008-08-20 Thread Han-Wen Nienhuys
On Wed, Aug 20, 2008 at 7:17 PM, Joe Neeman [EMAIL PROTECTED] wrote: No thanks, I just pushed the second patch and I've done a much smaller and cleaner version of the first one. This works great! (there was just a glitch in a doc string, which I have taken the liberty to correct myself)

Re: Merging dev/texi2html

2008-08-20 Thread Werner LEMBERG
Roughly 26.500 of the lines come from the font generation, which spills out loads of lines, which are absolutely incomprehensible to any mortal (each glyph in each of our differently-sized fonts gets a line with several numbers associated to the glyph). Do we really need that excessive