]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-signature.cc
* Unify fetaDynamic and fetaNumber into one fetaText encoding
[lilypond.git] / lily / time-signature.cc
index 518b42ef162c89a948027513695da553977633b0..1beda1696c3d919a41cf42fbfede6d7297ccc8c0 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1996--2010 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -101,7 +101,7 @@ Time_signature::numbered_time_signature (Grob *me, int num, int den)
 {
   SCM chain = me->get_property_alist_chain (Font_interface::text_font_alist_chain (me));
   chain = scm_cons (scm_list_1 (scm_cons (ly_symbol2scm ("font-encoding"),
-                                         ly_symbol2scm ("fetaNumber"))),
+                                         ly_symbol2scm ("fetaText"))),
                    chain);
 
   SCM sn = Text_interface::interpret_markup (me->layout ()->self_scm (), chain,