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

2009-11-12 Thread Neil Puttock
2009/11/12 : > Is the patch ready to push now? LGTM, apart from a few remaining whitespaces and wonky indents. :) I've sorted these and will push to master shortly. Thanks for being so patient, Neil ___ lilypond-devel mailing list lilypond-devel@gn

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

2009-11-12 Thread ian
music-functions-init.ly spaces+tab lines sorted. indentation ll 626-633 fixed. Is the patch ready to push now? Cheers, Ian http://codereview.appspot.com/150044/diff/11/1015 File ly/music-functions-init.ly (right): http://codereview.appspot.com/150044/diff/11/1015#newcode611 ly/music-functi

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

2009-11-12 Thread n . puttock
On 2009/11/12 01:12:35, Carl wrote: A few whitespace errors (tab following spaces) and one indenting mistake. Then I think it's good to go. A useful tip for catching these errors is to apply the patch locally: git will tell you where the whitespace errors are. http://codereview.appspot.com/

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

2009-11-12 Thread n . puttock
On 2009/11/12 01:12:35, Carl wrote: A few whitespace errors (tab following spaces) and one indenting mistake. Then I think it's good to go. A useful tip for catching these errors is to apply the patch locally: git will tell you where the whitespace errors are. http://codereview.appspot.com/

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

2009-11-12 Thread n . puttock
http://codereview.appspot.com/150044/diff/11/1015 File ly/music-functions-init.ly (right): http://codereview.appspot.com/150044/diff/11/1015#newcode621 ly/music-functions-init.ly:621: (forced (ly:music-property (car sec-note-events ) 'force-accidental))) (car sec-note-events) http://codereview.

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

2009-11-11 Thread Carl . D . Sorensen
A few whitespace errors (tab following spaces) and one indenting mistake. Then I think it's good to go. http://codereview.appspot.com/150044/diff/11/1015 File ly/music-functions-init.ly (right): http://codereview.appspot.com/150044/diff/11/1015#newcode611 ly/music-functions-init.ly:611: (fil

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

2009-11-11 Thread ian
Hi all, Is it O K to push this patch now? If so, can either Carl or Neil push this on origin/master. Cheers and thanks for all the help on this one, Ian http://codereview.appspot.com/150044 ___ lilypond-devel mailing list lilypond-devel@gnu.org http

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

2009-11-09 Thread ian
Have also looked for traling spaces in lily-library.scm http://codereview.appspot.com/150044/diff/1/4 File ly/music-functions-init.ly (right): http://codereview.appspot.com/150044/diff/1/4#newcode612 ly/music-functions-init.ly:612: (lambda (m) (eq? 'NoteEvent (ly:music-property m 'name))) On 20

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

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

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

2009-11-04 Thread n . puttock
http://codereview.appspot.com/143055/diff/2010/2013 File ly/music-functions-init.ly (left): http://codereview.appspot.com/143055/diff/2010/2013#oldcode604 Line 604: (ly:music-property main-note 'elements goes with (lambda http://codereview.appspot.com/143055/diff/2010/2013 File ly/music-fun

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

2009-11-04 Thread n . puttock
On 2009/11/04 23:03:27, Ian Hulin wrote: Thanks for the feedback. Is the now patch readu to push now? There are several lines with trailing spaces. You've reverted some recent changes in lily-library.scm which breaks compilation; see `flatten-list' and `eval-carefully'. Regards, Neil http:/

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

2009-11-04 Thread ian
Thanks for the feedback. Is the now patch readu to push now? Cheers, Ian http://codereview.appspot.com/143055/diff/19/1017 File lily/parser.yy (right): http://codereview.appspot.com/143055/diff/19/1017#newcode676 Line 676: PARSER->lexer_->set_identifier (ly_symbol2scm ("book-filename"), SCM_B

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

2009-11-04 Thread ian
lily-library.scm changes after Patrick's feedback. http://codereview.appspot.com/143055/diff/19/1020 File scm/lily-library.scm (right): http://codereview.appspot.com/143055/diff/19/1020#newcode142 Line 142: (if (not book-filename) On 2009/11/04 01:06:34, Patrick McCarty wrote: The if block sho

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

2009-11-04 Thread n . puttock
Hi Ian, Carl's already commented on \pitchedTrill, but there's absolutely nothing wrong with its current indentation; the only thing that you might change is the newline after the let*. Regards, Neil http://codereview.appspot.com/143055/diff/19/1017 File lily/parser.yy (right): http://coderev

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

2009-11-03 Thread Carl . D . Sorensen
Ian, I found some indentation errors in the .ly file. Thanks for your patience, Carl http://codereview.appspot.com/143055/diff/19/1019 File ly/music-functions-init.ly (right): http://codereview.appspot.com/143055/diff/19/1019#newcode616 Line 616: (let* ( (get-notes (lambda (ev-chord) elimin

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

2009-11-03 Thread pnorcks
http://codereview.appspot.com/143055/diff/19/1020 File scm/lily-library.scm (right): http://codereview.appspot.com/143055/diff/19/1020#newcode99 Line 99: (for-each (lambda (symbol) I would recommend indenting like so: (for-each (lambda (symbol) (let ((.. http://codereview.appspot.c

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

2009-11-03 Thread pnorcks
http://codereview.appspot.com/143055/diff/19/1020 File scm/lily-library.scm (right): http://codereview.appspot.com/143055/diff/19/1020#newcode99 Line 99: (for-each (lambda (symbol) I would recommend indenting like so: (for-each (lambda (symbol) (let ((.. http://codereview.appspot.c

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

2009-11-03 Thread Ian Hulin
Hi all, I've installed emacs and checked the indenting as per Carl and Neils recommendations. Patch set has been on rietveld 143055 for some days. Is this ready to push now? Cheers, Ian Carl Sorensen wrote: On 10/29/09 6:10 PM, "Graham Percival" wrote: On Thu, Oct 29, 2009 at 06:00

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

2009-11-03 Thread pnorcks
http://codereview.appspot.com/143055 ___ 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-03 Thread pnorcks
http://codereview.appspot.com/143055 ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

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

2009-11-03 Thread Patrick McCarty
On 2009-11-03, Ian Hulin wrote: > Hi all, > I've installed emacs and checked the indenting as per Carl and Neils > recommendations. Patch set has been on rietveld 143055 for some > days. > > Is this ready to push now? Hi Ian, The indentation in lily-library.scm is still very weird in several sp

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

2009-10-30 Thread David Kastrup
Carl Sorensen writes: > On 10/29/09 6:10 PM, "Graham Percival" wrote: > >> On Thu, Oct 29, 2009 at 06:00:06PM -0600, Carl Sorensen wrote: >>> >>> On 10/29/09 3:14 PM, "n.putt...@gmail.com" wrote: >>> I'd suggest installing emacs to sort out the indentation (even if you prefer to use

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

2009-10-30 Thread Carl Sorensen
On 10/29/09 6:10 PM, "Graham Percival" wrote: > On Thu, Oct 29, 2009 at 06:00:06PM -0600, Carl Sorensen wrote: >> >> On 10/29/09 3:14 PM, "n.putt...@gmail.com" wrote: >> >>> I'd suggest installing emacs to sort out the indentation (even if you >>> prefer to use another editor for your main

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

2009-10-29 Thread Graham Percival
On Thu, Oct 29, 2009 at 06:00:06PM -0600, Carl Sorensen wrote: > > On 10/29/09 3:14 PM, "n.putt...@gmail.com" wrote: > > > I'd suggest installing emacs to sort out the indentation (even if you > > prefer to use another editor for your main work), otherwise we're going > > to spend ages pointing

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

2009-10-29 Thread Carl Sorensen
On 10/29/09 3:14 PM, "n.putt...@gmail.com" wrote: > Hi Ian, > > I haven't commented on lily-library.scm, since there are too many > formatting issues. > > I'd suggest installing emacs to sort out the indentation (even if you > prefer to use another editor for your main work), otherwise we're

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

2009-10-29 Thread ian
http://codereview.appspot.com/143055/diff/10/1005 File ly/init.ly (right): http://codereview.appspot.com/143055/diff/10/1005#newcode14 Line 14: #(define toplevel-bookparts (list)) On 2009/10/29 21:14:17, Neil Puttock wrote: trailing space Done. http://codereview.appspot.com/143055/diff/10/10

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

2009-10-29 Thread n . puttock
Hi Ian, I haven't commented on lily-library.scm, since there are too many formatting issues. I'd suggest installing emacs to sort out the indentation (even if you prefer to use another editor for your main work), otherwise we're going to spend ages pointing out every little nitpick when we shoul

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

2009-10-29 Thread ian
Carl gave some feedback via e-mail. I've recorded them here before uploading a patch set. Ian http://codereview.appspot.com/143055/diff/1/5 File scm/lily-library.scm (right): http://codereview.appspot.com/143055/diff/1/5#newcode162 Line 162: (let* ( (base-name (get-current-filename parser)) r

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

2009-10-29 Thread ian
Reviewers: Neil Puttock, Message: This patch is now available for review. 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 compilation. This change allows user to to this via

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

2009-10-28 Thread ian
Reviewers: Neil Puttock, 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 compilation. This change allows user to to this via functions rather than having to do so by manipulating