Re: Adapt fixcc.py to use Astyle and/or emacs (issue4662074)

2011-07-14 Thread Trevor Daniels
k-ohara5...@oco.net wrote Thursday, July 14, 2011 5:33 AM It seems everyone is happy to use astyle as the indenter (it sure is faster) so here is one last patch set showing what this does to the sample set of C++ files. Running fixcc(astyle) on the source tree again gives a clean make chec

PATCH: fixes for annotate-spacing

2011-07-14 Thread Joe Neeman
The patch at http://codereview.appspot.com/4724041/ fixes the output of annotate spacing in a few ways: - Fixes annotate-spacing to use the new spacing names. - Annotates spacing between staves as well as spacing between systems. - Fixes some collisions between annotations. Cheers, Joe _

bug reports: `verified' hides `invalid'

2011-07-14 Thread Werner LEMBERG
I suggest that invalid bug reports don't receive a `verified' tag. Otherwise, the invalidity is no longer visible, making it much harder to check the bug list or search within. BTW, according to the help string, `verified' means QA has verified that the fix worked but an invalid bug report ha

Several fixes for annotate-spacing. (issue4724041)

2011-07-14 Thread lemzwerg
LGTM. This kind of patch is something I wouldn't discuss on Rietveld but rather push immediately... http://codereview.appspot.com/4724041/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: bug reports: `verified' hides `invalid'

2011-07-14 Thread Reinhold Kainhofer
Am Donnerstag, 14. Juli 2011, 13:33:31 schrieb Werner LEMBERG: > I suggest that invalid bug reports don't receive a `verified' tag. > Otherwise, the invalidity is no longer visible, making it much harder > to check the bug list or search within. > > BTW, according to the help string, `verified' me

Re: bug reports: `verified' hides `invalid'

2011-07-14 Thread Werner LEMBERG
> Similarly, I don't like tagging duplicate reports with Verified, > either... This deserves a `duplicate-verified' tag... In both cases, it's not trivial to decide whether a bug report is invalid or a duplicate, so verification is useful. Or perhaps better: What about using a completely differ

Re: Allows for rider grobs in outside-staff-priority. (issue4639075)

2011-07-14 Thread m...@apollinemike.com
On Jul 13, 2011, at 10:48 PM, Han-Wen Nienhuys wrote: > On Wed, Jul 13, 2011 at 5:12 PM, m...@apollinemike.com > wrote: >> On Jul 13, 2011, at 4:42 PM, Han-Wen Nienhuys wrote: >> >>> On Wed, Jul 13, 2011 at 11:27 AM, m...@apollinemike.com >>> wrote: >>> > Wouldnt it be much easier for the

Re: Allows for rider grobs in outside-staff-priority. (issue4639075)

2011-07-14 Thread Carl . D . Sorensen
I like the fact that there's no more "rider" concept. The only architectural question I have is whether has_outside_staff_parent should be in Axis_group_interface or Grob. Otherwise, LGTM. Thanks, Carl http://codereview.appspot.com/4639075/diff/18001/lily/axis-group-interface.cc File lily/a

Re: bug reports: `verified' hides `invalid'

2011-07-14 Thread Colin Campbell
On 11-07-14 06:06 AM, Werner LEMBERG wrote: Similarly, I don't like tagging duplicate reports with Verified, either... This deserves a `duplicate-verified' tag... In both cases, it's not trivial to decide whether a bug report is invalid or a duplicate, so verification is useful. Or perhaps bet

Re: Allows for rider grobs in outside-staff-priority. (issue4639075)

2011-07-14 Thread m...@apollinemike.com
On Jul 14, 2011, at 2:47 PM, carl.d.soren...@gmail.com wrote: > > http://codereview.appspot.com/4639075/diff/18001/lily/axis-group-interface.cc#newcode670 > lily/axis-group-interface.cc:670: > Axis_group_interface::has_outside_staff_parent (Grob *me) > Why not make this part of the Grob class ins

Re: bug reports: `verified' hides `invalid'

2011-07-14 Thread Graham Percival
On Thu, Jul 14, 2011 at 01:33:31PM +0200, Werner LEMBERG wrote: > > I suggest that invalid bug reports don't receive a `verified' tag. > Otherwise, the invalidity is no longer visible, making it much harder > to check the bug list or search within. If we don't give it a "verified" tag, then it st

Re: Allows for rider grobs in outside-staff-priority. (issue4639075)

2011-07-14 Thread hanwenn
much better. I bet there will skeletons coming out the regtest closet now, but let's hope that we can fix things up if necessary http://codereview.appspot.com/4639075/diff/23001/lily/axis-group-interface.cc File lily/axis-group-interface.cc (right): http://codereview.appspot.com/4639075/diff/2

Re: 2.14.2 release

2011-07-14 Thread Graham Percival
On Wed, Jul 13, 2011 at 07:12:09PM -0600, Carl Sorensen wrote: > > Could you prepare a 2.14.2 release? Nope, sorry. I see 3 open Critical issues. Each one of those blocks a stable release. Cheers, - Graham ___ lilypond-devel mailing list lilypond-de

Re: 2.14.2 release

2011-07-14 Thread Carl Sorensen
On 7/14/11 8:20 AM, "Graham Percival" wrote: > On Wed, Jul 13, 2011 at 07:12:09PM -0600, Carl Sorensen wrote: >> >> Could you prepare a 2.14.2 release? > > Nope, sorry. I see 3 open Critical issues. Each one of those > blocks a stable release. As I see it, all of those issues are present

Re: Does type checking for all context property sets. (issue4654090)

2011-07-14 Thread Carl . D . Sorensen
LGTM. With Neil's approval I think we can go ahead and push. http://codereview.appspot.com/4654090/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Fix #1695: Clef change placed outside score. (issue4683043)

2011-07-14 Thread Carl . D . Sorensen
LGTM. Careful thinking about how to handle this. Great job, Neil! http://codereview.appspot.com/4683043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

GOP-PROP 3: C++ formatting (probable decision 2)

2011-07-14 Thread Graham Percival
Updated proposal: http://lilypond.org/~graham/gop/gop_3.html ** Proposal summary Speaking academically, C++ code style is a "solved problem". Let’s pick one of the existing solutions, and let a computer deal with this. Humans should not waste their time, energy, and creativity manually adding ta

Re: 2.14.2 release

2011-07-14 Thread Graham Percival
On Thu, Jul 14, 2011 at 08:51:18AM -0600, Carl Sorensen wrote: > > On 7/14/11 8:20 AM, "Graham Percival" wrote: > > > Nope, sorry. I see 3 open Critical issues. Each one of those > > blocks a stable release. > > I don't think that critical issues present in 2.14.1 should prevent a > release o

GOP-PROP 5: build system output (update)

2011-07-14 Thread Graham Percival
Update on this; I'm not ready to call it a "probable decision" yet. http://lilypond.org/~graham/gop/gop_5.html (proposal written by Phil Holmes, modified by Graham) ** Proposal summary When you run make or make doc, * All output will be saved to various log files. (including output f

Re: correcting note about rerunning regtests (issue4675048)

2011-07-14 Thread Janek Warchoł
2011/7/14 : > This has had its countdown; please push and close. I attach the patch; I've send it to Mike but he must have missed it. Anyone with push privileges - push it, please. cheers, Janek From 38a23b5868b6029caf373d8571bc49289e8810e4 Mon Sep 17 00:00:00 2001 From: Janek Warchol Date: Tue

Re: an example of minimal example (issue4636082)

2011-07-14 Thread Janek Warchoł
2011/7/14 : > This has had its countdown; please push and close. I attach the patch, feel free to push it (i cannot). cheers, Janek From 55ac6f7e56bcd42a6464a35378f02046aee4d2f7 Mon Sep 17 00:00:00 2001 From: Janek Warchol Date: Mon, 4 Jul 2011 21:39:28 +0200 Subject: [PATCH] an example of mini

Re: a patch for CG (add an item to GLISS list)

2011-07-14 Thread Janek Warchoł
I think this doesn't need any discussion. I don't have git punch abilities ;) so please push it. cheers, Janek From c83ccb3d3a8463804a459c80d364584f4a6360de Mon Sep 17 00:00:00 2001 From: Janek Warchol Date: Wed, 6 Jul 2011 23:13:53 +0200 Subject: [PATCH] add transposing instruments to GLISS lis

Re: Add hihat halfopen glyph to font (issue4714043)

2011-07-14 Thread Carl . D . Sorensen
On 2011/07/14 19:50:37, Janek Warchol wrote: The slash looks too long to me, especially when compared to halfopen (unstopped). I wondered about that myself. The line is exactly the same length as the line in halfopen. Maybe I should make the glyph the same height as halfopen, instead of havin

Re: Allows for rider grobs in outside-staff-priority. (issue4639075)

2011-07-14 Thread m...@apollinemike.com
On Jul 14, 2011, at 3:51 PM, hanw...@gmail.com wrote: > much better. I bet there will skeletons coming out the regtest closet > now, but let's hope that we can fix things up if necessary > > > http://codereview.appspot.com/4639075/diff/23001/lily/axis-group-interface.cc > File lily/axis-group-i

Re: an example of minimal example (issue4636082)

2011-07-14 Thread Graham Percival
On Thu, Jul 14, 2011 at 09:59:44PM +0200, Janek Warchoł wrote: > I attach the patch, feel free to push it (i cannot). Thanks, pushed. Cheers, - Graham ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypon

Re: a patch for CG (add an item to GLISS list)

2011-07-14 Thread Graham Percival
On Thu, Jul 14, 2011 at 10:01:24PM +0200, Janek Warchoł wrote: > I think this doesn't need any discussion. I don't have git punch > abilities ;) so please push it. Thanks, pushed. Cheers, - Graham ___ lilypond-devel mailing list lilypond-devel@gnu.org

Re: Add hihat halfopen glyph to font (issue4714043)

2011-07-14 Thread pkx166h
Make and reg tests ok. http://codereview.appspot.com/4714043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Allows for rider grobs in outside-staff-priority. (issue4639075)

2011-07-14 Thread Neil Puttock
On 14 July 2011 21:01, m...@apollinemike.com wrote: > I'll run the regtests tonight or tomorrow and report back. I've just tried this and I think you've got an infinite loop somewhere (I had to kill the process and reboot). Edit: it's from tie-pitched-trill.ly; segfaults due to stack overflow.

Re: Add hihat halfopen glyph to font (issue4714043)

2011-07-14 Thread Janek Warchoł
2011/7/14 : > On 2011/07/14 19:50:37, Janek Warchol wrote: >> >> The slash looks too long to me, especially when compared to halfopen >> (unstopped). > > I wondered about that myself.  The line is exactly the same length as > the line in halfopen. Either dvi proofing (run mf feta20; gftodvi $fe

Re: Add hihat halfopen glyph to font (issue4714043)

2011-07-14 Thread n . puttock
Hi Carl, I can't comment on the code itself, but the name of the new glyph seems wrong to me, since it implies that the existing glyph isn't for hihat. IIRC, it was added specifically for this purpose, and looking at Elaine Gould's example (p. 298 of Behind Bars) I'd say we already have the corre

Re: Add hihat halfopen glyph to font (issue4714043)

2011-07-14 Thread lemniskata . bernoullego
The slash looks too long to me, especially when compared to halfopen (unstopped). I'd change factor to factor := 11/10 * sqrt(1 + 25/16); or maybe even factor := 4/4 * sqrt(1 + 25/16); otherwise LGTM. thanks, Janek http://codereview.appspot.com/4714043/ ___

Re: Several fixes for annotate-spacing. (issue4724041)

2011-07-14 Thread n . puttock
Hi Joe, Do you have a follow-up patch which defines ly:get-spacing-spec? Cheers, Neil http://codereview.appspot.com/4724041/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: correcting note about rerunning regtests (issue4675048)

2011-07-14 Thread Graham Percival
On Thu, Jul 14, 2011 at 09:57:19PM +0200, Janek Warchoł wrote: > I attach the patch; I've send it to Mike but he must have missed it. > Anyone with push privileges - push it, please. Thanks, pushed. Cheers, - Graham ___ lilypond-devel mailing list lily

increase to 5 patches per countdown

2011-07-14 Thread Graham Percival
Hi Colin, Previously I asked you to keep it to 3 patches per countdown, but we're not clearing through the backlog. Could you increase it to 5 patches per countdown, at least until we're on top of things again? This is particularly relevant because of the upcoming automatic formatting; any patch

Re: Adapt fixcc.py to use Astyle and/or emacs (issue4662074)

2011-07-14 Thread Keith OHara
On Thu, 14 Jul 2011 00:47:58 -0700, Trevor Daniels wrote: I was hoping to recommend going with this, so we could wrap up this issue, but then I found - new_context->event_source ()-> - add_listener (GET_LISTENER (new_context->create_context_from_event), + new_context->event_source ()-> + a

Re: increase to 5 patches per countdown

2011-07-14 Thread Colin Campbell
On 11-07-14 03:20 PM, Graham Percival wrote: Hi Colin, Previously I asked you to keep it to 3 patches per countdown, but we're not clearing through the backlog. Could you increase it to 5 patches per countdown, at least until we're on top of things again? This is particularly relevant because

Re: increase to 5 patches per countdown

2011-07-14 Thread Graham Percival
On Thu, Jul 14, 2011 at 10:29:37PM -0600, Colin Campbell wrote: > I've been selecting patches with at least one positive comment. > There are a great number of patches which don't have a positive > indication of being complete. No, don't view them like that -- the countdown is the (only) way to ge

Re: change in treble clef - do you accept?

2011-07-14 Thread Janek Warchoł
(this was originally off-list to reduce clutter, but perhaps it was a bad idea) 2011/7/13 Jan Nieuwenhuizen : > Janek Warchoł writes: > > in the recent clef survey you said that you don't like some aspects of my > > clef. > > I've modified my original suggestion - it's bigger now. It looks like >