CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/04/18 14:57:41

Modified files:
        .              : ChangeLog config.make.in 
        input/test     : ancient-font.ly 
        stepmake       : aclocal.m4 

Log message:
        

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3462&tr2=1.3463&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/config.make.in.diff?tr1=1.77&tr2=1.78&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/test/ancient-font.ly.diff?tr1=1.72&tr2=1.73&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/stepmake/aclocal.m4.diff?tr1=1.136&tr2=1.137&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3462 lilypond/ChangeLog:1.3463
--- lilypond/ChangeLog:1.3462   Mon Apr 18 13:35:14 2005
+++ lilypond/ChangeLog  Mon Apr 18 14:57:41 2005
@@ -4,6 +4,12 @@
 
 2005-04-18  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * config.make.in (TTFTOOL_ENDIAN): rm TFM_PATH
+
+       * aclocal.m4: remove --enable-tfm-path configure option
+
+       * input/test/ancient-font.ly (lowerStaff): clef name errors.
+
        * scm/backend-library.scm (postscript->png): newline after
        finishing command.
 
Index: lilypond/config.make.in
diff -u lilypond/config.make.in:1.77 lilypond/config.make.in:1.78
--- lilypond/config.make.in:1.77        Tue Apr 12 22:49:29 2005
+++ lilypond/config.make.in     Mon Apr 18 14:57:41 2005
@@ -106,7 +106,6 @@
 SHELL = @SHELL@
 SPLITTING_MAKEINFO = @SPLITTING_MAKEINFO@
 TAR = @TAR@
-TFM_PATH = @TFM_PATH@
 TTFTOOL_ENDIAN = @TTFTOOL_ENDIAN@
 YACC = @YACC@
 ZIP = @ZIP@
Index: lilypond/input/test/ancient-font.ly
diff -u lilypond/input/test/ancient-font.ly:1.72 
lilypond/input/test/ancient-font.ly:1.73
--- lilypond/input/test/ancient-font.ly:1.72    Sat Jan  1 19:46:55 2005
+++ lilypond/input/test/ancient-font.ly Mon Apr 18 14:57:41 2005
@@ -263,7 +263,7 @@
            \override Custos #'style = #'mensural
            \override Custos #'neutral-position = #3
            \override Custos #'neutral-direction = #-1
-           clefGlyph = #"clefs.petrucci-c2"
+           clefGlyph = #"clefs.petrucci.c2"
            clefPosition = #-2
            clefOctavation = #0 
        }
@@ -281,7 +281,7 @@
            \override Custos #'style = #'vaticana
            \override Custos #'neutral-position = #4
            \override Custos #'neutral-direction = #-1
-           clefGlyph = #"clefs.vaticana-do"
+           clefGlyph = #"clefs.vaticana.do"
            clefPosition = #1
            clefOctavation = #0 
        }
Index: lilypond/stepmake/aclocal.m4
diff -u lilypond/stepmake/aclocal.m4:1.136 lilypond/stepmake/aclocal.m4:1.137
--- lilypond/stepmake/aclocal.m4:1.136  Sun Apr 17 09:38:04 2005
+++ lilypond/stepmake/aclocal.m4        Mon Apr 18 14:57:41 2005
@@ -994,36 +994,12 @@
 ])
 
 
+
 AC_DEFUN(STEPMAKE_TEXMF_DIRS, [
-    AC_ARG_ENABLE(tfm-path,
-    [  --enable-tfm-path=PATH  set path of tex directories where tfm files 
live,
-                            esp.: cmr10.tfm.  Default: use kpsewhich],
-    [tfm_path=$enableval],
-    [tfm_path=auto] )
 
     # ugh
     STEPMAKE_PROGS(KPSEWHICH, kpsewhich, OPTIONAL)
-    AC_MSG_CHECKING(for tfm path)
-
-    TFM_FONTS="cmr msam"
-
-    if test "x$tfm_path" = xauto ; then
-       if test "x$KPSEWHICH" != "xno" ; then
-           for i in $TFM_FONTS; do
-               dir=`$KPSEWHICH tfm ${i}10.tfm`
-               TFM_PATH="$TFM_PATH `dirname $dir`"
-           done
-       else
-           STEPMAKE_WARN(Please specify where cmr10.tfm lives:
-    ./configure --enable-tfm-path=/usr/local/TeX/lib/tex/fonts)
-       fi
-    else
-         TFM_PATH=$tfm_path
-    fi
-
-    TFM_PATH=`echo $TFM_PATH | tr ':' ' '`
-    AC_MSG_RESULT($TFM_PATH)
-    AC_SUBST(TFM_PATH)
+   
 ])
 
 


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to