[PATCH] Docs: resolve some FIXMEs in tutorial.

2009-12-14 Thread Mark Polesky
I assume this is okay to apply? Feel free to suggest any changes to the wording. - Mark From 92b630615e3d7a2078db8a299d301d590d00f8be Mon Sep 17 00:00:00 2001 From: Mark Polesky markpole...@yahoo.com Date: Mon, 14 Dec 2009 00:22:09 -0800 Subject: [PATCH] Docs: resolve some FIXMEs in

Re: [PATCH] Docs: resolve some FIXMEs in tutorial.

2009-12-14 Thread Graham Percival
On Mon, Dec 14, 2009 at 01:04:00AM -0800, Mark Polesky wrote: I assume this is okay to apply? No; remember that some people skip over intermediate sections. @node Compiling a file @section Compiling a file -FIXME: insert text +This section introduces @qq{compiling}---the processing of

Re: Build failure on OS X: error: template class without a name

2009-12-14 Thread Harmath Dénes
On 2009.12.13., at 20:31, Patrick McCarty wrote: 2009/12/12 Harmath Dénes harmathde...@gmail.com: And yes, this solved the problem! You're right, flex is among the dependencies. Concluding it, I think two things may be worth adding to the CG 2.1.6: * the workaround of the C++ related

Re: [PATCH] Docs: resolve some FIXMEs in tutorial.

2009-12-14 Thread Mark Polesky
Graham Percival wrote: So could you just write some fluff for the text at the @section level? Okay, is the attached patch better? - Mark From 132bdce292793a3ea5d610fea7e894f9438b7348 Mon Sep 17 00:00:00 2001 From: Mark Polesky markpole...@yahoo.com Date: Mon, 14 Dec 2009 01:33:48 -0800

Re: [PATCH] Docs: resolve some FIXMEs in tutorial.

2009-12-14 Thread Graham Percival
On Mon, Dec 14, 2009 at 01:41:10AM -0800, Mark Polesky wrote: Graham Percival wrote: So could you just write some fluff for the text at the @section level? Okay, is the attached patch better? Excellent; please apply. Cheers, - Graham ___

Re: accent and marcato shouldn't be quantized

2009-12-14 Thread Mark Polesky
Trevor Daniels wrote: Seems like you're way ahead of me on this. I'm happy to accept whatever you think best. Programmed smart sounds good, and your (1) and (3) sound do-able, but the others sound pretty hard to me (i.e. I wouldn't know where to begin.) I'd like to just de-quantize accent

Re: Debugging help on lilypond

2009-12-14 Thread David Kastrup
Carl Sorensen c_soren...@byu.edu writes: Quoting David Kastrup: Without _any_ analysis of the actual problem, I am just regurgitating some keyword-triggered advice from Emacs' DEBUG file. You might have compiled without optimization in which case it does not apply. This particular option

Re: accent and marcato shouldn't be quantized

2009-12-14 Thread Trevor Daniels
LGTM I'm not sure the programmed smart is a good idea. The rules are rather obscure, without full consensus, and even if fully implemented may well not do what the engraver wished in all circumstances. I think a better approach might be to let the engraver place these annotations by hand if the

Re: `make check' overworks one core on my Core2 quad

2009-12-14 Thread Graham Percival
On Sun, Dec 13, 2009 at 4:46 PM, Graham Percival gra...@percival-music.ca wrote: On Sun, Dec 13, 2009 at 02:27:53PM -0200, Han-Wen Nienhuys wrote: On Sun, Dec 13, 2009 at 2:02 PM, Graham Percival gra...@percival-music.ca wrote: For now, the easy fix is to use -j1 with CPU_COUNT for building

Re: Add option to indicate frets by letters in tablature (issue164063)

2009-12-14 Thread Trevor Daniels
Thanks Neil Sorry about the trailing spaces. I was used to my Windows editor removing them automatically; gedit can't, AFAICS. However, I've just discovered that git rebase --warning=fix will remove them, so as long as I remember to do that they should be gone. I think I've corrected the

Re: `make check' overworks one core on my Core2 quad

2009-12-14 Thread David Kastrup
Graham Percival gra...@percival-music.ca writes: On Sun, Dec 13, 2009 at 4:46 PM, Graham Percival gra...@percival-music.ca wrote: On Sun, Dec 13, 2009 at 02:27:53PM -0200, Han-Wen Nienhuys wrote: On Sun, Dec 13, 2009 at 2:02 PM, Graham Percival gra...@percival-music.ca wrote: For now, the

Re: `make check' overworks one core on my Core2 quad

2009-12-14 Thread John Mandereau
Le lundi 14 décembre 2009 à 14:08 +0100, David Kastrup a écrit : Maybe lilypond-book could create its temporary files in a local directory with a unique name (involving host and process id, for example). It sounds like this could do the trick for parallel lilypond-book runs. No. We share

Re: `make check' overworks one core on my Core2 quad

2009-12-14 Thread Graham Percival
On Mon, Dec 14, 2009 at 04:54:41PM +0100, John Mandereau wrote: Le lundi 14 décembre 2009 à 14:08 +0100, David Kastrup a écrit : Maybe lilypond-book could create its temporary files in a local directory with a unique name (involving host and process id, for example). It sounds like this

Re: `make check' overworks one core on my Core2 quad

2009-12-14 Thread David Kastrup
Graham Percival gra...@percival-music.ca writes: That could be what's happening... not necessarily parallel lilypond-book runs in the same directory, but building the english docs + translations at the same time with lilypond-book in parallel? Is there any way to turn make -jX doc into

Re: `make check' overworks one core on my Core2 quad

2009-12-14 Thread John Mandereau
Le lundi 14 décembre 2009 à 16:05 +, Graham Percival a écrit : That could be what's happening... not necessarily parallel lilypond-book runs in the same directory, but building the english docs + translations at the same time with lilypond-book in parallel? AFAIK and have experienced,

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

2009-12-14 Thread ian
Version numbers sorted, also formatting of music in hara-kiri-drumstaff and hara-kiri-tabstaff. Regression tests re-run locally. Cheers, Ian http://codereview.appspot.com/165096/diff/3015/1022 File ly/engraver-init.ly (left): http://codereview.appspot.com/165096/diff/3015/1022#oldcode144

Re: Add option to indicate frets by letters in tablature(issue164063)

2009-12-14 Thread Trevor Daniels
Trevor Daniels wrote Monday, December 14, 2009 12:12 PM Sorry about the trailing spaces. I was used to my Windows editor removing them automatically; gedit can't, AFAICS. However, I've just discovered that git rebase --warning=fix will remove them, --whitespace=fix of course! Trevor

Re: Fixed MIME for images on tracker

2009-12-14 Thread Graham Percival
On Sun, Dec 13, 2009 at 11:52:18PM +0100, Francisco Vila wrote: Hello all, here are long-awaited good news for users of the issue tracker: http://code.google.com/p/support/issues/detail?id=1163 Good news! Unfortunately, the picture needs to be re-uploaded. :( I think it's worth doing, but

Fixing issue 786 (lyric extenders) again

2009-12-14 Thread Chris Snyder
Issue 786, which was caused by a patch I submitted back in March, was recently re-opened with another case of an extender being completized too early. Looking at the example, it's easy to spot what's going on. The fix, however, looks to me to be less straightforward. Some background: The

Re: Fixed MIME for images on tracker

2009-12-14 Thread Valentin Villenave
On Mon, Dec 14, 2009 at 8:28 PM, Graham Percival gra...@percival-music.ca wrote: I think it's worth doing, but this'll add a total of 2-3 hours to the upcoming review of issues.  Oh well; sucks to be Valentin and James, I guess. Mmmh. Can't say I'm happy with that. Sucks to be James, then

Re: Fixed MIME for images on tracker

2009-12-14 Thread Graham Percival
On Mon, Dec 14, 2009 at 10:12:09PM +0100, Valentin Villenave wrote: On Mon, Dec 14, 2009 at 8:28 PM, Graham Percival gra...@percival-music.ca wrote: I think it's worth doing, but this'll add a total of 2-3 hours to the upcoming review of issues.  Oh well; sucks to be Valentin and James, I

Use $(PYTHON), not python, to create version.itexi

2009-12-14 Thread Matthias Kilian
diff --git a/stepmake/stepmake/texinfo-rules.make b/stepmake/stepmake/texinfo-rules.make index 84f2894..6be8c5f 100644 --- a/stepmake/stepmake/texinfo-rules.make +++ b/stepmake/stepmake/texinfo-rules.make @@ -63,7 +63,7 @@ $(outdir)/version.%: $(top-src-dir)/VERSION echo

Re: Fixed MIME for images on tracker

2009-12-14 Thread Francisco Vila
2009/12/14 Graham Percival gra...@percival-music.ca: On Mon, Dec 14, 2009 at 10:12:09PM +0100, Valentin Villenave wrote: On Mon, Dec 14, 2009 at 8:28 PM, Graham Percival gra...@percival-music.ca wrote: I think it's worth doing, but this'll add a total of 2-3 hours to the upcoming review of

Help with difficult bug

2009-12-14 Thread Carl Sorensen
So I've been trying to solve the autobeaming bug. The bug is as follows: In 4/4 time, you'd like to beam 8th notes as 4 4. But if there are 16 notes present, you don't want to cross the beat. So the proper beaming would be something like: c8[ c] c8[ c16 c] c8[ c c c] The problem is that by

Re: Dynamics context spacing issues

2009-12-14 Thread Joe Neeman
On Sun, 2009-12-13 at 16:42 +, Neil Puttock wrote: 2009/10/13 Neil Puttock n.putt...@gmail.com: 2009/10/12 Joe Neeman joenee...@gmail.com: Thanks for testing. Do you have an example to show the problem? It was certainly my intention to have Dynamics work with alignment-distances.

Re: Debugging help on lilypond

2009-12-14 Thread Joe Neeman
On Sat, 2009-12-12 at 22:27 -0700, Carl Sorensen wrote: Here's part of the backtrace: #4 0x000387f2 in Beaming_pattern::beamlet_count (this=0xa026a9c4, i=-1608078908, d=DOWN) at beaming-pattern.cc:245 #5 0x0002f565 in Beam::set_beaming (me=0x3615ce0, beaming=0x3616cd0) at beam.cc:1341

Re: Build failure on OS X: error: template class without a name

2009-12-14 Thread Patrick McCarty
On 2009-12-14, Harmath Dénes wrote: On 2009.12.13., at 20:31, Patrick McCarty wrote: 2009/12/12 Harmath Dénes harmathde...@gmail.com: And yes, this solved the problem! You're right, flex is among the dependencies. Concluding it, I think two things may be worth adding to the CG 2.1.6:

Re: UTF-8 support needs implementing to fix all bidi/rtl/ltr issues

2009-12-14 Thread Patrick McCarty
On 2009-12-13, Ted Walther wrote: With the new fix, can I just wrap a stanza in U+202A .. U+202C to get the desired effect? At some point, when RTL is implemented for the musical notes, I may want to let the Hebrew do the natural thing, and put in some U+202B..U+202C to make the English

Re: Fix STEPMAKE_GET_VERSION for OpenBSD

2009-12-14 Thread Patrick McCarty
On 2009-12-13, Matthias Kilian wrote: Hi, I have this as a patch in the lilypond port of OpenBSD for years (since 2006, IIRC), and it looks like I still need it for the development branch. Without this, configure isn't able to detect the versions of at least texi2html, makeinfo and bison.

Re: Use $(PYTHON), not python, to create version.itexi

2009-12-14 Thread Patrick McCarty
On 2009-12-14, Matthias Kilian wrote: diff --git a/stepmake/stepmake/texinfo-rules.make b/stepmake/stepmake/texinfo-rules.make index 84f2894..6be8c5f 100644 --- a/stepmake/stepmake/texinfo-rules.make +++ b/stepmake/stepmake/texinfo-rules.make @@ -63,7 +63,7 @@ $(outdir)/version.%: