how to donate to LilyPond project/developers?

2011-01-28 Thread Federico Bruni
Hi, where should I point people interested in donating to the LilyPond project (or to each developer)? IIRC, there is a kind of LilyPond foundation for that. It has been discussed before but I can't find complete information in the archives: http://lists.gnu.org/archive/html/lilypond-user/2010-06

Re: remove bar-size and replace its usage by bar-extent (issue4025044)

2011-01-28 Thread n . puttock
Hi Pál, LGTM apart from the change in behaviour for dashed barlines: they're overshooting the outer lines. I couldn't see this from the regtest comparison for bar-line-dashed.ly, but it's clearly visible on paper. Cheers, Neil http://codereview.appspot.com/4025044/diff/20001/lily/bar-line.cc

Re: [PATCH] Free type should be FreeType

2011-01-28 Thread Francisco Vila
2011/1/27 Graham Percival : > On Thu, Jan 27, 2011 at 05:10:16PM +0100, Francisco Vila wrote: >> 2011/1/26 John Mandereau : >> >> > "Free type error: %s" >> >> > (why free? it's FreeType maybe?) >> >> >> >> I think yes, it's for an error in FreeType. >> > >> > If so, the message in English should b

Re: PATCHES: 48-hour notice for mensural and bar-extent

2011-01-28 Thread Francisco Vila
2011/1/27 Graham Percival : > On Wed, Jan 26, 2011 at 09:03:50PM +, Ian Hulin wrote: >> I'm replying off-list and slightly off-topic.  I think Benkö Pál's given >> name is actually Pál (pron. almost exactly like English Paul). >> >> I think he's doing the Hungarian thing of signing his name wit

Re: markup to string function?

2011-01-28 Thread Jan-Peter Voigt
Hello again, maybe my answer is a bit off your topic, because I think you are looking for a C function. But still, markups are lists in scheme, so you might use libguile to access this function in C: --snip-- #(define (markup->string mup conc) (let ((result "")) ;;(displa

Re: Issue 37 - new work

2011-01-28 Thread Han-Wen Nienhuys
On Thu, Jan 27, 2011 at 12:47 AM, Mike Solomon wrote: > Hey all, > > I have a new Issue 37 fix. > > The attached patch set implements a 2-pass approach through the quanting that > is potentially a huge time drain in scores with lots of collisions, but > likely not a time drain for most scores.  

My issue 37 work finally on Rietveld after fixing mimetypes issue

2011-01-28 Thread Mike Solomon
http://codereview.appspot.com/4022045 Cheers, MS ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Issue 37 - new work

2011-01-28 Thread Mike Solomon
On Jan 28, 2011, at 7:45 AM, Han-Wen Nienhuys wrote: > On Thu, Jan 27, 2011 at 12:47 AM, Mike Solomon wrote: >> Hey all, >> >> I have a new Issue 37 fix. >> >> The attached patch set implements a 2-pass approach through the quanting >> that is potentially a huge time drain in scores with lots

Re: Issue 37 - new work

2011-01-28 Thread Mike Solomon
<> I cooked up this musical example that shows both responses to upward and downward pressure to give you an idea of where I'm coming from. Is there a way to get this type of collision avoidance w/o a 2nd quanting pass? Cheers, ~Mike On Jan 28, 2011, at 7:45 AM, Han-Wen Nienhuys wrote: > On Th

Re: how to donate to LilyPond project/developers?

2011-01-28 Thread Graham Percival
On Fri, Jan 28, 2011 at 08:42:01AM +0100, Federico Bruni wrote: > where should I point people interested in donating to the LilyPond > project (or to each developer)? For individual developers, talk to them individually and find out what they like. We've used paypal in the past. > IIRC, there is

Re: Issue 37 - new work

2011-01-28 Thread David Kastrup
Mike Solomon writes: > I cooked up this musical example that shows both responses to upward > and downward pressure to give you an idea of where I'm coming from. > > Is there a way to get this type of collision avoidance w/o a 2nd > quanting pass? Actually, it would appear a third pass would be

Re: Issue 37 - new work

2011-01-28 Thread Graham Percival
On Fri, Jan 28, 2011 at 02:38:56PM +0100, David Kastrup wrote: > Mike Solomon writes: > > > I cooked up this musical example that shows both responses to upward > > and downward pressure to give you an idea of where I'm coming from. > > > > Is there a way to get this type of collision avoidance w

Re: Issue 37 - new work

2011-01-28 Thread David Kastrup
Graham Percival writes: > On Fri, Jan 28, 2011 at 02:38:56PM +0100, David Kastrup wrote: >> Mike Solomon writes: >> >> > I cooked up this musical example that shows both responses to upward >> > and downward pressure to give you an idea of where I'm coming from. >> > >> > Is there a way to get

Re: Issue 37 - new work

2011-01-28 Thread m...@apollinemike.com
On Jan 28, 2011, at 8:43 AM, Graham Percival wrote: > On Fri, Jan 28, 2011 at 02:38:56PM +0100, David Kastrup wrote: >> Mike Solomon writes: >> >>> I cooked up this musical example that shows both responses to upward >>> and downward pressure to give you an idea of where I'm coming from. >>> >

Re: Issue 1278: Arrow notation for quarter-tones. (issue3789044)

2011-01-28 Thread percival . music . ca
Hi Felipe, I'm very sorry about the delay, but at least I'm looking at it now, and I'll take care of badgering people to review it once it's ready. Unfortunately due to the delay, we have a few extra regtests, which fail when this patch is applied. One is tablature-string-tunings.ly -- I think

Re: how to donate to LilyPond project/developers?

2011-01-28 Thread Federico Bruni
2011/1/28 Graham Percival > On Fri, Jan 28, 2011 at 08:42:01AM +0100, Federico Bruni wrote: > > > IIRC, there is a kind of LilyPond foundation for that. > > No there is *NOT* a kind of foundation for this. > > I see... but I think I remember Jan saying that such a foundation in Holland still exis

Re: how to donate to LilyPond project/developers?

2011-01-28 Thread Graham Percival
On Fri, Jan 28, 2011 at 05:12:56PM +0100, Federico Bruni wrote: >2011/1/28 Graham Percival > > On Fri, Jan 28, 2011 at 08:42:01AM +0100, Federico Bruni wrote: > > IIRC, there is a kind of LilyPond foundation for that. > > No there is *NOT* a kind of foundation for this. > >

Re: Issue 37 - new work

2011-01-28 Thread Han-Wen Nienhuys
pressed send too soon. On Fri, Jan 28, 2011 at 4:14 PM, Han-Wen Nienhuys wrote: > On Fri, Jan 28, 2011 at 11:22 AM, Mike Solomon wrote: >> >> I cooked up this musical example that shows both responses to upward and >> downward pressure to give you an idea of where I'm coming from. >> >> Is ther

Re: Issue 37 - new work

2011-01-28 Thread Han-Wen Nienhuys
On Fri, Jan 28, 2011 at 11:22 AM, Mike Solomon wrote: > > I cooked up this musical example that shows both responses to upward and > downward pressure to give you an idea of where I'm coming from. > > Is there a way to get this type of collision avoidance w/o a 2nd quanting > pass? You are now

Re: Issue 37 - new work

2011-01-28 Thread Han-Wen Nienhuys
On Fri, Jan 28, 2011 at 11:43 AM, Graham Percival wrote: >> > I cooked up this musical example that shows both responses to upward >> > and downward pressure to give you an idea of where I'm coming from. >> > >> > Is there a way to get this type of collision avoidance w/o a 2nd >> > quanting pass?

Re: Issue 37 - new work

2011-01-28 Thread Graham Percival
On Fri, Jan 28, 2011 at 04:18:16PM -0200, Han-Wen Nienhuys wrote: > On Fri, Jan 28, 2011 at 11:43 AM, Graham Percival > wrote: > >  lilypond -p 0 my_file.ly    % for quick work > >  lilypond -p 2 my_file.ly    % for a draft to print out > >  lilypond -p 9 my_file.ly    % for the final score > > I

Re: Issue 37 - new work

2011-01-28 Thread Han-Wen Nienhuys
On Fri, Jan 28, 2011 at 4:43 PM, Graham Percival wrote: > On Fri, Jan 28, 2011 at 04:18:16PM -0200, Han-Wen Nienhuys wrote: >> On Fri, Jan 28, 2011 at 11:43 AM, Graham Percival >> wrote: >> >  lilypond -p 0 my_file.ly    % for quick work >> >  lilypond -p 2 my_file.ly    % for a draft to print ou

Re: Issue 37 - new work

2011-01-28 Thread Graham Percival
On Fri, Jan 28, 2011 at 05:42:56PM -0200, Han-Wen Nienhuys wrote: > On Fri, Jan 28, 2011 at 4:43 PM, Graham Percival > wrote: > > That's actually precisely why I'm suggesting a > >  -p X > > option.  People (generally) aren't going to look into the depths > > that's even worse, because people tha

Re: Issue 37 - new work

2011-01-28 Thread Han-Wen Nienhuys
On Fri, Jan 28, 2011 at 6:01 PM, Graham Percival wrote: > On Fri, Jan 28, 2011 at 05:42:56PM -0200, Han-Wen Nienhuys wrote: >> On Fri, Jan 28, 2011 at 4:43 PM, Graham Percival >> wrote: >> > That's actually precisely why I'm suggesting a >> >  -p X >> > option.  People (generally) aren't going to

Re: Issue 37 - new work

2011-01-28 Thread Graham Percival
On Fri, Jan 28, 2011 at 07:26:14PM -0200, Han-Wen Nienhuys wrote: > On Fri, Jan 28, 2011 at 6:01 PM, Graham Percival > wrote: > > I see nothing wrong with providing "easy-to-use" optimization > > levels, as long as it's possible to "dig down" and find out what > > they all do.  I've happily used -

Re: remove bar-size and replace its usage by bar-extent (issue4025044)

2011-01-28 Thread benko . pal
all suggestions implemented, thanks all! http://codereview.appspot.com/4025044/ ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Issue 37 - new work

2011-01-28 Thread Mike Solomon
On Jan 28, 2011, at 6:12 PM, Mike Solomon wrote: > On Jan 28, 2011, at 1:15 PM, Han-Wen Nienhuys wrote: > >> pressed send too soon. >> >> On Fri, Jan 28, 2011 at 4:14 PM, Han-Wen Nienhuys wrote: >>> On Fri, Jan 28, 2011 at 11:22 AM, Mike Solomon wrote: I cooked up this musical examp

scheme extension for playback experiments

2011-01-28 Thread Dennis Raddle
I am completely new to LilyPond, but it seems like a good way to get beautiful notation, and, I hope, experiment with playback algorithms that add human touch. What I wonder is whether the Scheme extension language would let me easily examine the notes, dynamics, hairpins, articulations, and orname

[GUB] Github tracker issue

2011-01-28 Thread Patrick McCarty
Hello, I meant to post this to -devel a while ago, but I opened a Github tracker issue for GUB. Here's the link: https://github.com/janneke/gub/issues#issue/2 Thanks, Patrick ___ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org