]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 20 Feb 2004 16:42:16 +0000 (16:42 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 20 Feb 2004 16:42:16 +0000 (16:42 +0000)
ChangeLog
lily/system-start-delimiter.cc

index fb36ef47d0eae675e91132d5565e2ee49bd1c94a..30eae2552ee0b8ee4fcab424127612733d58a4bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
 
 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * lily/system-start-delimiter.cc (staff_brace): remove
+       font-relative-size
+
        * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
        forgotten with scm_list_n. Fixes spurious coredumps.
 
index baf283a5015e8e124258c6d1cb0f647e766c8767..f006328ad663dc44fa82ea815f249e1bdb479fd9 100644 (file)
@@ -149,7 +149,6 @@ System_start_delimiter::staff_brace (Grob*me, Real y)
      fonts. */
   SCM br = ly_symbol2scm ("braces");
   SCM fam = gh_cons (ly_symbol2scm ("font-family"), br);
-  SCM sz = gh_cons (ly_symbol2scm ("font-relative-size"), ly_symbol2scm ("*"));
   
   SCM alist = scm_list_n (fam, sz, SCM_UNDEFINED);
   fm = select_font (me->get_paper (), scm_list_n (alist, SCM_UNDEFINED));