]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-signature-interface.cc
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / key-signature-interface.cc
index 2342c944e00c2f2a25e0bb16073ed980ef10bc4a..d0f30268eb4f4e016c5652045ccf52d99cd7ae98 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1996--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   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 "
               );