Re: [PATCHES] Re: Harp Pedals?

2008-08-29 Thread Trevor Daniels
Carl Why not use an ellipse that just fits _inside_ the rectangle? Then a^2/xrad^2 = 1; so xrad = a and b^2/yrad^2 = 1; so yrad = b The values of x-extent and y-extent of the grob are also given immediately. Trevor, puzzled ||%-/ - Original Message - From: "Carl D. Sorensen" <[EMAIL

Making texi2html optional?

2008-08-29 Thread John Mandereau
Hi, I'm afraid we might wait a release of texi2html for a while (several weeks). We can't require texi2html in Lily 2.12 if it hasn't been officially released; OTOH Reinhold has put a lot of effort into using texi2html for building our docs, so we really should release 2.12. HTML documentation co

Re: Making texi2html optional?

2008-08-29 Thread Han-Wen Nienhuys
How large is texi2html? Would it make sense to put the script into buildscripts/ until the correct version is released? On Fri, Aug 29, 2008 at 5:52 AM, John Mandereau <[EMAIL PROTECTED]> wrote: > Hi, > > I'm afraid we might wait a release of texi2html for a while (several > weeks). We can't req

Re: Making texi2html optional?

2008-08-29 Thread Graham Percival
+1. I really want 2.12 to have the sexy new look. Adding 500k (estimated) to git for a few months is definitely worth it. Cheers, - Graham On 8/29/08, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > How large is texi2html? Would it make sense to put the script into > buildscripts/ until the corr

harmonic dots

2008-08-29 Thread Han-Wen Nienhuys
Hi, @@ -358,6 +358,7 @@ ADD_TRANSLATOR (New_fingering_engraver, /* read */ "fingeringOrientations " + "harmonicDots " "strokeFingerOrientations " "stringNumberOrientations ", I'm missing this in context-property.scm.

Re: Making texi2html optional?

2008-08-29 Thread Han-Wen Nienhuys
500k ??? That's too much. I can put texi2html in GUB (GUB easily builds from CVS and Git repos), to make the default docs use the latest and greatest. On Fri, Aug 29, 2008 at 10:32 AM, Graham Percival <[EMAIL PROTECTED]> wrote: > +1. > > I really want 2.12 to have the sexy new look. Adding 500k

How hard is something like CADB to do?

2008-08-29 Thread David Kastrup
CADB is sort of an international standard for transcribing diatonic accordion music. It consists of regular notes on one system, with basically numbers arranged according to what button to press or pull in another system below, then chords under that. An explanation of the notation can be found

Re: [PATCHES] Re: Harp Pedals?

2008-08-29 Thread Carl D. Sorensen
On 8/29/08 2:03 AM, "Trevor Daniels" <[EMAIL PROTECTED]> wrote: > Carl > > Why not use an ellipse that just fits _inside_ the rectangle? Because the object of the ellipse is to "circle" a rectangle. The rectangle is a filled box, and the ellipse is supposed to enclose it. Carl __

Re: [PATCHES] Re: Harp Pedals?

2008-08-29 Thread Francisco Vila
> Why not use an ellipse that just fits _inside_ the rectangle? > > Because the object of the ellipse is to "circle" a rectangle. The rectangle > is a filled box, and the ellipse is supposed to enclose it. Have you considered that an ellipse could not be optically optimal for tiny sizes? Some tes

Re: [PATCHES] Re: Harp Pedals?

2008-08-29 Thread Carl D. Sorensen
On 8/29/08 10:45 AM, "Francisco Vila" <[EMAIL PROTECTED]> wrote: >> Why not use an ellipse that just fits _inside_ the rectangle? >> >> Because the object of the ellipse is to "circle" a rectangle. The rectangle >> is a filled box, and the ellipse is supposed to enclose it. > > Have you consid

Re: harmonic dots

2008-08-29 Thread Neil Puttock
2008/8/29 Han-Wen Nienhuys <[EMAIL PROTECTED]>: > Hi, > > @@ -358,6 +358,7 @@ ADD_TRANSLATOR (New_fingering_engraver, > >/* read */ >"fingeringOrientations " > + "harmonicDots " >"strokeFingerOrientations " >"stringNumber

Re: [PATCH] MIDI command line option

2008-08-29 Thread Neil Puttock
2008/8/28 Han-Wen Nienhuys <[EMAIL PROTECTED]>: > Can you change the option init , > > > `(... >("midi-extension" ,(if windows "mid" "midi") "the extension of midi files") >... > ) It breaks compilation; `windows' is an unbound variable. __

Re: [PATCHES] Re: Harp Pedals?

2008-08-29 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 29. August 2008 schrieb Carl D. Sorensen: > >Some tests with inkscape show me that an ellipse > > (depending on the aspect ratio of the rectangle) could be a little too > > 'tall', but if the half-axes simply add a fixed amount in x and y t

Re: [PATCHES] Re: Harp Pedals?

2008-08-29 Thread Francisco Vila
2008/8/29 Reinhold Kainhofer <[EMAIL PROTECTED]>: > Am Freitag, 29. August 2008 schrieb Carl D. Sorensen: >> >Some tests with inkscape show me that an ellipse >> > (depending on the aspect ratio of the rectangle) could be a little too >> > 'tall', but if the half-axes simply add a fixed amount in x

New template for 'lilypond' made available

2008-08-29 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. (If you have any questions, send them to <[EMAIL PROTECTED]>.) A new POT file for textual domain 'lilypond' has been made available to the language teams for translation. It is archived as: http://translationpr

Re: [PATCHES] Re: Harp Pedals?

2008-08-29 Thread Trevor Daniels
Carl D. Sorensen" Friday, August 29, 2008 3:25 PM On 8/29/08 2:03 AM, "Trevor Daniels" <[EMAIL PROTECTED]> wrote: Carl Why not use an ellipse that just fits _inside_ the rectangle? Because the object of the ellipse is to "circle" a rectangle. The rectangle is a filled box, and the elli

Re: [PATCH] MIDI command line option

2008-08-29 Thread Han-Wen Nienhuys
well, yeah. You need to insert the proper intelligent code in place of 'windows'. On Fri, Aug 29, 2008 at 2:34 PM, Neil Puttock <[EMAIL PROTECTED]> wrote: > 2008/8/28 Han-Wen Nienhuys <[EMAIL PROTECTED]>: > >> Can you change the option init , >> >> >> `(... >>("midi-extension" ,(if windows "

Re: Making texi2html optional?

2008-08-29 Thread John Mandereau
On 2008/08/29 10:49 -0300, Han-Wen Nienhuys wrote: > 500k ??? It's worse than 500k, and maybe other files are necessary: 189K texi2html.init 493K texi2html.pl 88K translations.pl Patrice Dumas develops texi2html a lot these days in order to make it replace makeinfo, so I definitely agree that ad

Re: Update lilypond-2.11.57.pot message catalog

2008-08-29 Thread John Mandereau
[CC lilypond-devel list to notify translators] On 2008/08/29 21:30 +0200, Benno Schulenberg wrote: > John Mandereau wrote: > >http://download.linuxaudio.org/lilypond/sources/v2.11/lilypond-2.11.57.tar.gz > The above tarball however contains two POT files. Should the > lilypond-doc.pot file also

Re: Making texi2html optional?

2008-08-29 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 29. August 2008 schrieb John Mandereau: > On 2008/08/29 10:49 -0300, Han-Wen Nienhuys wrote: > > 500k ??? > > It's worse than 500k, and maybe other files are necessary: > 189K texi2html.init > 493K texi2html.pl > 88K translations.pl What'

[final PATCH] Re: not-so-ancient flags

2008-08-29 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 23. August 2008 schrieb Han-Wen Nienhuys: > On Fri, Aug 22, 2008 at 3:14 PM, Reinhold Kainhofer > > So, to summarize what you suggest: > > - -) Stem 'flag property: Always a scheme function returning the complete > > stencil; The default sc

Re: [PATCH] MIDI command line option

2008-08-29 Thread Neil Puttock
2008/8/29 Han-Wen Nienhuys <[EMAIL PROTECTED]>: > well, yeah. You need to insert the proper intelligent code in place > of 'windows'. This works, but does does the same as the code for PLATFORM: (midi-extension ,(if (string-ci=? (utsname:sysname (uname)) "windows")

Re: [PATCH] MIDI command line option

2008-08-29 Thread Han-Wen Nienhuys
On Fri, Aug 29, 2008 at 8:41 PM, Neil Puttock <[EMAIL PROTECTED]> wrote: > 2008/8/29 Han-Wen Nienhuys <[EMAIL PROTECTED]>: >> well, yeah. You need to insert the proper intelligent code in place >> of 'windows'. > > This works, but does does the same as the code for PLATFORM: > > (midi-extension ,(

Re: harmonic dots

2008-08-29 Thread Han-Wen Nienhuys
that's what I meant, thanks! On Fri, Aug 29, 2008 at 2:15 PM, Neil Puttock <[EMAIL PROTECTED]> wrote: >> I'm missing this in context-property.scm. > > Erm, I don't quite follow... where's context-property.scm? > > I added harmonicDots to define-context-properties.scm. -- Han-Wen Nienhuys -

Re: [final PATCH] Re: not-so-ancient flags

2008-08-29 Thread Han-Wen Nienhuys
Looks good to me. + (flag ,procedure? "A function returning the full flag stencil for this should be ,stencil? - as you can see, there are plenty of properties that have procedure values, but aren't defined as such. +;; Add the stroke to the flag: Load the correct glyph from the font and add