X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fkey-signature-interface.cc;h=d0f30268eb4f4e016c5652045ccf52d99cd7ae98;hb=7bec331188c446b8cc0777e1199f8a86bbb2f218;hp=58f0abd95f479d2a71f5ab3b416fce6ffc280699;hpb=a9d9433bc7b95cb2d4b3d96eefce7a8437c0d44e;p=lilypond.git diff --git a/lily/key-signature-interface.cc b/lily/key-signature-interface.cc index 58f0abd95f..d0f30268eb 100644 --- a/lily/key-signature-interface.cc +++ b/lily/key-signature-interface.cc @@ -36,13 +36,6 @@ Key_signature_interface::print (SCM smob) Real inter = Staff_symbol_referencer::staff_space (me) / 2.0; - SCM scm_style = me->get_property ("style"); - string style; - if (scm_is_symbol (scm_style)) - style = ly_symbol2string (scm_style); - else - style = ""; - Stencil mol; SCM c0s = me->get_property ("c0-position"); @@ -128,5 +121,4 @@ ADD_INTERFACE (Key_signature_interface, "glyph-name-alist " "padding " "padding-pairs " - "style " );