X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fkey-signature-interface.cc;h=d0f30268eb4f4e016c5652045ccf52d99cd7ae98;hb=9eab9b8be37f69208fb55234a3c4db0f97c688f2;hp=2342c944e00c2f2a25e0bb16073ed980ef10bc4a;hpb=ecf2b5e9dcfa7654803fb0050d7127e0ec7fd934;p=lilypond.git diff --git a/lily/key-signature-interface.cc b/lily/key-signature-interface.cc index 2342c944e0..d0f30268eb 100644 --- a/lily/key-signature-interface.cc +++ b/lily/key-signature-interface.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1996--2007 Han-Wen Nienhuys + (c) 1996--2009 Han-Wen Nienhuys keyplacement by Mats Bengtsson */ @@ -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 " );