diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2004-11-18 23:02:23 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2004-11-18 23:02:23 +0000 |
commit | c659cb200486c2f908703696a1b2873e78c8160a (patch) | |
tree | 8fbc2ad04dda7f77f91d608bd9b09f176182935d /lily/chord-name-engraver.cc | |
parent | fe6b181832f78629fc2285dc1d23dccc7373e9ec (diff) |
* configure.in: Test for and accept lmodern if EC fonts not found.
* Debian lmodern support.
* scm/framework-tex.scm (font-load-command): TeX font name
mangling for latin1 encoded cork-lm fonts.
(convert-to-ps): Load lm.map if available.
* ly/paper-defaults.ly: Use cork-lm encoding if ec is not
available.
* scm/encoding.scm (coding-alist): Add cork-lm encoding.
* scm/font.scm: Add header. Autoload cork-lm and ec fonts if
available.
* lily/kpath.cc (ly_kpathsea_find_file): Rename. Do not use
path for absolute file name, that is silly.
* lily/score-engraver.cc (initialize):
Diffstat (limited to 'lily/chord-name-engraver.cc')
-rw-r--r-- | lily/chord-name-engraver.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lily/chord-name-engraver.cc b/lily/chord-name-engraver.cc index 7a78ed2443..7982645663 100644 --- a/lily/chord-name-engraver.cc +++ b/lily/chord-name-engraver.cc @@ -8,13 +8,11 @@ #include "engraver.hh" #include "chord-name.hh" -#include "event.hh" #include "output-def.hh" #include "font-interface.hh" #include "output-def.hh" #include "dimensions.hh" #include "item.hh" -#include "pitch.hh" #include "protected-scm.hh" #include "context.hh" #include "warn.hh" |