]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature.cc
* tex/titledefs.tex: remove scshape for piece.
[lilypond.git] / lily / time-signature.cc
index 7d414ab26841e28afa1e85e0cc07f285d2388bc2..1e15c69683521a7e547e78b780f1f7da0d61462e 100644 (file)
@@ -84,7 +84,7 @@ Time_signature::special_time_signature (Grob *me, SCM scm_style, int n, int d)
     }
 
   String char_name = style + to_string (n) + "/" + to_string (d);
-  me->set_property ("font-family", ly_symbol2scm ("music"));
+  me->set_property ("font-encoding", ly_symbol2scm ("music"));
   Stencil out = Font_interface::get_default_font (me)
     ->find_by_name ("timesig-" + char_name);
   if (!out.is_empty ())