Re: unclear code comment

2009-08-18 Thread Trevor Daniels
Mark Polesky wrote Tuesday, August 18, 2009 6:04 AM Mark Polesky wrote: What does this mean? ly/music-functions-init.ly 476 %% Todo: 477 %% doing 478 %% define-music-function in a .scm causes crash. Nevermind. I'm an idiot. I get it. Actually, strike that. What does this comment

Re: unclear code comment

2009-08-18 Thread Mark Polesky
Trevor Daniels wrote: ly/music-functions-init.ly 476 %% Todo: 477 %% doing 478 %% define-music-function in a .scm causes crash. Originally quoteDuring followed the comment. Is this a file that you re-ordered? Hehe. Not yet, but I'm about to. Is this an outdated comment? That I

[git 17e68b85] make error in documentation

2009-08-18 Thread Werner LEMBERG
[git 17e68b85] `make doc' fails with ... convert annotated-demo.svg out-www/annotated-demo.png convert: Must specify image size `/tmp/magick-XXqtAIPz'. convert: missing an image filename `out-www/annotated-demo.png'. make[3]: *** [out-www/annotated-demo.png] Error 1 This is `convert'

Re: [git 17e68b85] make error in documentation

2009-08-18 Thread Patrick McCarty
On 2009-08-18, Werner LEMBERG wrote: [git 17e68b85] `make doc' fails with ... convert annotated-demo.svg out-www/annotated-demo.png convert: Must specify image size `/tmp/magick-XXqtAIPz'. convert: missing an image filename `out-www/annotated-demo.png'. make[3]: ***

Re: LilyPond strings and \markup

2009-08-18 Thread John Mandereau
Le lundi 17 août 2009 à 14:26 -0700, Graham Percival a écrit : Besides, if somebody's setting a list, they already have to know to remove the #' from the #'(1.0 -2.3) when putting it into scheme. (1.0 -2.3) is not a list (it's a function call), but '(1.0 -2.3) and (list 1.0 -2.3) are. John

Re: [git 17e68b85] make error in documentation

2009-08-18 Thread Graham Percival
On Tue, Aug 18, 2009 at 08:57:26AM +0200, Werner LEMBERG wrote: It seems that (a) either `convert' or the file has some problems (but inkscape loads it without problems) and (b) that it has been forgotten to add a PNG version of this file. As for (b), I wanted to add png versions:

Re: new website integrated, remaining problems

2009-08-18 Thread John Mandereau
Le lundi 17 août 2009 à 21:31 -0700, Graham Percival a écrit : 1. I have jpg files in Documentation/pictures/out-www/, but they don't get copied to out-www/offline-root/Documentation/pictures/. All the pngs are copied, though. Fixed (but untested). 2. We currently have filenames in the

Re: [git 17e68b85] make error in documentation

2009-08-18 Thread John Mandereau
Le mardi 18 août 2009 à 03:55 -0700, Graham Percival a écrit : If necessary we could use inkscape or rsvg, but I'd rather not increase the build requirements. (IIRC inkscape isn't required for master) Inkscape is required by input/regression/backend-svg.ly, which had been disabled when some

Re: Adjusting Piano centered dynamics tem plate and Les Néréides

2009-08-18 Thread Mats Bengtsson
Please don't forget to also add a corresponding Dynamics context in ly/performer-init.ly so that scores using a \Dynamics context also can have a \midi{} without error messages. /Mats Joe Neeman wrote: On Fri, 2009-07-31 at 14:00 -0700, Patrick McCarty wrote: Hello, Since Joe added a

Re: [frogs] Regression in docs: Output-suffix does not work as documented in AU 3.2.1

2009-08-18 Thread Mats Bengtsson
Graham Percival wrote: Good catch! Personally, I'm ok with the current program behavior. I'd be happy to adjust the docs to reflect the 1 pdf per \book behavior. ??? We've had one PDF output per \book block as long as there have been \book blocks, as far as I can recall. This has also

Re: [git 17e68b85] make error in documentation

2009-08-18 Thread Patrick McCarty
On 2009-08-18, John Mandereau wrote: Le mardi 18 août 2009 à 03:55 -0700, Graham Percival a écrit : If necessary we could use inkscape or rsvg, but I'd rather not increase the build requirements. (IIRC inkscape isn't required for master) Inkscape is required by

Re: LilyPond strings and \markup

2009-08-18 Thread Nicolas Sceaux
Le 18 août 09 à 12:16, John Mandereau a écrit : Le lundi 17 août 2009 à 14:26 -0700, Graham Percival a écrit : Besides, if somebody's setting a list, they already have to know to remove the #' from the #'(1.0 -2.3) when putting it into scheme. (1.0 -2.3) is not a list (1.0 -2.3) does not

Re: identifiers with numbers? (was Re: hash/backslash confusion)

2009-08-18 Thread Nicolas Sceaux
Le 18 août 09 à 06:18, Mark Polesky a écrit : Wait a second, then why can't we just do something like this: 143 NOTECOMMAND \\({A}|{N}|[-_])+ I'm sure I don't have it quite right, but it's the idea I'm interested in. Then we could do this: violin1 = { c''4 } violin2 = { c'4 } \score

Re: [PATCH] Re: Creating books with Scheme

2009-08-18 Thread Nicolas Sceaux
Le 18 août 09 à 19:41, Reinhold Kainhofer a écrit : Thanks a lot, that's really cool. I hope you dont mind if I add this to the LSR? Be my guest :-) BTW, toplevel scores are printed twice... [...] I found out that this seems to be a small but in ly/init.ly file, as the scores are added

Re: Adjusting Piano centered dynamics template and Les Néréides

2009-08-18 Thread Patrick McCarty
On 2009-08-18, Mats Bengtsson wrote: Please don't forget to also add a corresponding Dynamics context in ly/performer-init.ly so that scores using a \Dynamics context also can have a \midi{} without error messages. Thanks, fixed in git. -Patrick

compiling with windows

2009-08-18 Thread Graham Percival
What happened to the idea of distributing an iso image to let windows developers compile lilypond? I remember a lot of discussion and effort going into this a month ago, but I don't recall if it ever became used. Cheers, - Graham ___ lilypond-devel

Re: compiling with windows

2009-08-18 Thread Jonathan Kulp
I think Mark Polesky is using it (the .iso I created called lilybuntu), but I could be wrong. Bert is hosting the iso image on his site. Here's a link to the thread where I announced the finished .iso file: http://lists.gnu.org/archive/html/lilypond-devel/2009-06/msg00303.html Jon On Tue, Aug

Re: compiling with windows

2009-08-18 Thread Jonathan Kulp
On Tue, Aug 18, 2009 at 4:24 PM, Jonathan Kulp jonlancek...@gmail.comwrote: I think Mark Polesky is using it (the .iso I created called lilybuntu), but I could be wrong. Bert is hosting the iso image on his site. Here's a link to the thread where I announced the finished .iso file:

Re: compiling with windows

2009-08-18 Thread Mark Polesky
Jonathan Kulp wrote: I think Mark Polesky is using it (the .iso I created called lilybuntu) It ended up being too much trouble due to problems specific to my situation. On newer PCs with more RAM etc., I imagine it would be fine. - Mark

shouldn't \table-of-contents be builtin?

2009-08-18 Thread Mark Polesky
Can I change the \table-of-contents markup-command defintion (ly/toc-init.ly, line 34) fromdefine-markup-list-command to define-builtin-markup-list-command ? Out of 127 markup-command definitions in the /ly folder, it's the only one that's not builtin. - Mark