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-tremolo-iterator.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-tremolo-iterator.cc')
-rw-r--r-- | lily/chord-tremolo-iterator.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lily/chord-tremolo-iterator.cc b/lily/chord-tremolo-iterator.cc index aa19347471..36e8697426 100644 --- a/lily/chord-tremolo-iterator.cc +++ b/lily/chord-tremolo-iterator.cc @@ -13,8 +13,9 @@ subclassing proved to be too difficult. */ -#include "input.hh" #include "chord-tremolo-iterator.hh" + +#include "input.hh" #include "repeated-music.hh" void |