Re: AFM font handling corrected?

2003-07-29 Thread Rune Zedeler
Han-Wen Nienhuys wrote: IIRC the 1000 in an AFM is relative to either the design size or the baselineskip of the font. Isn't an em 10pt in cmr10? I tried to (dirtily) hack afm.cc to multiply the sizes by 10 if the font is CMR10. It does not give exactly the same results with and without the afm-

Re: AFM font handling corrected?

2003-07-29 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Rune Zedeler wrote: > > >> I just want to make sure if someone has looked at the handling > >> of AFM font metrics files. > > The problem (afaics) is that lilypond assumes that sizes are given in > 1/1000 points whereas they in fact ARE given in 1/1000 ems. (em is >

Re: AFM font handling corrected?

2003-07-29 Thread Rune Zedeler
Rune Zedeler wrote: I just want to make sure if someone has looked at the handling of AFM font metrics files. The problem (afaics) is that lilypond assumes that sizes are given in 1/1000 points whereas they in fact ARE given in 1/1000 ems. (em is defined as the width of "M". Though in the attach

Re: AFM font handling corrected?

2003-07-29 Thread Rune Zedeler
Mats Bengtsson wrote: I just want to make sure if someone has looked at the handling of AFM font metrics files. I didn't manage to build lily at the uni, but I copied the afm-file to my own machine - at it DID NOT work. The text gets zero width (or almost, at least). I have attached one of the p

gcc 3.1 and flex 2.5.4

2003-07-29 Thread Rune Zedeler
Should the lexer-gcc-3.1.sh be in a working condition in current cvs? I cannot get it to work. First time i run it (before configure) i get an error about a missing file, and second time it configures correctly but when I make I get a bucnh of flex errors. ... de/python2.2 -I/users/rz/usr/i686/i

parse error

2003-07-29 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > In order to verify Mats' request, I tried building lilypond at the > university. > > ... > rm -f ./out/libc-extension.dep; > DEPENDENCIES_OUTPUT="./out/libc-extension.dep ./out/libc-extension.o" > g++ -c -DHAVE_CONFIG_H -Iinclude -I./out -I../flower/include > -I.

parse error

2003-07-29 Thread Rune Zedeler
In order to verify Mats' request, I tried building lilypond at the university. ... rm -f ./out/libc-extension.dep; DEPENDENCIES_OUTPUT="./out/libc-extension.dep ./out/libc-extension.o" g++ -c -DHAVE_CONFIG_H -Iinclude -I./out -I../flower/include -I../flower/./out -I/users/kaja/texlive/Maste

Re: page break?

2003-07-29 Thread Laura Conrad
> "Simon" == Simon G P Bailey <[EMAIL PROTECTED]> writes: Simon> try putting it in one of the staff meta objects (\piece Simon> ="\newpage part II") Simon> that's how i got round this problem when i was using plain Simon> lilypond for multipart scores... Thanks. \header{pie

Re: page break?

2003-07-29 Thread Laura Conrad
> "Mats" == Mats Bengtsson <[EMAIL PROTECTED]> writes: Mats> If you want a page break in the text part (i.e. outside the Mats> \begin{lilypond}\end{lilypond} section) of the document, Mats> just issue the LaTeX command \clearpage or \newpage. I know, it's so easy in lilypond-book.

Re: page break?

2003-07-29 Thread Mats Bengtsson
If you want a page break in the text part (i.e. outside the \begin{lilypond}\end{lilypond} section) of the document, just issue the LaTeX command \clearpage or \newpage. /Mats Laura Conrad wrote: "Mats" == Mats Bengtsson <[EMAIL PROTECTED]> writes: Mats> It certainly works here, both with

Re: page break?

2003-07-29 Thread Simon G. P. Bailey
try putting it in one of the staff meta objects (\piece ="\newpage part II") that's how i got round this problem when i was using plain lilypond for multipart scores... hth, simon. On Tue, 2003-07-29 at 16:48, Laura Conrad wrote: > > "Mats" == Mats Bengtsson <[EMAIL PROTECTED]> writes: > >

Re: page break?

2003-07-29 Thread Laura Conrad
> "Mats" == Mats Bengtsson <[EMAIL PROTECTED]> writes: Mats> It certainly works here, both with 1.6.11 and 1.7.late. Mats> I picked a score at random, inserted a \newpage in the Mats> \notes{} section and it certainly gives a page break, both Mats> when I use ly2dvi and when I

Re: page break?

2003-07-29 Thread Mats Bengtsson
It certainly works here, both with 1.6.11 and 1.7.late. I picked a score at random, inserted a \newpage in the \notes{} section and it certainly gives a page break, both when I use ly2dvi and when I include it in a LaTeX wrapper with lilypondfile{}. Of course, you have to remember that the \newpage

Re: mftrace version checking

2003-07-29 Thread Laura Conrad
> "Han-Wen" == Han-Wen Nienhuys <[EMAIL PROTECTED]> writes: >> I'm attempting to install from CVS on a debian that's a mix of stable >> and unstable. I got a message that said: >> >> WARNING: Please consider installing optional programs: mftrace >> >= 1.0.17 (installed: 1

page break?

2003-07-29 Thread Laura Conrad
I'm doing something without lilypond-book for a change, and I need to force a page break. I've tried putting \newpage into the \notes{}, which doesn't seem to affect anything at all. I also tried the code from input/regression/between-systems.ly: \context Score \outputproperty #(make-ty