[PATCH] Re: Why is it _still_ so freaking hard to get info with images?

2009-03-17 Thread John Mandereau
David Kastrup wrote: So it would appear to be a problem that fc-match first finds the true type fonts installed by Canorus, and then this first match is subsequently thrown away by grep -v. So I think you need to figure out how to tell fc-match to prefer Type1 over TrueType, or how to make it

Re: an LM update

2009-03-17 Thread James E. Bailey
On 17.03.2009, at 00:47, Carl D. Sorensen wrote: On 3/16/09 11:52 AM, James E. Bailey derhindem...@googlemail.com wrote: On 16.03.2009, at 16:43, Graham Percival wrote: c) Can we just make the change so that more people aren't confused by the issue. (I've answered another

Re: (de)cresendi syntax

2009-03-17 Thread Mats Bengtsson
Graham Percival wrote: I'm not sure why we have both \cr and \. If the two really are equivalent, one ought to be deprecated before it is ultimately removed. I have a vague notion that \cr *was* deprecated. No! If you look in ly/spanners-init.ly, you will see that \cr is used

Re: an LM update

2009-03-17 Thread Trevor Daniels
Hi James You wrote Tuesday, March 17, 2009 9:00 AM On 17.03.2009, at 00:47, Carl D. Sorensen wrote: On 3/16/09 11:52 AM, James E. Bailey derhindem...@googlemail.com wrote: On 16.03.2009, at 16:43, Graham Percival wrote: c) Can we just make the change so that more people aren't

Re: (de)cresendi syntax

2009-03-17 Thread Valentin Villenave
Le 16 mars 2009 16:31, Graham Percival gra...@percival-music.ca a écrit : I don't think anybody else has replied, so I'll take a stab at it. I've been working at a draft reply for a few days, but never found what I was looking for. What about reserving \ \ \!  **only** for hairpins, and \cr

Re: [PATCH] Re: Why is it _still_ so freaking hard to get info with images?

2009-03-17 Thread David Kastrup
John Mandereau john.mander...@gmail.com writes: David Kastrup wrote: So it would appear to be a problem that fc-match first finds the true type fonts installed by Canorus, and then this first match is subsequently thrown away by grep -v. So I think you need to figure out how to tell

polyphonic shorthand; line-spanner-interface in Hairpin

2009-03-17 Thread Kieren MacMillan
Hello, Thanks to Carl's patient help, I've successfully submitted my first patch as a Frog! insert sound of trumpets, throw confetti, etc. 1. For my next task, I was thinking of fixing the polyphonic shorthand. Unfortunately, searching the tree for gives a couple of thousand hits...

Re: polyphonic shorthand; line-spanner-interface in Hairpin

2009-03-17 Thread Mats Bengtsson
Kieren MacMillan wrote: Hello, Thanks to Carl's patient help, I've successfully submitted my first patch as a Frog! insert sound of trumpets, throw confetti, etc. 1. For my next task, I was thinking of fixing the polyphonic shorthand. Unfortunately, searching the tree for gives a

Re: polyphonic shorthand; line-spanner-interface in Hairpin

2009-03-17 Thread Kieren MacMillan
Hi Mats, the bottom line is that the actual job is done in voicify-chord and voicify-list in scm/music-functions.scm. Thanks for the hint *and* the search lesson! =) 2. Can Hairpin inherit line-spanner-interface? If so, can this be done in Scheme, or does it require C++? It already has

Re: polyphonic shorthand; line-spanner-interface in Hairpin

2009-03-17 Thread Mats Bengtsson
Kieren MacMillan wrote: 2. Can Hairpin inherit line-spanner-interface? If so, can this be done in Scheme, or does it require C++? It already has the line-interface and the spanner-interface as well as 3 other interfaces. Exactly what are you missing in the Hairpin? I'd like to be able to

Re: polyphonic shorthand; line-spanner-interface in Hairpin

2009-03-17 Thread Kieren MacMillan
Hi Mats, Implementing such a feature by first trying to translate the duration into a numerical value and then set the padding doesn't seem like the best solution to me. For example, how do you handle the situation where there's a line break inbetween? I'd rather go for a solution that

Re: polyphonic shorthand; line-spanner-interface in Hairpin

2009-03-17 Thread Carl D. Sorensen
On 3/17/09 7:24 AM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Hi Mats, Implementing such a feature by first trying to translate the duration into a numerical value and then set the padding doesn't seem like the best solution to me. For example, how do you handle the

Re: unbeamed 128th note is also unflagged

2009-03-17 Thread Francisco Vila
2009/3/17 Patrick McCarty pnor...@gmail.com: On Mon, Mar 16, 2009 at 11:58 AM, Francisco Vila paconet@gmail.com wrote: 2009/3/16 David Bobroff bobr...@centrum.is: I'm getting this same problem on 2.12.2 with the PDF.  I also get: warning: flag `d7' not found This is with version

Re: unbeamed 128th note is also unflagged

2009-03-17 Thread Neil Puttock
2009/3/17 Francisco Vila paconet@gmail.com: 2009/3/17 Patrick McCarty pnor...@gmail.com: On Mon, Mar 16, 2009 at 11:58 AM, Francisco Vila paconet@gmail.com wrote: 2009/3/16 David Bobroff bobr...@centrum.is: I'm getting this same problem on 2.12.2 with the PDF.  I also get: warning:

Re: polyphonic shorthand; line-spanner-interface in Hairpin

2009-03-17 Thread Joe Neeman
On Tue, 2009-03-17 at 06:55 -0400, Kieren MacMillan wrote: Hello, Thanks to Carl's patient help, I've successfully submitted my first patch as a Frog! insert sound of trumpets, throw confetti, etc. 1. For my next task, I was thinking of fixing the polyphonic shorthand. Unfortunately,

Re: polyphonic shorthand; line-spanner-interface in Hairpin

2009-03-17 Thread Kieren MacMillan
Hi Carl, One issue that comes up in your proposal is that a 1/16 note column does not take up 1/16 of a whole note column. So exactly what space are you thinking you want? In the perfect scenario, I suppose Lilypond would Do The Right Thing: 1. If there were another music event at the

Re: polyphonic shorthand; line-spanner-interface in Hairpin

2009-03-17 Thread Carl D. Sorensen
On 3/17/09 3:48 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Hi Carl, One issue that comes up in your proposal is that a 1/16 note column does not take up 1/16 of a whole note column. So exactly what space are you thinking you want? In the perfect scenario, I suppose

Re: [PATCH] Re: Why is it _still_ so freaking hard to get info with images?

2009-03-17 Thread David Kastrup
David Kastrup d...@gnu.org writes: John Mandereau john.mander...@gmail.com writes: David Kastrup wrote: So it would appear to be a problem that fc-match first finds the true type fonts installed by Canorus, and then this first match is subsequently thrown away by grep -v. So I think you

Re: polyphonic shorthand; line-spanner-interface in Hairpin

2009-03-17 Thread Joe Neeman
On Tue, 2009-03-17 at 16:47 -0600, Carl D. Sorensen wrote: On 3/17/09 3:48 PM, Kieren MacMillan kieren_macmil...@sympatico.ca wrote: Hi Carl, One issue that comes up in your proposal is that a 1/16 note column does not take up 1/16 of a whole note column. So exactly what space

Re: polyphonic shorthand; line-spanner-interface in Hairpin

2009-03-17 Thread Carl D. Sorensen
Thanks, Joe. I think this may be what Kieren needs. I'm pretty sure he wants to just adjust the length of the hairpin without adjusting the spacing. Carl On 3/17/09 6:40 PM, Joe Neeman joenee...@gmail.com wrote: On Tue, 2009-03-17 at 16:47 -0600, Carl D. Sorensen wrote: On 3/17/09 3:48