]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/user/refman.itely (Printing named chords): add
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 11 Mar 2003 19:10:47 +0000 (19:10 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 11 Mar 2003 19:10:47 +0000 (19:10 +0000)
note about font size change in ChordNames.

* mf/feta-beugel.mf (code): backport brace fix from 1.7

ChangeLog
Documentation/user/refman.itely
mf/feta-beugel.mf

index 403a7183172ca69823d9595d95d6f3b6d9dda020..083bdd8ea0bc077a1cac7479032dab11ca32f196 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/refman.itely (Printing named chords): add
+       note about font size change in ChordNames.
+
+       * mf/feta-beugel.mf (code): backport brace fix from 1.7
+
 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * Backport:
        * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
        Solaris7, as we don't use nested $( ) constructs.
 
-2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+52     2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * VERSION: Release 1.6.6.
        
index 4d0d37c0ecd9e37f66f6f0b3d00700ebddd6d433..ba60df85db4bd3e15c7b15d8750c97d3475d7746 100644 (file)
@@ -3360,6 +3360,13 @@ scheme = \chords {
 }
 @end lilypond
 
+@refbugs
+
+Chord name printing implementation has been rewritten in 1.7. In 1.6,
+ChordNames internally generate markup texts with font changes.
+One of the results is that manually setting @code{font-relative-size}
+will have no effect; use @code{font-magnification} in this case.
+
 
 @node Writing parts
 @section Writing parts
index 61ec9abec0624cf8b284d2ba0cb511abf1077ce3..367da96b3bf09e6dae70a18940a0b89a3e54af49 100644 (file)
@@ -3,13 +3,9 @@ input feta-macros;
 input feta-params;
 
 font_coding_scheme "feta braces";
-
-
-fet_beginfont("feta-braces", 16);
+fet_beginfont("feta-braces", font_count * 10);
 mode_setup;
 
-staffsize#:=16pt#;
-
 save code;
 code := -1;
 
@@ -30,8 +26,8 @@ def draw_brace (expr height_sharp, width_sharp, slt_sharp) =
        width# := width_sharp;
        slt# := slt_sharp;
 
-fet_beginchar("brace number "&(decimal code), "brace"&abc_encode_int(code),
-               "brace"&abc_encode_int (code))
+fet_beginchar("brace number "&(decimal (code+1)), "brace"&abc_encode_int((code+1)),
+               "brace"&abc_encode_int (code + 1))
 
        set_char_box (0, width#, height#/2, height#/2);