Re: CVS 2004-12-29 22:58 compilation error

2005-01-02 Thread Werner LEMBERG
> > > On my system `pkg-config --cflags pangoft2' correctly returns > > > the path to the top pango header directory > > > (-I/usr/local/include/pango-1.0). A missing call to pkg-config? After further inspection I found this problematic code in configure.in: # This is developer only anyway, h

about some markup commands

2005-01-02 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > Hi. > In scm/define-markup-commands.scm, > \sharp, \flat, etc. and \note-by-number are > looking up wrong glyph-strings (in CVS). > I attatch a patch for this problem. > > Tatsuya. Thanks! -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanw

Re: FYI pango/font status

2005-01-02 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > * Remove all support code for encoding within LilyPond. [...] > > Encoding is either handled by (La)TeX, or by Pango. This means > > that > > > > \encoding > > > > will disappear, as will the inputencoding field in \layout{} > > We need a new command to se

Re: UTF8 and (La)TeX backend?

2005-01-02 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes: > > > > how do you think we should handle encoding for the TeX backend? I > > > am tempted to just dump > > > > > > \usepackage[utf8]{inputenc} > > > > > > [...] > > > > > > we still need to do something with encoding, to > > > > > > 1. dump the appropriate \usepackage

about some markup commands

2005-01-02 Thread tats_ono
Hi. In scm/define-markup-commands.scm, \sharp, \flat, etc. and \note-by-number are looking up wrong glyph-strings (in CVS). I attatch a patch for this problem. Tatsuya. patch Description: Binary data ___ lilypond-devel mailing list lil

Re: FYI pango/font status

2005-01-02 Thread Werner LEMBERG
> * Remove all support code for encoding within LilyPond. [...] > Encoding is either handled by (La)TeX, or by Pango. This means > that > > \encoding > > will disappear, as will the inputencoding field in \layout{} We need a new command to select the backend -- I propose \TeXformat and

Re: UTF8 and (La)TeX backend?

2005-01-02 Thread Werner LEMBERG
> > how do you think we should handle encoding for the TeX backend? I > > am tempted to just dump > > > > \usepackage[utf8]{inputenc} > > > > [...] > > > > we still need to do something with encoding, to > > > > 1. dump the appropriate \usepackage headings > > > > 2. select a reasonable guessti

Re: utf8 vs. latin1

2005-01-02 Thread Werner LEMBERG
> I thought that you had once told me that that Latin1 is a subset of > UTF-8. Latin1 is a subset of *Unicode*, not of UTF-8. Any character code >= 0x80 is represented with two or more bytes in UTF-8. > Or should we be using a different unicode->bytes layout scheme? Where exactly is the proble

Re: CVS 2004-12-29 22:58 compilation error

2005-01-02 Thread Werner LEMBERG
> > On my system `pkg-config --cflags pangoft2' correctly returns the > > path to the top pango header directory > > (-I/usr/local/include/pango-1.0). > > > > A missing call to pkg-config? > > did you rerun autoconf and do configure once again? I *always* start with a fresh CVS, doing ./autogen.