[PATCH] scm/music-functions.scm: Let booleans be booleans.

2011-04-07 Thread David Kastrup
--- scm/music-functions.scm | 65 +-- 1 files changed, 29 insertions(+), 36 deletions(-) diff --git a/scm/music-functions.scm b/scm/music-functions.scm index ed96cfd..9790cbf 100644 --- a/scm/music-functions.scm +++ b/scm/music-functions.scm @@

Re: please close rietveld issues after pushing

2011-04-07 Thread Trevor Daniels
Graham Percival wrote Thursday, April 07, 2011 12:46 AM If you've put anything on rietveld recently, please go here: http://codereview.appspot.com/mine You'll probably see a bunch of issues under created by me. If you recognize anything that you pushed, could you go to that issue, click

Event listener to extract (some) music events. (issue4373046)

2011-04-07 Thread percival . music . ca
Reviewers: , Message: First version of Vivi event listener. This is my first attempt at non-trivial scheme work; please be gentle. I fully expect to take half a dozen revisions before it's ok to push. Description: Event listener to extract (some) music events. This may be useful on its own,

Re: shortened flags affair, part 8: choosing appropriate flag (issue4312057)

2011-04-07 Thread Graham Percival
On Wed, Apr 06, 2011 at 10:36:15AM +0200, Janek Warchoł wrote: 2011/4/4 Graham Percival gra...@percival-music.ca Think about it this way: how many times have you reviewed my build system patches, or Colin's documentation patches? The same reasons why you don't review those patches apply to

[Patch] Including mandolin fretboard diagrams

2011-04-07 Thread Marc Hohl
Hello all, according to http://lists.gnu.org/archive/html/lilypond-user/2011-03/msg00260.html I added mandolin fretboards and hopefully included the stuff correctly in the documentation. Regards, Marc From 6933e27f08ac93330511946f3c69b887aeefc1a9 Mon Sep 17 00:00:00 2001 From: Marc Hohl

RE: [Patch] Including mandolin fretboard diagrams

2011-04-07 Thread James Lowe
Hello )-Original Message- )From: lilypond-devel-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-devel-bounces+james.lowe=datacore@gnu.org] On )Behalf Of Marc Hohl )Sent: 07 April 2011 11:07 )To: Lily-Devel List; Carl D. Sorensen )Subject: [Patch] Including mandolin fretboard

Re: [Patch] Including mandolin fretboard diagrams

2011-04-07 Thread Graham Percival
On Thu, Apr 07, 2011 at 10:50:21AM +, James Lowe wrote: I'd have to apply the patch to my git and then I'd see it more clearly, but am not sure if this is the most efficient way. ~~ Wow, you're talking like a git expert already! Yes, git am is the way that you would apply

Re: Allows users to request that beam collision occur on the Voice level. (issue4367042)

2011-04-07 Thread m...@apollinemike.com
On Apr 6, 2011, at 10:30 PM, Carl Sorensen wrote: On 4/6/11 7:32 PM, mts...@gmail.com mts...@gmail.com wrote: Reviewers: , Message: Before pushing the stem patch (thanks to Trevor and Han Wen for the LGTMs), I'd like to push this one. It allows for beam collision to happen momentarily

Re: [PATCH] scm/music-functions.scm: Let booleans be booleans.

2011-04-07 Thread Valentin Villenave
On Thu, Apr 7, 2011 at 9:27 AM, David Kastrup d...@gnu.org wrote: @@ -910,12 +908,10 @@ then revert skipTypesetting.   (let*       ((show-last (ly:parser-lookup parser 'showLastLength))        (show-first (ly:parser-lookup parser 'showFirstLength)) -       (show-last-length (if (ly:music?

Re: Added new Pagesize definition to paper.scm (issue4368049)

2011-04-07 Thread pkx166h
Reviewers: Graham Percival, Message: On 2011/04/06 21:47:34, Graham Percival wrote: I don't think we want to add papersize_test.tely to the repository. ... Could you create a second version of the patch which does not include paper-test.tely ? Done. Description: Added new Pagesize

Re: Added new Pagesize definition to paper.scm (issue4368049)

2011-04-07 Thread pkx166h
On 2011/04/06 22:34:54, Graham Percival wrote: On 2011/04/06 21:47:34, Graham Percival wrote: ... no wait, we do! hmm... I'll look into this. It might be a bit tricky, so I'll handle it myself. Yeah, it was a bit tricky. But done now:

Re: please close rietveld issues after pushing

2011-04-07 Thread Reinhold Kainhofer
Am Donnerstag, 7. April 2011, 01:46:33 schrieb Graham Percival: Hi guys, If you've put anything on rietveld recently, please go here: http://codereview.appspot.com/mine You'll probably see a bunch of issues under created by me. If you recognize anything that you pushed, could you go to

Re: Event listener to extract (some) music events. (issue4373046)

2011-04-07 Thread v . villenave
Greetings Graham, this looks acceptable to me, although I'm certainly not the most qualified person in this regard. Are you quite sure this really is generic enough, though? There are a few hardcoded things here, and more inconveniently this approach means you have to manually choose which

Re: Event listener to extract (some) music events. (issue4373046)

2011-04-07 Thread mtsolo
http://codereview.appspot.com/4373046/diff/1/ly/event-listener.ly File ly/event-listener.ly (right): http://codereview.appspot.com/4373046/diff/1/ly/event-listener.ly#newcode36 ly/event-listener.ly:36: (string-concatenate (list Move close brackets up to previous argument 'instrumentName)))

Re: [PATCH] scm/music-functions.scm: Let booleans be booleans.

2011-04-07 Thread David Kastrup
Valentin Villenave valen...@villenave.net writes: On Thu, Apr 7, 2011 at 9:27 AM, David Kastrup d...@gnu.org wrote: @@ -910,12 +908,10 @@ then revert skipTypesetting.   (let*       ((show-last (ly:parser-lookup parser 'showLastLength))        (show-first (ly:parser-lookup parser

RE: please close rietveld issues after pushing

2011-04-07 Thread James Lowe
Hello )-Original Message- )From: lilypond-devel-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-devel-bounces+james.lowe=datacore@gnu.org] On )Behalf Of Reinhold Kainhofer )Sent: 07 April 2011 14:09 )To: lilypond-devel@gnu.org )Subject: Re: please close rietveld issues after

PATCH: Doc - Added @knownissue to Grace Notes for MIDI output

2011-04-07 Thread James Lowe
http://codereview.appspot.com/4388041 James attachment: winmail.dat___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

RE: [Patch] Including mandolin fretboard diagrams

2011-04-07 Thread James Lowe
Hello )-Original Message- )From: lilypond-devel-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-devel-bounces+james.lowe=datacore@gnu.org] On )Behalf Of Marc Hohl )Sent: 07 April 2011 11:07 )To: Lily-Devel List; Carl D. Sorensen )Subject: [Patch] Including mandolin fretboard

Re: please close rietveld issues after pushing

2011-04-07 Thread Graham Percival
On Thu, Apr 07, 2011 at 02:13:56PM +, James Lowe wrote: Hello )Or even simpler, just click on the circled X on the left of each patch in the )Created by me section to close it. Oh, excellent! Yes but it is nice if that person can indicate, perhaps with a commit number, when it was

Series of reverted commits

2011-04-07 Thread David Kastrup
Hi, unfortunately I just tried pushing a cosmetic change from a detached HEAD, and instead my master branch has been pushed. I have reverted the unsuitable commits for now and apologize for the inconvenience. -- David Kastrup ___ lilypond-devel

Re: please close rietveld issues after pushing

2011-04-07 Thread Jan Warchoł
2011/4/7 Graham Percival gra...@percival-music.ca: Hi guys, If you've put anything on rietveld recently, please go here: http://codereview.appspot.com/mine You'll probably see a bunch of issues under created by me.  If you recognize anything that you pushed, could you go to that issue,

Re: please close rietveld issues after pushing

2011-04-07 Thread Reinhold Kainhofer
Am Donnerstag, 7. April 2011, um 23:23:45 schrieb Jan Warchoł: 2011/4/7 Graham Percival gra...@percival-music.ca: Hi guys, If you've put anything on rietveld recently, please go here: http://codereview.appspot.com/mine You'll probably see a bunch of issues under created by me. If

Re: please close rietveld issues after pushing

2011-04-07 Thread Graham Percival
On Thu, Apr 07, 2011 at 11:23:45PM +0200, Jan Warchoł wrote: I see some, but they were pushed by you. Should i close them too or is this message aimed at people with git push ability? Please close those rietveld issues. I cannot do that, since they are owned by you :) Cheers, - Graham

Re: Added new Pagesize definition to paper.scm (issue4368049)

2011-04-07 Thread percival . music . ca
On 2011/04/07 12:10:14, J_lowe wrote: Graham, for now the c9landscape size is already included in the reg test you set Nope -- it's commented out. Remember that @c is a comment line. Please uncomment the c9landscape line, then remove the c9 line. Cheers, - Graham

Re: Doc: Added @knownissue to Grace Notes for MIDI (issue4388041)

2011-04-07 Thread tdanielsmusic
Suggested rewording, accommodating Carl's suggestion. Otherwise, looks fine. Trevor http://codereview.appspot.com/4388041/diff/1/Documentation/notation/rhythms.itely File Documentation/notation/rhythms.itely (right):

Re: reference-point example needs updating

2011-04-07 Thread Carl Sorensen
On 4/7/11 4:08 PM, Mark Polesky markpole...@yahoo.com wrote: Carl (et al.), I think your commit a3b2f9e changed the appearance of the image in NR 4.4.1 that demonstrates reference points: http://lilypond.org/doc/v2.13/Documentation/notation/flexible-vertical-spacing

Adds footnote-footer-padding to the paper bloc. (issue4384046)

2011-04-07 Thread mtsolo
Reviewers: , Message: Fixes the problem flagged by Reinhold regarding the spacing between the footer and the footnotes by adding footnote-footer-padding to the paper bloc. Description: Adds footnote-footer-padding to the paper bloc. Please review this at http://codereview.appspot.com/4384046/

Re: Event listener to extract (some) music events. (issue4373046)

2011-04-07 Thread percival . music . ca
@Valentin's overall comment: we've had 2 or 3 people on -devel asking about this functionality in 2011, so I think it's definitely worth demonstrating the possibility -- and in many cases, the current file is enough for whatever they'd want to do. (maybe after adding one or two more things, such

Re: Search of context hierarchy for voice for lyrics is made optional (issue4323045)

2011-04-07 Thread percival . music . ca
ok, deadline definitely passed. Please push. http://codereview.appspot.com/4323045/ ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Suppress continuing LyricHyphen under grace note at start of line (issue4313047)

2011-04-07 Thread percival . music . ca
ok, deadline definitely passed. Please push. http://codereview.appspot.com/4313047/ ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Fix candidate for 1506 (issue4243060)

2011-04-07 Thread percival . music . ca
Thanks, added to http://code.google.com/p/lilypond/issues/detail?id=1506 http://codereview.appspot.com/4243060/ ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Fix candidate for 1506 (issue4243060)

2011-04-07 Thread percival . music . ca
no wait, this one is old. Ignore. http://codereview.appspot.com/4243060/ ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Modifies the Staff_symbol::print function to address Issue 1506 (issue4253059)

2011-04-07 Thread percival . music . ca
thanks, added here: http://code.google.com/p/lilypond/issues/detail?id=1506 http://codereview.appspot.com/4253059/ ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Adds footnote-footer-padding to the paper bloc. (issue4384046)

2011-04-07 Thread percival . music . ca
umm. Getting into Canadian politics? added here: http://code.google.com/p/lilypond/issues/detail?id=1599 http://codereview.appspot.com/4384046/ ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: Allows users to request that beam collision occur on the Voice level. (issue4367042)

2011-04-07 Thread percival . music . ca
thanks, added here: http://code.google.com/p/lilypond/issues/detail?id=1600 http://codereview.appspot.com/4367042/ ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Fix candidate for 1506 (issue4243060)

2011-04-07 Thread hanwenn
http://codereview.appspot.com/4243060/diff/1/lily/staff-symbol.cc File lily/staff-symbol.cc (left): http://codereview.appspot.com/4243060/diff/1/lily/staff-symbol.cc#oldcode72 lily/staff-symbol.cc:72: span_points[d] += x-extent (x, X_AXIS)[d]; it's reasonable for people to want the staff to