X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscript-interface.cc;h=a525500b2c39a76aae127fa89b6561fe04cba539;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=f6957f9eea8bcf87f4dca26482dcfb18d410433f;hpb=2909349bdbefbf880fa9c8c47ba2eddf9f9855ca;p=lilypond.git diff --git a/lily/script-interface.cc b/lily/script-interface.cc index f6957f9eea..a525500b2c 100644 --- a/lily/script-interface.cc +++ b/lily/script-interface.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1999--2007 Han-Wen Nienhuys + (c) 1999--2008 Han-Wen Nienhuys */ #include "script-interface.hh" @@ -33,9 +33,6 @@ Script_interface::get_stencil (Grob *me, Direction d) return Font_interface::get_default_font (me) ->find_by_name ("scripts." + ly_scm2string (str)); } - else if (key == ly_symbol2scm ("accordion")) - return Lookup::accordion (scm_cdr (s), 1.0, - Font_interface::get_default_font (me)); else assert (false);