Re: Tie formatting

2006-02-05 Thread Erlend Aasland
Hi Han-wen, and thanks for your comments.On 2/6/06, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: Some comments,(tie2.patch)+   if (abs (pos) < 3 * Staff_symbol_referencer::staff_radius(details_.staff_symbol_referencer_))why the 3 ? I take it you mean    <= 2 * ...Hmmm, I think you're right.Maybe we

2.7.30-1, 2.7.31-2 Lilypond script error?

2006-02-05 Thread Paul Scott
With GUB (i386) versions 2.7.30-1 and 2.7.31-2 invoking lilypond (/usr/local/bin/lilypond) gives: /usr/local/bin/lilypond: line 3: 8611 Illegal instruction "/usr/local/lilypond/usr/bin/lilypond" "$@" With the CVS version /usr/local/bin/lilypond is a binary file. With the GUB versions I

Re: Tie formatting

2006-02-05 Thread Han-Wen Nienhuys
Erlend Aasland wrote: Hi, The new tie code will produce very nice ties in many cases, but there is still a lot of cases where ties are misplaced (see attached file tie.ly Hi Erlend, really cool that someone is taking the effort to take a look at the Tie code, which I imagine is rather esot

Re: OS X linker errors

2006-02-05 Thread Don Blaheta
Quoth Robert T Wyatt: > Jan Nieuwenhuizen wrote: > > Don Blaheta writes: > >> "_FT_Load_Sfnt_Table" in, but it's not finding it:> > > > >> ld: Undefined symbols: > >> _FT_Load_Sfnt_Table > >> make[1]: *** [out/lilypond] Error 1 > >> make: *** [all] Error 2 > > > > That's supposed to be comi

Re: Tie formatting

2006-02-05 Thread Erlend Aasland
Forgot the pngs. (Sorry 'bout all the attachments.)On 2/5/06, Erlend Aasland <[EMAIL PROTECTED]> wrote: Hi,The new tie code will produce very nice ties in many cases, but there is still a lot of cases where ties are misplaced (see attached file tie.ly). For example, ties that are outside the staf

Tie formatting

2006-02-05 Thread Erlend Aasland
Hi,The new tie code will produce very nice ties in many cases, but there is still a lot of cases where ties are misplaced (see attached file tie.ly). For example, ties that are outside the staff are often placed too high or low. That is the issue I've tried to adress with patch 1 and 2. The third

Re: OS X linker errors

2006-02-05 Thread Robert T Wyatt
Jan Nieuwenhuizen wrote: Don Blaheta writes: "_FT_Load_Sfnt_Table" in, but it's not finding it:> ld: Undefined symbols: _FT_Load_Sfnt_Table make[1]: *** [out/lilypond] Error 1 make: *** [all] Error 2 That's supposed to be coming grom libfreetype6 $ nm /usr/lib/libfreetype.a | grep F

\epsfile works!

2006-02-05 Thread Matevz Jekovec
Hi to all! I finally managed to import some eps graphics into my document with the latest Lily. The "import a picture with GIMP and export it to eps, so Lily can import it" works fluently. My scores are much more attractive with a picture on the first page or right before the score now (this is so

Re: Missing isnan, isinf?

2006-02-05 Thread Han-Wen Nienhuys
Don Blaheta wrote: ideas? And presumably you need a workaround for people who aren't we use gcc 4.0 to build the GUB binaries. -- Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen ___ lilypond-devel mailing list lilypond-devel

Re: music macros?

2006-02-05 Thread Han-Wen Nienhuys
Erik Sandberg wrote: Why not let internal_ly_parse_scm return the un-evalled expression, and delaying all evaluations to after parsing? That would make it impossible to manipulate the parser or the lexer froma .ly file. How would you override the toplevel handlers, for instance, or parse

Re: OS X linker errors

2006-02-05 Thread Jan Nieuwenhuizen
Don Blaheta writes: > "_FT_Load_Sfnt_Table" in, but it's not finding it:> > ld: Undefined symbols: > _FT_Load_Sfnt_Table > make[1]: *** [out/lilypond] Error 1 > make: *** [all] Error 2 That's supposed to be coming grom libfreetype6 $ nm /usr/lib/libfreetype.a | grep FT_Load_Sfnt_Table 000