]> git.donarmstrong.com Git - lilypond.git/commitdiff
some kerning pairs.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 15 Dec 2002 18:34:47 +0000 (18:34 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 15 Dec 2002 18:34:47 +0000 (18:34 +0000)
ChangeLog
input/regression/multi-measure-rest.ly
mf/feta-nummer-code.mf
stepmake/autogen.sh

index 4fe8b1066d40c45921785d69cd5727277bf88e80..1717229a308bccd39077d5da4d373d43dfae0f45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * mf/feta-nummer-code.mf: some kerning pairs.
+
 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
 
        * scm/output-lib.scm (set-bar-number-visibility): Context-function
index 5b7debe42ef0f55b7a84c34233cb4ee45fc02dbe..78c7332d9858c1d391b6b8870335005c14d7ea6c 100644 (file)
@@ -23,7 +23,7 @@ Rests over measures during longer than 2 wholes use breve rests.
  \once \property Staff.MultiMeasureRestNumber \set #'text = #'(music "scripts-ufermata")
     R2.
     R2.*3
-    R2.*7
+    R2.*27
 \time 8/4 R1*2
 }
        \paper {
index 28bd3b7a0d60e5b3225a005194edf8f69d69e596..634574f34cfabeeee5754127e6094655206b0a74 100644 (file)
@@ -317,6 +317,11 @@ fet_beginchar("Numeral 2", "2", "two")
 
 fet_endchar;
 
+
+%%
+% TODO: should widen a bit. The right edge of the 3 bumps into next glyph in
+% combinations 
+%
 fet_beginchar("Numeral 3", "3", "three")
        set_char_box(0, 2/3height#*widen, 0, height#);
        message "w:"&decimal w;
@@ -579,3 +584,7 @@ fet_endchar;
 
 fet_endgroup("number")
 
+ligtable "3" : "3" kern 0.1 space#; 
+ligtable "3" : "0" kern 0.1 space#; 
+ligtable "2" : "7" kern 0.15 space#;
+
index 36d6b4939ff9eb10f10577314e3449466910a05a..ea9bb388ceae2fdc44d3d81689c4858317c228d4 100755 (executable)
@@ -3,6 +3,12 @@
 
 srcdir=`dirname $0`
 
+
+if [ stepmake/aclocal.m4 -nt aclocal.m4 ]; then
+    echo "stepmake/aclocal.m4 is newer. Copying file." 
+    cp -f stepmake/aclocal.m4 aclocal.m4
+fi
+
 if [ stepmake/autogen.sh -nt autogen.sh ]; then
     echo "stepmake/autogen.sh is newer. Copying file." 
     cp -f stepmake/autogen.sh autogen.sh