Re: Fix for proper C++ conformance

2005-10-06 Thread Erik Sandberg
On Wednesday 05 October 2005 08.10, Wiz Aus wrote: Managed to get all the lilypond code to at least *compile* now, although a long way off linking and running! All this does is ensure that member functions aren't stored directly as standalone function pointers - it creates a thunk or proxy

lyrics dashes

2005-10-06 Thread Werner LEMBERG
% % [EMAIL PROTECTED] \version 2.7.11 \header { texidoc = The dashes between syllables in lyrics produced by two hyphen characters are (sometimes?) too low compared to the default position of the hyphen. reportedin = 2.7.11' } \relative c' { c2 c | } \addlyrics { - --

Re: Spacing bug

2005-10-06 Thread Erik Sandberg
On Wednesday 05 October 2005 23.55, Wiz Aus wrote: From: Erik Sandberg [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: bug-lilypond@gnu.org CC: Mats Bengtsson [EMAIL PROTECTED], Wiz Aus [EMAIL PROTECTED] Subject: Re: Spacing bug Date: Wed, 5 Oct 2005 21:46:33 +0200 On Wednesday 05

Re: Spacing bug

2005-10-06 Thread Mats Bengtsson
Wiz Aus wrote: From: Erik Sandberg [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: bug-lilypond@gnu.org CC: Mats Bengtsson [EMAIL PROTECTED], Wiz Aus [EMAIL PROTECTED] Subject: Re: Spacing bug Date: Wed, 5 Oct 2005 21:46:33 +0200 On Wednesday 05 October 2005 10.23, Mats Bengtsson wrote:

Re: lyrics dashes

2005-10-06 Thread Han-Wen Nienhuys
Werner LEMBERG wrote: % % [EMAIL PROTECTED] \version 2.7.11 \header { texidoc = The dashes between syllables in lyrics produced by two hyphen characters are (sometimes?) too low compared to the default position of the hyphen. is there a standard way to detect the hyphen position? Or

Re: Illegal C++

2005-10-06 Thread Han-Wen Nienhuys
Wiz Aus wrote: Ok, now I'm trying to actually play with the lilypond code -- but it seems to be full of completely illegal C++ - like trying to cast class member functions to standalone functions etc. etc. The cases I've found so far are all very easy to fix, just by adding proxy function

Re: difficulties with installing

2005-10-06 Thread Jan Nieuwenhuizen
Timothy Heath writes: Solution 3: Is there any chance that the lilypond team might add all the ghostscript requirements to the autopackage? The autopackage developers advised us to remove libpng, as it would be installed on every Linux system. The 2.7.11 autopackage has libpng re-added but

Re: lyrics dashes

2005-10-06 Thread Werner LEMBERG
is there a standard way to detect the hyphen position? I don't think so. Contrary to the x-height of glyphs there is no necessity normally to get this value. Or should we shove - down pango, and take the BBox of that? This sounds like an excellent idea, since we not only get the right

Re: lyrics dashes

2005-10-06 Thread Han-Wen Nienhuys
Werner LEMBERG wrote: is there a standard way to detect the hyphen position? I don't think so. Contrary to the x-height of glyphs there is no necessity normally to get this value. Or should we shove - down pango, and take the BBox of that? This sounds like an excellent idea, since we

2.6.3.1 - autopackage fails, debuild fails

2005-10-06 Thread Gilles
Hi. This is a copy of a previous message to the user ML, to which I didn't receive any answer (because it was posted to the wrong ML?). Best regards, Gilles ---BeginMessage--- Hello. I tried to install the latest stable. Again, like a few months ago, I couldn't get very far with autopackage.

Re: 2.6.3.1 - autopackage fails, debuild fails

2005-10-06 Thread Jan Nieuwenhuizen
Gilles writes: This is a copy of a previous message to the user ML, to which I didn't receive any answer (because it was posted to the wrong ML?). Yes, this $ sh lilypond-2.6.3.1.x86.package /usr/libexec/autopackage/autosu-gtk: error while loading shared libraries: libgtk-x11-2.0.so.0:

Re: Illegal C++

2005-10-06 Thread Han-Wen Nienhuys
Wiz Aus wrote: Ok, now I'm trying to actually play with the lilypond code -- but it seems to be full of completely illegal C++ - like trying to cast class member functions to standalone functions etc. etc. The cases I've found so far are all very easy to fix, just by adding proxy function