Re: macros.itexi

2007-09-17 Thread John Mandereau
Le samedi 15 septembre 2007 à 14:17 -0700, Graham Percival a écrit : > I've simplified the english macros.itexi. While I was adding @rlearning > macros to the translated macros, I noticed that the de and es use > @internalsref > for things like @user, @program, etc. I followed the same style, bu

Re: sectioning script

2007-09-17 Thread John Mandereau
Le samedi 15 septembre 2007 à 17:39 -0700, Graham Percival a écrit : > Hi John, > > Given the debacle with my attempt to help the sectioning, I'll leave > everything else to you. OK, but I'll do it slower than you because I'm busy until the weekend :-P > I still feel bad about leaving so muc

Re: Accidental-restructuring (major)

2007-09-17 Thread Han-Wen Nienhuys
2007/9/17, Rune Zedeler <[EMAIL PROTECTED]>: > where make-default-accidental-rule makes a four argument scheme-function > - taking a localKeySignature, a pitch, a bar_number and a > measure_position - and returning what check_pitch_against_signature > currently returns. > > I think I should be abl

Re: Where are the complete maling-list-archives?

2007-09-17 Thread Han-Wen Nienhuys
2007/9/17, David R. Linn <[EMAIL PROTECTED]>: > Han-wen, do you recall the name of the archive service you subscribed > to the GNU-Music lists in that era? That service may probably have web > accessible archives going back nearly to the joining of the GNU-Music > and Lilypond projects. I think

Accidental-restructuring (major)

2007-09-17 Thread Rune Zedeler
The current accidental-implementation is not flexible enough. The webern accidental requires an ugly hack, and Valentins suggestion for distinguishing neighboring notes is currently not possible. I therefore suggest: - Extend localKeySignature to for each local accidental also to contain infor

Re: Where are the complete maling-list-archives?

2007-09-17 Thread Han-Wen Nienhuys
I think it was called gnu-music-discuss before that. 2007/9/17, Rune Zedeler <[EMAIL PROTECTED]>: > The doc-page refers to http://lists.gnu.org/archive/html/lilypond-devel/ > for the mailinglist-archives. > Unfortunately this list only goes back to july 2001. > Where is the complete archive? > > -

Re: Where are the complete maling-list-archives?

2007-09-17 Thread David R. Linn
>> Date: Mon, 17 Sep 2007 16:26:45 -0300 >> From: "Han-Wen Nienhuys" <[EMAIL PROTECTED]> >> To: "Rune Zedeler" <[EMAIL PROTECTED]> >> Cc: lily-devel >> Subject: Re: Where are the complete maling-list-archives? >> >> I think it was called gnu-music-discuss before that. >> >> 2007/9/17, Rune Zedel

Re: Accidental restore bug

2007-09-17 Thread Valentin Villenave
2007/9/17, Rune Zedeler <[EMAIL PROTECTED]>: > The function cannot return 2. > What accidental to typeset in front of the cis? > (x)O | (n#)O | > xO | #O | > When I wrote the accidental code back in 2001 my intention was, that the > only sensible thing to do in this case would be t

Where are the complete maling-list-archives?

2007-09-17 Thread Rune Zedeler
The doc-page refers to http://lists.gnu.org/archive/html/lilypond-devel/ for the mailinglist-archives. Unfortunately this list only goes back to july 2001. Where is the complete archive? -Rune ___ lilypond-devel mailing list lilypond-devel@gnu.org ht

Accidental restore bug

2007-09-17 Thread Rune Zedeler
This msg. is crossposted to bug and devel. Please follow-up to only one of the lists. In latest git, the score-function of Accidental_result looks like the following: int score () const { return need_acc ? 1 : 0 + need_restore ? 1 : 0; } The intention is clearly to sum the numbe