[PATCH] fix to issue 1173

2010-07-30 Thread Mike Solomon
This raises an error message if showLastLength is not used to show full measures. As I am the worst git-cl user ever, if someone could throw this up on Reitveld, I'd appreciate it. ~Mike 0002-Fix-for-issue-1173-to-fails-when-asked-to-showLastLe.patch Description: Binary data

[PATCH] fix to issue 1116

2010-07-30 Thread Mike Solomon
cold week in Paris = lilypond week my best stab at fixing 1116 This solution works for the minimal example given with the issue, and it works in general if one accepts the assumption that there is no reason that anything fed through stack-lines (in scm/stencil.scm) should have an X extent whose

Re: tempo commands not in learning manual

2010-07-30 Thread James
Hello, On 29/07/2010 23:31, Trevor Daniels wrote: Dan Wilckens wrote Thursday, July 29, 2010 2:47 PM My suggestion is to include the \tempo Allegro 4=160 type command in the Rhythms section of the Learning Manual, since tempo is fundamental to rhythm, and I didn't find it anywhere else in

Re: [PATCH] fix to issue 1116

2010-07-30 Thread Neil Puttock
On 30 July 2010 15:11, Mike Solomon mike...@ufl.edu wrote: This solution works for the minimal example given with the issue, and it works in general if one accepts the assumption that there is no reason that anything fed through stack-lines (in scm/stencil.scm) should have an X extent whose

Re: [PATCH] fix to issue 1173

2010-07-30 Thread Neil Puttock
On 30 July 2010 14:19, Mike Solomon mike...@ufl.edu wrote: This raises an error message if showLastLength is not used to show full measures. Ouch. :) We should always try to continue compilation (leaving aside syntax errors, of course) so I think it would be better to `round' the value if

Re: [PATCH] fix to issue 1116

2010-07-30 Thread Alexander Kobel
On 2010-07-30 21:51, Neil Puttock wrote: On 30 July 2010 15:11, Mike Solomonmike...@ufl.edu wrote: This solution works for the minimal example given with the issue, and it works in general if one accepts the assumption that there is no reason that anything fed through stack-lines (in