X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Flookup.cc;h=b03cc59de93eb870e2001f9e2944a31e7a37b3c8;hb=5626b34b525c4979eec5e9461a4560d9cdd5b36d;hp=1624a42b467f482c1a4b5940f5a2bc166d67fb33;hpb=1074a973f22887ad62358212772dec80248a49d5;p=lilypond.git diff --git a/lily/lookup.cc b/lily/lookup.cc index 1624a42b46..b03cc59de9 100644 --- a/lily/lookup.cc +++ b/lily/lookup.cc @@ -260,7 +260,7 @@ Lookup::streepje (int type) const if (type > 2) type = 2; - return afm_find ("balls" + String ("-") +to_str (type) + "l"); + return afm_find ("balls-" + to_str (type) + "l"); } Atom @@ -293,6 +293,16 @@ Lookup::time_signature (Array a) const } + +Atom +Lookup::special_time_signature (String s) const +{ + Atom a (afm_find ("timesig-"+ s)); + return a; +} + + + Atom Lookup::stem (Real y1,Real y2) const {