Re: compilation failure with g++ 4.5

2010-03-06 Thread Jan Nieuwenhuizen
Op zondag 07-03-2010 om 06:44 uur [tijdzone +], schreef Graham Percival: > We saw this two weeks ago, and Jan seemed to think it was > premature: > http://lists.gnu.org/archive/html/lilypond-devel/2010-02/msg00401.html David was afraid this patch was possibly breaking the doc build. I found i

mac osx terminal instructions

2010-03-06 Thread James Bailey
Currently, the instructions on getting LilyPond up and running in a terminal on mac osx have the user create a script which calls the lilypond application, and then add the location of the script to the $PATH. Is there any advantage of this over just having the user add the location of the

Re: didn't know where to send this...

2010-03-06 Thread Werner LEMBERG
>> I had an idea for an improvement upon your lillypad program. I have >> a lot of poor quality music scans that I want to convert into your >> system and was wondering if there is already someone working on >> making a version that would convert scans into lili files. > > automatic recognition o

Re: compilation failure with g++ 4.5

2010-03-06 Thread Graham Percival
We saw this two weeks ago, and Jan seemed to think it was premature: http://lists.gnu.org/archive/html/lilypond-devel/2010-02/msg00401.html I have no knowledge of the actual code in question, so I'm not objecting to the commit; I just remembered the earlier discussion. Cheers, - Graham On Sat, M

compilation failure with g++ 4.5

2010-03-06 Thread Werner LEMBERG
[git commit 829d4293] Building lilypond with g++ 4.5 fails: spacing-spanner.cc: In static member function 'static std::vector Spacing_spanner::get_columns(Grob*)' spacing-spanner.cc:52:35: error: expected primary-expression before '*' token spacing-spanner.cc:52:36: error: expected primar

Re: website translation infrastructure

2010-03-06 Thread Francisco Vila
2010/3/5 Graham Percival : >> - website/ does not support auto language change. One has to click in >> "Other languages: whatever." > > No clue about this.  Somebody else can look up how this is done. > Is it apache?  Is it javascript? Apache, I think. Look at the end of lilypond.org.htaccess:

Re: * Unify fetaDynamic and fetaNumber into one fetaText encoding (issue248041)

2010-03-06 Thread Patrick McCarty
On Sat, Mar 6, 2010 at 2:07 PM, Valentin Villenave wrote: > On Sat, Mar 6, 2010 at 10:25 PM,   wrote: >> Since this commit removes the need for the feta-alphabet Type-1 fonts, >> we no longer need to distribute them, but that's something that can be >> done at a later time. > > Do you want me to o

Re: * Unify fetaDynamic and fetaNumber into one fetaText encoding (issue248041)

2010-03-06 Thread Valentin Villenave
On Sat, Mar 6, 2010 at 10:25 PM, wrote: > Since this commit removes the need for the feta-alphabet Type-1 fonts, > we no longer need to distribute them, but that's something that can be > done at a later time. Do you want me to open a tracker page about it? Cheers, Valentin __

Re: * Unify fetaDynamic and fetaNumber into one fetaText encoding (issue248041)

2010-03-06 Thread pnorcks
I just realized that this breaks the SVG backend, but I have a patch for that, so you don't need to worry about it. Thanks, Patrick On 2010/03/06 21:25:28, Patrick McCarty wrote: LGTM. Since this commit removes the need for the feta-alphabet Type-1 fonts, we no longer need to distribute t

Re: * Unify fetaDynamic and fetaNumber into one fetaText encoding (issue248041)

2010-03-06 Thread pnorcks
LGTM. Since this commit removes the need for the feta-alphabet Type-1 fonts, we no longer need to distribute them, but that's something that can be done at a later time. Thanks, Patrick On 2010/03/05 15:13:25, hanwenn wrote: Hey - can you look again, in addition to failing the upload I als

Re: Show how to properly support the Gonville font. (issue246041)

2010-03-06 Thread Carl Sorensen
On 3/6/10 12:34 PM, "hanw...@gmail.com" wrote: > Em 06/03/2010 15:01, Graham Percival escreveu: > >>> Example in input/gonville.ly; it is not part of the regtest, since we >> >>> currently do not ship Gonville. > `> >> input/ is for developers only.  If this is intended to be part of >> >

Re: Re: Show how to properly support the Gonville font. (issue246041)

2010-03-06 Thread hanwenn
Em 06/03/2010 15:01, Graham Percival escreveu: > Example in input/gonville.ly; it is not part of the regtest, since we > currently do not ship Gonville. `> input/ is for developers only. If this is intended to be part of the user docs, please add it to Documentation/included/ inst

Re: Testing needed for 2.13.15

2010-03-06 Thread Graham Percival
On Fri, Mar 05, 2010 at 10:45:18PM +, James wrote: > Now this is what I get. > > james-iMac:~ james$ > ../../../../Applications/LilyPond.app/Contents/Resources/bin/lilypond > /Users/james/Desktop/lilytest/Untitled.ly > > GNU LilyPond 2.13.14 > Segmentation fault Could you try adding a -v or

Re: Testing needed for 2.13.15

2010-03-06 Thread Graham Percival
On Sat, Mar 06, 2010 at 11:10:40AM +0100, Valentin Villenave wrote: > On Thu, Mar 4, 2010 at 11:19 PM, Patrick McCarty wrote: > > Any volunteers to test on Mac OS X or Windows (or Wine)?  I'm pretty > > sure this works okay on GNU/Linux systems. > > I'm getting a segfault on GNU/Linux x86_64 when

Re: Show how to properly support the Gonville font. (issue246041)

2010-03-06 Thread Graham Percival
On Fri, Mar 05, 2010 at 05:38:49AM +, hanw...@gmail.com wrote: > I didnt see the mail from the review come through, so: please review. Dunno what's up with your git-cl or whatever, so I'll respond here. > Example in input/gonville.ly; it is not part of the regtest, since we > currently do not

Re: didn't know where to send this...

2010-03-06 Thread Colin Campbell
Valentin Villenave wrote: On Thu, Mar 4, 2010 at 8:06 PM, James Winslow wrote: I had an idea for an improvement upon your lillypad program. I have a lot of poor quality music scans that I want to convert into your system and was wondering if there is already someone working on making a versi

Re: Show how to properly support the Gonville font. (issue246041)

2010-03-06 Thread Han-Wen Nienhuys
For some reasonn, the side-by-side diffs are broken, but the inline ones seem to work. Maybe I should update my version of git-cl. On Sat, Mar 6, 2010 at 12:58 PM, wrote: > I've reviewed the stuff I could, and it looks good to me. > > However, none of the .scm files were available for review. >

Re: didn't know where to send this...

2010-03-06 Thread Valentin Villenave
On Thu, Mar 4, 2010 at 8:06 PM, James Winslow wrote: > I had an idea for an improvement upon your lillypad program. I have a lot of > poor quality music scans that I want to convert into your system and was > wondering if there is already someone working on making a version that would > convert sc

Re: website translation infrastructure

2010-03-06 Thread Valentin Villenave
On Sat, Mar 6, 2010 at 12:35 PM, Jean-Charles Malahieude wrote: > I'm already in it. But it's one file at a time. > Valentin, if you wish, I can send you patches of what is done until now. Definitely. I'm more than willing to help translating the website. Cheers, Valentin _

Show how to properly support the Gonville font. (issue246041)

2010-03-06 Thread hanwenn
Reviewers: , Message: Hi, I didnt see the mail from the review come through, so: please review. Description: Show how to properly support the Gonville font. Example in input/gonville.ly; it is not part of the regtest, since we currently do not ship Gonville. This still does not work for alpha

didn't know where to send this...

2010-03-06 Thread James Winslow
I had an idea for an improvement upon your lillypad program. I have a lot of poor quality music scans that I want to convert into your system and was wondering if there is already someone working on making a version that would convert scans into lili files. -- ~James Winslow Sylvania, OH 43560 Ce

Re: website translation infrastructure

2010-03-06 Thread Jean-Charles Malahieude
Le 06/03/2010 11:08, Valentin Villenave disait : On Fri, Mar 5, 2010 at 2:44 PM, Graham Percival wrote: If we replaced the main website with this one right now, would you complain about anything? If so, could you do anything to help the situation? List issues, discuss potential fixes, and w

Re: website translation infrastructure

2010-03-06 Thread Graham Percival
On Sat, Mar 06, 2010 at 11:08:02AM +0100, Valentin Villenave wrote: > On Fri, Mar 5, 2010 at 2:44 PM, Graham Percival > wrote: > > If we replaced the main website with this one right now, would you > > complain about anything?  If so, could you do anything to help the > > situation?  List issues,

Re: Testing needed for 2.13.15

2010-03-06 Thread Valentin Villenave
On Thu, Mar 4, 2010 at 11:19 PM, Patrick McCarty wrote: > Any volunteers to test on Mac OS X or Windows (or Wine)?  I'm pretty > sure this works okay on GNU/Linux systems. Greetings Patrick, I'm getting a segfault on GNU/Linux x86_64 when compiling the docs: with today's git, it looks like a fon

Re: website translation infrastructure

2010-03-06 Thread Valentin Villenave
On Fri, Mar 5, 2010 at 2:44 PM, Graham Percival wrote: > If we replaced the main website with this one right now, would you > complain about anything?  If so, could you do anything to help the > situation?  List issues, discuss potential fixes, and work on patches. I can't figure out how to make