]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/key-signature-interface.cc
Docs: IR: fix documentation of 'style values
[lilypond.git] / lily / key-signature-interface.cc
index 58f0abd95f479d2a71f5ab3b416fce6ffc280699..d0f30268eb4f4e016c5652045ccf52d99cd7ae98 100644 (file)
@@ -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 "
               );