Re: Unbound variable GUILE error when no whitespace before closing brace

2012-02-05 Thread David Kastrup
James pkx1...@gmail.com writes: On 5 February 2012 07:30, David Kastrup d...@gnu.org wrote: and have the above work except for the missing closing brace.  There is absolutely nothing that LilyPond could, or even _should_ be trying to fix here.  Scheme is Scheme and outside of LilyPond's

staging patchy problem.

2012-02-05 Thread David Kastrup
Hi, for some reason unfathomable to me, the staging patchy contains the following code in compile_lilypond_test.py: ### update its own master run(git fetch) run(git checkout master) run(git rebase origin/master) This is a _total_ nuisance. All of the rest of

Re: staging patchy problem.

2012-02-05 Thread Graham Percival
On Sun, Feb 05, 2012 at 10:43:49AM +0100, David Kastrup wrote: for some reason unfathomable to me, the staging patchy contains the following code in compile_lilypond_test.py: The intent is that after doing staging-master, patchy's master should be updated so that a later run of test-patches.py

Re: staging patchy problem.

2012-02-05 Thread David Kastrup
Graham Percival gra...@percival-music.ca writes: On Sun, Feb 05, 2012 at 10:43:49AM +0100, David Kastrup wrote: for some reason unfathomable to me, the staging patchy contains the following code in compile_lilypond_test.py: The intent is that after doing staging-master, patchy's master

Re: staging patchy problem.

2012-02-05 Thread Graham Percival
On Sun, Feb 05, 2012 at 11:31:52AM +0100, David Kastrup wrote: Graham Percival gra...@percival-music.ca writes: The intent is that after doing staging-master, patchy's master should be updated so that a later run of test-patches.py doesn't miss any updates. If test-patches.py needs a

Q: patchy-test and patchy-merge

2012-02-05 Thread Phil Holmes
My current patchy understanding of patchy is that patchy-merge runs make and make test, and if these are OK then it pushes staging to master. AFAICS from the code, it requires quick_make=True to do a doc build and regtest comparison, and this is false for the normal run. It's the job of

Re: Q: patchy-test and patchy-merge

2012-02-05 Thread David Kastrup
Phil Holmes em...@philholmes.net writes: My current patchy understanding of patchy is that patchy-merge runs make and make test, And make doc. and if these are OK then it pushes staging to master. AFAICS from the code, it requires quick_make=True to do a doc build and regtest comparison,

Windows welcome message

2012-02-05 Thread Phil Holmes
The windows welcome.ly points users to http://lilypond.org/web/help which (I think) is an old implementation of the website, with old look and feel. There doesn't appear to be an identical page in the new website, but pointing them to http://lilypond.org/introduction.html must be better? I'll

Re: Windows welcome message

2012-02-05 Thread Graham Percival
On Sun, Feb 05, 2012 at 11:36:47AM -, Phil Holmes wrote: The windows welcome.ly points users to http://lilypond.org/web/help which (I think) is an old implementation of the website, with old look and feel. There doesn't appear to be an identical page in the new website, but pointing them

Re: Windows welcome message

2012-02-05 Thread Phil Holmes
- Original Message - From: Graham Percival gra...@percival-music.ca To: Phil Holmes em...@philholmes.net Cc: Devel lilypond-devel@gnu.org Sent: Sunday, February 05, 2012 11:37 AM Subject: Re: Windows welcome message On Sun, Feb 05, 2012 at 11:36:47AM -, Phil Holmes wrote: The

What's with the following Patch:Push items?

2012-02-05 Thread David Kastrup
Anybody planning on doing anything with those? 2248Documentation janek.lilypond change bugreports expected response time 2183Enhancement reinhold.kainhofer hideNotes should also hide rests... 2171Enhancement mtsolo Implements DOM-id property for grobs. 2165

Re: What's with the following Patch:Push items?

2012-02-05 Thread Carl Sorensen
2092 needs work. I've changed status. Carl ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Where to document patchy?

2012-02-05 Thread Phil Holmes
http://lilypond.org/doc/v2.15/Documentation/contributor/patch-handling ? http://lilypond.org/doc/v2.15/Documentation/contributor/pushing-to-staging ? http://lilypond.org/doc/v2.15/Documentation/contributor/commits-and-patches ? I think it would be best to document both versions of patchy in

Re: Where to document patchy?

2012-02-05 Thread Graham Percival
On Sun, Feb 05, 2012 at 02:15:31PM -, Phil Holmes wrote: http://lilypond.org/doc/v2.15/Documentation/contributor/patch-handling ? http://lilypond.org/doc/v2.15/Documentation/contributor/pushing-to-staging ? http://lilypond.org/doc/v2.15/Documentation/contributor/commits-and-patches ?

Errors in examples

2012-02-05 Thread Phil Holmes
In the source for http://lilypond.org/ly-examples/tab-example.png I get the following compile errors: tab-example.ly:43:26: warning: ignoring too many clashing note columns gis\4 d'\3 fis\2 2 b'\2\harmonic e\harmonic 2\fermata tab-example.ly:43:4: warning: ignoring

Re: Errors in examples

2012-02-05 Thread Graham Percival
On Sun, Feb 05, 2012 at 02:43:45PM -, Phil Holmes wrote: In the source for http://lilypond.org/ly-examples/tab-example.png I get the following compile errors: Seems to me these really ought to compile clean? Users aren't supposed to look at these, but sure, go ahead and fix those

Last Q for today?

2012-02-05 Thread Phil Holmes
If I maker a change to a manual (in this case, notation; winds) and this has translations, should I make the same change into the translations, or leave it to be picked up by the translators later? -- Phil Holmes ___ lilypond-devel mailing list

Re: Last Q for today?

2012-02-05 Thread Graham Percival
On Sun, Feb 05, 2012 at 03:17:11PM -, Phil Holmes wrote: If I maker a change to a manual (in this case, notation; winds) and this has translations, should I make the same change into the translations, or leave it to be picked up by the translators later? Leave it. - Graham

Re: Last Q for today?

2012-02-05 Thread Francisco Vila
2012/2/5 Phil Holmes em...@philholmes.net: If I maker a change to a manual (in this case, notation; winds) and this has translations, should I make the same change into the translations, or leave it to be picked up by the translators later? Changes to snippets of lilypond code in translations

Re: Errors in examples

2012-02-05 Thread Thomas Morley
2012/2/5 Graham Percival gra...@percival-music.ca: On Sun, Feb 05, 2012 at 02:43:45PM -, Phil Holmes wrote: In the source for http://lilypond.org/ly-examples/tab-example.png I get the following compile errors: Seems to me these really ought to compile clean? Users aren't supposed to

Re: Errors in examples

2012-02-05 Thread Phil Holmes
- Original Message - From: Thomas Morley thomasmorle...@googlemail.com To: Graham Percival gra...@percival-music.ca Cc: Phil Holmes em...@philholmes.net; Devel lilypond-devel@gnu.org Sent: Sunday, February 05, 2012 3:37 PM Subject: Re: Errors in examples 2012/2/5 Graham Percival

Re: Errors in examples

2012-02-05 Thread Federico Bruni
Il 05/02/2012 16:37, Thomas Morley ha scritto: Well, I looked at it now. And at http://lilypond.org/ly-examples/tab-example-small.png There is a printed flag in measure 4. It should be transparent, I think. Perhaps it's possible to fix it in one go. It compiles fine on 2.14.2 But there is also

Re: Errors in examples

2012-02-05 Thread David Kastrup
Federico Bruni fedel...@gmail.com writes: Il 05/02/2012 16:37, Thomas Morley ha scritto: Well, I looked at it now. And at http://lilypond.org/ly-examples/tab-example-small.png There is a printed flag in measure 4. It should be transparent, I think. Perhaps it's possible to fix it in one go.

Re: Errors in examples

2012-02-05 Thread Phil Holmes
- Original Message - From: David Kastrup d...@gnu.org To: lilypond-devel@gnu.org Sent: Sunday, February 05, 2012 4:46 PM Subject: Re: Errors in examples Federico Bruni fedel...@gmail.com writes: Il 05/02/2012 16:37, Thomas Morley ha scritto: Well, I looked at it now. And at

Re: Errors in examples

2012-02-05 Thread Thomas Morley
2012/2/5 David Kastrup d...@gnu.org: Federico Bruni fedel...@gmail.com writes: Il 05/02/2012 16:37, Thomas Morley ha scritto: Well, I looked at it now. And at http://lilypond.org/ly-examples/tab-example-small.png There is a printed flag in measure 4. It should be transparent, I think.

Re: Errors in examples

2012-02-05 Thread Graham Percival
On Sun, Feb 05, 2012 at 05:57:31PM +0100, Thomas Morley wrote: 2012/2/5 David Kastrup d...@gnu.org: Hardly surprising.  From changes.tely: @item Flags are now treated as separate objects rather than as stem parts. @lilypond[fragment,quote,relative=2] \override Flag #'color = #red g8

Re: Errors in examples

2012-02-05 Thread Phil Holmes
- Original Message - From: Graham Percival gra...@percival-music.ca To: Thomas Morley thomasmorle...@googlemail.com Cc: David Kastrup d...@gnu.org; lilypond-devel@gnu.org Sent: Sunday, February 05, 2012 5:21 PM Subject: Re: Errors in examples On Sun, Feb 05, 2012 at 05:57:31PM +0100,

Re: Errors in examples

2012-02-05 Thread Thomas Morley
2012/2/5 Phil Holmes m...@philholmes.net: - Original Message - From: Graham Percival gra...@percival-music.ca To: Thomas Morley thomasmorle...@googlemail.com Cc: David Kastrup d...@gnu.org; lilypond-devel@gnu.org Sent: Sunday, February 05, 2012 5:21 PM Subject: Re: Errors in

Re: Errors in examples

2012-02-05 Thread Marc Hohl
Am 05.02.2012 18:51, schrieb Thomas Morley: [...] I added \voiceOne near the end of the first voice. Of course this changes the stem-direction (which I'd prefer) but Graham told not to change the output. IIRC, the definition for calc-extra-dy is included in the source as

Re: Errors in examples

2012-02-05 Thread Marc Hohl
Am 05.02.2012 20:16, schrieb Marc Hohl: Am 05.02.2012 18:51, schrieb Thomas Morley: [...] I added \voiceOne near the end of the first voice. Of course this changes the stem-direction (which I'd prefer) but Graham told not to change the output. IIRC, the definition for calc-extra-dy is

Re: failure rewriting Patchy

2012-02-05 Thread Janek Warchoł
2012/2/4 David Kastrup d...@gnu.org: I could likely crossread the pseudocode and make improvements, but without anybody turning the pseudocode into actual code, that would be sort of pointless. :( If Python is the major problem: what kind of language would you imagine rather be doing this

Re: Errors in examples

2012-02-05 Thread Federico Bruni
Il 05/02/2012 17:46, David Kastrup ha scritto: The original snippet doesn't have that override: http://lsr.dsi.unimi.it/LSR/Snippet?id=633 Hardly surprising. From changes.tely: @item Flags are now treated as separate objects rather than as stem parts. @lilypond[fragment,quote,relative=2]

Re: Errors in examples

2012-02-05 Thread Julien Rioux
On 05/02/2012 5:25 PM, Federico Bruni wrote: I wonder why the website image is wrong. git log Documentation/ly-example/tab-example.ly doesn't show the full history of the file (maybe because the directory has been renamed?) This directory used to be Documentation/web/ly-examples -- Julien

Re: Errors in examples

2012-02-05 Thread Julien Rioux
On 05/02/2012 5:25 PM, Federico Bruni wrote: I wonder why the website image is wrong. git log Documentation/ly-example/tab-example.ly doesn't show the full history of the file (maybe because the directory has been renamed?) You may try with git log --follow -- Julien

PATCH: Countdown to 20120207

2012-02-05 Thread Colin Campbell
For 20:00 MST Tuesday, February 7th, 2012 Critical: Issue 2243 http://code.google.com/p/lilypond/issues/detail?id=2243: Incorrect subdivision of beams - R 5623051 http://codereview.appspot.com/5623051/ Issue 2260 http://code.google.com/p/lilypond/issues/detail?id=2260: line-broken

New template for 'lilypond' made available

2012-02-05 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. (If you have any questions, send them to coordina...@translationproject.org.) A new POT file for textual domain 'lilypond' has been made available to the language teams for translation. It is archived as: