Re: Fix Tracker 918, Add extra RemoveEmpty*StaffContext functions to support Frenched scores (issue180095)

2009-12-22 Thread Ian Hulin
Hi Neil, On 21/12/09 23:34, n.putt...@gmail.com wrote: On 2009/12/21 00:33:59, Ian Hulin wrote: New patch-set uploaded with regressions in engraver-init.ly fixed. Now OK to push? LGTM, applied. Much obliged, Have a good Christmas, Cheers, Ian

Re: [frogs] Patch for Issue #830

2009-12-22 Thread Carl Sorensen
On 12/22/09 5:48 AM, James Lowe james.l...@datacore.com wrote: Carl, Carl Sorensen wrote: We have now put a new script in scripts/auxiliar/ that will strip trailing whitespace. After you're done editing a file, just enter the following from a command prompt: ... Thanks for

Re: Alternative music font

2009-12-22 Thread Carl Sorensen
On 12/22/09 12:45 AM, Marc Hohl m...@hohlart.de wrote: Carl Sorensen schrieb: On 12/21/09 1:52 PM, Marc Hohl m...@hohlart.de wrote: [...] I like it much better. But I think that the bulb on the bottom of the clef needs to shift slightly to the right with this change.

Re: [frogs] Patch for Issue #830

2009-12-22 Thread Mark Polesky
Carl Sorensen wrote: Mark, Graham tried to get you interested in taking over lilycontrib.tcl. Are you interested? Well, I was avoiding it because it's written in yet another scripting language that I don't know. Am I being obtuse, do you think? I'm currently working on reorganizing the CG

[PATCH] Quoting different types of events for \cueDuring and \quoteDuring

2009-12-22 Thread Reinhold Kainhofer
Typically, \quoteDuring is used to duplicate everything in a voice, while \cueDuring is used to only quote the notes, but not e.g. phrasing, slurs, accents, markup, etc. So, this patch adds an additional property quotedCueEventTypes in addition to quotedEventTypes, which allows to quote

Re: [frogs] Patch for Issue #830

2009-12-22 Thread Graham Percival
On Tue, Dec 22, 2009 at 3:30 PM, Mark Polesky markpole...@yahoo.com wrote: Carl Sorensen wrote: Mark, Graham tried to get you interested in taking over lilycontrib.tcl.  Are you interested? Well, I was avoiding it because it's written in yet another scripting language that I don't know. No

Re: [PATCH] Quoting different types of events for \cueDuring and \quoteDuring

2009-12-22 Thread Reinhold Kainhofer
Am Dienstag, 22. Dezember 2009 18:27:43 schrieb Ian Hulin: Hi Reinhold, On 22/12/09 15:34, Reinhold Kainhofer wrote: Typically, \quoteDuring is used to duplicate everything in a voice, while \cueDuring is used to only quote the notes, but not e.g. phrasing, slurs, accents, markup, etc.

Re: [PATCH] Quoting different types of events for \cueDuring and \quoteDuring

2009-12-22 Thread Reinhold Kainhofer
Am Dienstag, 22. Dezember 2009 18:27:43 schrieb Ian Hulin: Will the docs make the distinction about \quoteDuring vs. \cueDuring usage clear? I can see there is stuff in the amended docstrings in define-context-properties.scm which will go into the docs somewhere but do you feel that's enough

Re: Use different types of events for cueDuring and quoteDuring (issue180114)

2009-12-22 Thread ian
Hi Reinhold, Staff.itely ooks good, apart from one nitpick. Could you double-check this file for trailing spaces, please? Cheers, Ian http://codereview.appspot.com/180114/diff/21/1002 File Documentation/notation/staff.itely (right):

Re: Doc -- Add info on \version statements to Tutorial (issue179121)

2009-12-22 Thread Graham Percival
On Tue, Dec 22, 2009 at 02:57:26PM -0700, Carl Sorensen wrote: All the changes have been made. A new version is pushed: http://codereview.appspot.com/179121 Looks fine; please push. Cheers, - Graham ___ lilypond-devel mailing list

Re: Make doc error 2.13.10

2009-12-22 Thread Colin Campbell
David Kastrup wrote: Graham Percival gra...@percival-music.ca writes: On Mon, Dec 21, 2009 at 4:18 PM, Trevor Daniels t.dani...@treda.co.uk wrote: Colin Campbell wrote Monday, December 21, 2009 3:33 PM After building LP 2.13.10 from git, I wanted an HTML copy of the docs, so I cd to

[PATCH] Nested properties in the \paper block

2009-12-22 Thread Joe Neeman
http://codereview.appspot.com/182042/show This patch implements nested property setting for \paper block (and \header block, etc) variables, similar to how \override works for nested properties. In particular, you can do something like \paper { between-system-spacing #'space = #10 } to

Re: Make doc error 2.13.10

2009-12-22 Thread David Kastrup
Colin Campbell c...@shaw.ca writes: David Kastrup wrote: Nicolas integrated my define-markup-command patches recently. Previous versions had reported memory problems which I could not reproduce, but tried to fix nevertheless, and the revised version was reported not to have the same