Re: Geting the list of MIDI instrument names

2008-02-21 Thread Graham Percival
On Fri, 22 Feb 2008 00:33:38 +0100 Reinhold Kainhofer <[EMAIL PROTECTED]> wrote: > BTW, I also created a similar scheme function displaying all x11 > colors (including a filled box of that color), but didn't submit it > to the LSR, because it takes a while to format and creates 21 pages > of outpu

Re: Geting the list of MIDI instrument names

2008-02-21 Thread Reinhold Kainhofer
Am Donnerstag, 21. Februar 2008 schrieben Sie: > I haven't completely understood the whole discussion, but I'd just > like to know if there's a way to print the MIDI instruments list in > the PDF output, and not as a stderr message like Mats suggested; Of course, there is. Instead of calling form

Re: Geting the list of MIDI instrument names

2008-02-21 Thread Valentin Villenave
Greetings everybody, I haven't completely understood the whole discussion, but I'd just like to know if there's a way to print the MIDI instruments list in the PDF output, and not as a stderr message like Mats suggested; this way I could add a cool snippet to the LSR alongside with tricks to displ

Re: more web failure with external_binary

2008-02-21 Thread Graham Percival
On Thu, 21 Feb 2008 19:51:36 +0100 John Mandereau <[EMAIL PROTECTED]> wrote: > I've played further with docs makefiles, issued both non-clean and > clean builds, and it works for me. I hope it'll work for you too :-) Works for me now, thanks. Cheers, - Graham _

Re: more web failure with external_binary

2008-02-21 Thread John Mandereau
Le mercredi 20 février 2008 à 00:26 -0800, Graham Percival a écrit : > On Wed, 20 Feb 2008 08:54:18 +0100 > John Mandereau <[EMAIL PROTECTED]> wrote: > > Is this the whole end of the log? This looks very strange. > > It's the end. I'm sending you a complete log privately. Oh yes, I had not figu

New German PO file for 'lilypond' (version 2.11.39)

2008-02-21 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'lilypond' has been submitted by the German team of translators. The file is available at: http://translationproject.org/latest/lilypond/de.po (We can arrange things so that

Re: Geting the list of MIDI instrument names

2008-02-21 Thread Han-Wen Nienhuys
2008/2/21, Reinhold Kainhofer <[EMAIL PROTECTED]>: > Don't ask me how it is done, but at least that's how it works in lilypond: > > lilypond -e '(display (string->list (format "abc~sdef" "")))' be careful with format; there are 2 routines: simple-format (the default, implemented in C; format

Re: Geting the list of MIDI instrument names

2008-02-21 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Donnerstag, 21. Februar 2008 schrieb Ralf Mattes: > > However, the "missing" #t is not a bug, rather a missing optimization. > > format without a stream designator returns the formatted string, so in > > this case one really needs a display. However

Re: Geting the list of MIDI instrument names

2008-02-21 Thread Ralf Mattes
On Wed, 20 Feb 2008 18:38:22 +0100, Reinhold Kainhofer wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Am Dienstag, 19. Februar 2008 schrieb Ralf Mattes: >> BTW, I think there is a bug in your invocation of 'format - the stream >> parameter is missing. And you don't need 'display, #t