Re: [PATCHES] Two interfaces moved to Scheme

2009-11-08 Thread Neil Puttock
2009/8/27 Neil Puttock : > http://codereview.appspot.com/109113/show I've made a small improvement to grid-line-interface::print. Any comments? :) Regards, Neil ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/list

Re: [PATCH] Re: New twoside mode.

2009-11-08 Thread Neil Puttock
2009/11/8 Michael Käppler : > Here you are. Cheers, it's applied. Regards, Neil ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Tracker 836: Add facility to change output file-name for a \book block

2009-11-08 Thread n . puttock
http://codereview.appspot.com/150044/diff/1/4 File ly/music-functions-init.ly (left): http://codereview.appspot.com/150044/diff/1/4#oldcode604 ly/music-functions-init.ly:604: (ly:music-property main-note 'elements with (lambda http://codereview.appspot.com/150044/diff/1/4 File ly/music-func

Re: Tracker 836: Add facility to change output file-name for a \book block

2009-11-08 Thread n . puttock
On 2009/11/08 20:17:37, Ian Hulin wrote: The latest version of this patch is now ready for review. `warning: 15 lines add whitespace errors.' There were twelve in the last patchset. :) Five are space-before-tab issues, the rest trailing spaces. Generally looks OK, apart from a few remaining

Re: [PATCH] Re: New twoside mode.

2009-11-08 Thread Michael Käppler
Here you are. Regards, Michael >From 5deda137b69c7110b6fc02046497362788347e34 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?Michael=20K=C3=A4ppler?= Date: Fri, 6 Nov 2009 14:25:52 +0100 Subject: [PATCH] Docs: Add documentation for paper variables involved in two-sided mode. --- Documentation/notati

Re: Patch: remove Ottava_spanner_engraver from \TabStaff

2009-11-08 Thread Neil Puttock
2009/11/6 Marc Hohl : > Ready to be applied? LGTM. I don't think these comments are necesary though: + %% No key in tablature! + %% No string numbers ;-) ! + %% No ottava spanners Regards, Neil ___ lilypond-devel mailing list lilypond-devel@gn

Re: [PATCH] Re: New twoside mode.

2009-11-08 Thread Neil Puttock
2009/11/6 Michael Käppler : > Maybe you can have a look at it. It's just the most important things for > now, maybe it should be extended later. Just a few minor quibbles: +The amount @code{inner-margin} is additionately increased additionally (though I'd probably remove this, since `increased'

Tracker 836: Add facility to change output file-name for a \book block

2009-11-08 Thread ian
Reviewers: Neil Puttock, carl.d.sorensen_gmail.com, Message: The latest version of this patch is now ready for review. Cheers, Ian Description: Tracker 836: Add facility to change output file-name for a \book block or to set a suffix to prevent multiple files over-writing each other during a co

Re: Start work on adding annotations for horizontal paper variables.

2009-11-08 Thread Neil Puttock
2009/11/5 Michael Käppler : > Hmm... I did not test this. > Try this: > > (define annotate? layout . dir) >     (case (and (pair? dir) (car dir)) >        (('X) (ly:output-def-lookup layout 'annotate-x-spacing)) >        (('Y) (ly:output-def-lookup layout 'annotate-y-spacing)) >        ((#f) (or (

Re: [PATCH] Re: length of staff lines in score with only spacer notes

2009-11-08 Thread Neil Puttock
2009/11/6 Reinhold Kainhofer : > This extra space is only used if the KeySignature is the first element of a > staff (i.e. directly after the LeftEdge), right? If so, why shouldn't we > increase the default value from 0.0 to 0.8? It seems a harmless change, since it's rare for a key signature to