Re: [PATCH] Use $CPPFLAGS when finding FlexLexer.h, and for C++ compilation commands.

2008-08-17 Thread Han-Wen Nienhuys
looks good to me. Can somebody apply? thanks! On Sun, Aug 17, 2008 at 11:55 PM, Paul Jarc <[EMAIL PROTECTED]> wrote: > Reinhold Kainhofer <[EMAIL PROTECTED]> wrote: >> What Han-Wen meant was that you do a local commit by "git commit >> stepmake/aclocal.m4 b/stepmake/aclocal.m4" (don't worry, this

[PATCH] Use $CPPFLAGS when finding FlexLexer.h, and for C++ compilation commands.

2008-08-17 Thread Paul Jarc
Reinhold Kainhofer <[EMAIL PROTECTED]> wrote: > What Han-Wen meant was that you do a local commit by "git commit > stepmake/aclocal.m4 b/stepmake/aclocal.m4" (don't worry, this does > not upload anything to the server!), add a proper headline and > description in the commit message and then create

Re: compilation problems

2008-08-17 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Montag, 18. August 2008 schrieb Paul Jarc: > "Han-Wen Nienhuys" <[EMAIL PROTECTED]> wrote: > > This looks good; can you package everything in a git patch? That makes > > our lives a little easier. > > Is this ok? What Han-Wen meant was that you do

Re: compilation problems

2008-08-17 Thread Paul Jarc
"Han-Wen Nienhuys" <[EMAIL PROTECTED]> wrote: > This looks good; can you package everything in a git patch? That makes > our lives a little easier. Is this ok? diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index b69dc9c..d692776 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4

Re: [PATCH] Re: Harp Pedals?

2008-08-17 Thread Han-Wen Nienhuys
On Sun, Aug 17, 2008 at 9:10 PM, Reinhold Kainhofer <[EMAIL PROTECTED]> wrote: > Attached is a patch for stencil.scm, which adds a make-line-stencil that does > exactly that: You call it as >(make-line-stencil linewidth xstart ystart xend yend) > and it will create the stencil and correctly se

[PATCH] Re: Harp Pedals?

2008-08-17 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Sonntag, 17. August 2008 schrieb Carl D. Sorensen: > On 8/17/08 9:18 AM, "Reinhold Kainhofer" <[EMAIL PROTECTED]> wrote: > > 1) It seems that the diagram has zero extent, so that it overlaps with > > the staff and other diagrams. How can I make the

percussion

2008-08-17 Thread Graham Percival
Trevor, I dumped a bit of info about percussion into MIDI. It'll need to be completely rewritten and expanded; there's a lot of percussion-specific midi info to include. I just moved it verbatim because I didn't want to delete it from percussion without stick it somewhere. Cheers, - Graham __

Re: compilation problems

2008-08-17 Thread Paul Jarc
"Han-Wen Nienhuys" <[EMAIL PROTECTED]> wrote: > On Tue, Aug 5, 2008 at 11:44 AM, Paul Jarc <[EMAIL PROTECTED]> wrote: >> - FLEXLEXER_FILE=`$CXX -E conftest.cc | \ >> + FLEXLEXER_FILE=`eval $ac_cpp conftest.cc | \ > > why is the eval there? That's how ac_cpp is used elsewhere in configu

Re: Clean history

2008-08-17 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Samstag, 16. August 2008 schrieb Han-Wen Nienhuys: > please, if you find yourself creating graphs like the attached, invest > some moments of your time in rebasing your changes. It gets hard to > see what is going on here. I completely agree. Wh

Re: Harp Pedals?

2008-08-17 Thread Carl D. Sorensen
On 8/17/08 9:18 AM, "Reinhold Kainhofer" <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Am Freitag, 15. August 2008 schrieb Reinhold Kainhofer: >>> I haven't read all the code yet, but I do think you should check if >>> the fourth character in the entry string

Re: compilation problems

2008-08-17 Thread Han-Wen Nienhuys
On Tue, Aug 5, 2008 at 11:44 AM, Paul Jarc <[EMAIL PROTECTED]> wrote: > I have the headers for flex (among other things) in a nonstandard > place, so I put the necessary -I flags in $CPPFLAGS. Some parts of > the build process don't seem to notice $CPPFLAGS, though. This is > needed for configure

Re: compilation problems

2008-08-17 Thread Paul Jarc
These problems are still present in 2.11.56. Will they be fixed in a future version, or is there some reason these patches are bad? I wrote: > I have the headers for flex (among other things) in a nonstandard > place, so I put the necessary -I flags in $CPPFLAGS. Some parts of > the build proces

Re: Second review of NR 2.7 Chords

2008-08-17 Thread John Mandereau
2008/8/16 Neil Puttock <[EMAIL PROTECTED]>: > In selected snippets, chord-name-exceptions.ly and > chord-name-major7.ly aren't displayed properly (no title, lacking > %begin verbatim so the texidoc and version are visible) since there > are snippets with these names present in input/regression; the

Re: Patch to autobeaming code.

2008-08-17 Thread Han-Wen Nienhuys
On Sat, Aug 16, 2008 at 5:55 PM, Carl D. Sorensen <[EMAIL PROTECTED]> wrote: > I've been trying to figure out how to use beatLength to make the rhythms > documentation correct. > > Issue #511 makes it sound like beatLength is used to create autobeaming > responses. And it works for "odd" timing.

Re: Harp Pedals?

2008-08-17 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Freitag, 15. August 2008 schrieb Reinhold Kainhofer: > > I haven't read all the code yet, but I do think you should check if > > the fourth character in the entry string is a pipe; that would make > > the users more comfortable. > > Okay, I can do t

Re: Patch to autobeaming code.

2008-08-17 Thread Trevor Daniels
Carl I think you're right. Looking at Beaming_pattern::find_rhythmic_importance in beaming-pattern.cc, it seems that both beatLength and beatGrouping are used together to determine the importance of stems. beatLength sets the length of beats to be used in a beatGroup. I don't have time tod