]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/script-interface.cc
Factorize the format-metronome-markup
[lilypond.git] / lily / script-interface.cc
index f6957f9eea8bcf87f4dca26482dcfb18d410433f..a8fbc49fcdb51d3b446e12eca0848b1541ea9f19 100644 (file)
@@ -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);