X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscript-interface.cc;h=a525500b2c39a76aae127fa89b6561fe04cba539;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=b965959d5df1f6226d27a55f370c7324e61b6192;hpb=23efbcbaa7dab9303faec9fc0aca4fec805e550c;p=lilypond.git diff --git a/lily/script-interface.cc b/lily/script-interface.cc index b965959d5d..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); @@ -111,7 +108,7 @@ struct Text_script }; ADD_INTERFACE (Text_script, - "An object that is put above or below a note", + "An object that is put above or below a note.", /* properties */ "add-stem-support " @@ -124,7 +121,9 @@ ADD_INTERFACE (Text_script, Hmm. Where should we put add-stem-support ? */ ADD_INTERFACE (Script_interface, - "An object that is put above or below a note", + "An object that is put above or below a note.", + + /* properties */ "add-stem-support " "avoid-slur " "positioning-done "