Re: abort in framework-ps.scm

2006-03-28 Thread Han-Wen Nienhuys
Werner LEMBERG wrote: I just upgraded to Fedora 5, and now I get CJK problems too. What do you suggest as a solution? A font is accessed as CIDFont if the font doesn't support glyphnames. Two issues. . If we include a TrueType font as Type 42, it must contain a /CharStrings dictionary w

Re: abort in framework-ps.scm

2006-03-28 Thread Werner LEMBERG
> > . If we include a TrueType font as Type 42, it must contain a > > /CharStrings dictionary which assigns glyph names to all > > glyphs. With other words, there are always glyph names. > > Since lilypond builds the Type 42 by itself, it should > > automatically have access to t

Re: abort in framework-ps.scm

2006-03-28 Thread Han-Wen Nienhuys
Werner LEMBERG wrote: . If we include a TrueType font as Type 42, it must contain a /CharStrings dictionary which assigns glyph names to all glyphs. With other words, there are always glyph names. Since lilypond builds the Type 42 by itself, it should automatically have access

Re: abort in framework-ps.scm

2006-03-28 Thread Han-Wen Nienhuys
Werner LEMBERG wrote: . If we include a TrueType font as Type 42, it must contain a /CharStrings dictionary which assigns glyph names to all glyphs. With other words, there are always glyph names. Since lilypond builds the Type 42 by itself, it should automatically have access

Re: Still unable to Start Lilypond

2006-03-28 Thread Han-Wen Nienhuys
Unfortunately, windows 98 is in the 'unsupported' category. Sometimes it works, but we lack the time and inclination to really make it work. Consider upgrading eg. to windows ME or XP. Robin wrote: Mats, Windows 98 SE and it is 2.8.0-5 I hope this gets to the list. Robin Mats Bengt

Re: version 2.8.0 midi2ly / raggedright

2006-03-28 Thread Mats Bengtsson
Quoting Luc <[EMAIL PROTECTED]>: working with lilypond version 2.8.0 under windows XP Home Edition I made the following experience: - the option "\layout {raggedright = ##t}" is not honored any more It is, as far as I know. Possibly, you need a space between the t and the }. /Mats _

Re: abort in framework-ps.scm

2006-03-28 Thread Werner LEMBERG
> I did this in CVS. Note that the table stops at FFE5; should I also > print uni1 glyphs, or is something else amiss? For Unicode values > 0x you have to use `uX' instead of `uniX'. Werner ___ bug-lilypond mailing list bug-lil

Re: abort in framework-ps.scm

2006-03-28 Thread Werner LEMBERG
> > Use FT_Select_Charmap(face, FT_ENCODING_UNICODE) to select a Unicode > > cmap, then loop over all input character codes with > > FT_Get_First_Char() and FT_Get_Next_Char(). Those two functions > > return the glyph index also. > > Ah, yes, actually, I already had this code. Doesn't freetype s

Re: abort in framework-ps.scm

2006-03-28 Thread Han-Wen Nienhuys
Werner LEMBERG wrote: Use FT_Select_Charmap(face, FT_ENCODING_UNICODE) to select a Unicode cmap, then loop over all input character codes with FT_Get_First_Char() and FT_Get_Next_Char(). Those two functions return the glyph index also. Ah, yes, actually, I already had this code. Doesn't freetyp

Re: version 2.8.0 midi2ly / raggedright

2006-03-28 Thread Graham Percival
On 28-Mar-06, at 8:11 AM, Mats Bengtsson wrote: Quoting Luc <[EMAIL PROTECTED]>: working with lilypond version 2.8.0 under windows XP Home Edition I made the following experience: - the option "\layout {raggedright = ##t}" is not honored any more It is, as far as I know. Possibly, you nee

Re: Latexism inthe Glossary

2006-03-28 Thread Graham Percival
On 26-Mar-06, at 1:04 AM, Cameron Horsburgh wrote: In the Music Glossary '1.108 functional harmony' a piece of old latex code has crept into the example. I've had a look throughout the rest of the glossary, and this seems to be the only example. Hmm. What should it be? ... should it be D w

Re: Rest at start breaks lyric spacing

2006-03-28 Thread Graham Percival
If it confused you, then it isn't too minor. However, I'm not familiar with this issue, or vocal stuff at all. Please look at chapter 7 and figure out exactly where this material should be placed. In addition, please tell me exactly what text I should insert. Cheers, - Graham On 25-Mar-06,

programming error: Improbable offset for stencil:

2006-03-28 Thread Laura Conrad
The attached lilypond file gives a bunch of errors of the form: programming error: Improbable offset for stencil: -1073741857.60 staff space Setting to zero. continuing, cross fingers and then comes up with a pdf file where the first system is illegible.

Re: abort in framework-ps.scm

2006-03-28 Thread Werner LEMBERG
> >> Also, should I reset the encoding after I'm done? > > > > Why? FT_Done_Face takes care of charmap objects also, IIRC. > > Because the FT_Face comes out of Pango. I don't know if Pango enjoys > its fonts being changed. Aah, yes. I haven't thought of that. So restoring the cmap after use is

Re: Small caps not working

2006-03-28 Thread Colin Wilding
Hi Could you clarify for me what is happening with small caps, please? I can see a discussion a couple of weeks ago, at the end of which there was mention of a patch, but the regression test http://www.lilypond.org/doc/v2.8/input/test/lily-1268686205.ly is not showing the right result. Is this g