Re: Missing Fonts

2002-10-19 Thread Vera Childs
On Sat, 19 Oct 2002 21:19:29 +0200 Mats Bengtsson <[EMAIL PROTECTED]> wrote: > This all looks OK! If you built Lilypond yourself, you > also have to build Type1 versions of the fonts to get > good-looking PDF files. To do that, you need to install > mftrace (see INSTALL.txt) and run Oh, so that's

Re: Missing Fonts

2002-10-19 Thread Vera Childs
On Sat, 19 Oct 2002 14:53:50 +0200 Mats Bengtsson <[EMAIL PROTECTED]> wrote: > - What is the environment variable $TEXMF set to? $ echo $TEXMF {/opt/programs/share/lilypond/1.7.3,{/opt/programs/share/lilypond/1.7.3 ,!!/usr/share/texmf}} > - What does the command 'kpsewhich feta20.mf' return? $ k

Multimeasure rest style

2002-11-06 Thread Vera Childs
I'm been searching the documentation, trying to figure out why my 10 measure rest (\property Score.skipBars = ##t R*10) was using a style I did not want. I finally figured out that making it 11 measures gives me the style I want, and anything over 10 gives me that style. Anything 10 and under gi

Re: Multimeasure rest style

2002-11-06 Thread Vera Childs
On 11/6/2002 at 5:37 PM Mats Bengtsson wrote: >This will give you a list of all properties related to this >particular object type and somewhere in the list, you will >find the property "expand-limit", which is exactly what you're >looking for. That's it! Thank you very much! -Vera

Re: Lilypond and Mandrake 9.0

2002-12-05 Thread Vera Childs
On Wednesday 04 December 2002 03:12 am, s.abeccara wrote: > but it didn't work, as the compiler does not recognise the keyword > "FLEX_STD". I had this problem too. I just replaced "FLEX_STD" in that patch with "std::" (or you could probably do a #define, but I did it the hard way:). The ultimat