X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fopen-type-font.cc;h=3d007be81130ea1bf76063ab9da61252931bcf77;hb=840936be1b28526ef292b5dae8ae031b4fa587f9;hp=3bd52480a1e684f52215f337a9e3e04e3af4d50d;hpb=333750a965c5778ba60cf2ecf5ed8d0ca231933e;p=lilypond.git diff --git a/lily/open-type-font.cc b/lily/open-type-font.cc index 3bd52480a1..3d007be811 100644 --- a/lily/open-type-font.cc +++ b/lily/open-type-font.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2008 Han-Wen Nienhuys + (c) 2004--2009 Han-Wen Nienhuys */ #include "open-type-font.hh" @@ -108,7 +108,7 @@ open_ft_face (string str, FT_Long idx) SCM Open_type_font::make_otf (string str) { - FT_Face face = open_ft_face (str); + FT_Face face = open_ft_face (str, 0 /* index */); Open_type_font *otf = new Open_type_font (face); return otf->self_scm ();