]> git.donarmstrong.com Git - lilypond.git/commitdiff
release commit
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 30 Jul 2004 13:32:39 +0000 (13:32 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 30 Jul 2004 13:32:39 +0000 (13:32 +0000)
make/lilypond.redhat.spec.in
make/lilypond.suse.spec.in
scm/framework-ps.scm

index f2701797ad3d7b15503b22892cd0dd4f95d7a603..6660f6ffe37f27b26dea1ac54496120c5286459a 100644 (file)
@@ -151,7 +151,7 @@ scrollkeeper-update
 %{_bindir}/convert-ly
 %{_bindir}/etf2ly
 %{_bindir}/lilypond
-%{_bindir}/lilypond-bin
+%{_bindir}/lilypond-latex
 %{_bindir}/midi2ly
 %{_bindir}/lilypond-book
 %{_bindir}/mup2ly
@@ -172,7 +172,7 @@ scrollkeeper-update
 %{_mandir}/man1/abc2ly.1.gz
 %{_mandir}/man1/convert-ly.1.gz
 %{_mandir}/man1/etf2ly.1.gz
-%{_mandir}/man1/lilypond-bin.1.gz
+%{_mandir}/man1/lilypond-latex.1.gz
 %{_mandir}/man1/lilypond.1.gz
 %{_mandir}/man1/midi2ly.1.gz
 %{_mandir}/man1/lilypond-book.1.gz
index 775a1e3a01a076e75ad7fe5fad2dcf44ed22fd75..10fe5156f4afa404331ca4e6bc9522e5be27d7c1 100644 (file)
@@ -226,7 +226,7 @@ touch var/adm/SuSEconfig/run-texhash
 %{_prefix}/bin/abc2ly
 %{_prefix}/bin/convert-ly
 %{_prefix}/bin/etf2ly
-%{_prefix}/bin/lilypond-bin
+%{_prefix}/bin/lilypond-latex
 %{_prefix}/bin/lilypond
 %{_prefix}/bin/midi2ly
 %{_prefix}/bin/lilypond-book
@@ -244,7 +244,7 @@ touch var/adm/SuSEconfig/run-texhash
 %{_prefix}/man/man1/abc2ly.1.gz
 %{_prefix}/man/man1/convert-ly.1.gz
 %{_prefix}/man/man1/etf2ly.1.gz
-%{_prefix}/man/man1/lilypond-bin.1.gz
+%{_prefix}/man/man1/lilypond-latex.1.gz
 %{_prefix}/man/man1/lilypond.1.gz
 %{_prefix}/man/man1/midi2ly.1.gz
 %{_prefix}/man/man1/lilypond-book.1.gz
index 0c96ee1cdd958df7859b58d02002e0c2c58adb50..22ee5dd1e3ceda6c0defa7cafb89c0752b223aff 100644 (file)
        plain " " coding-vector " /" command " reencode-font\n"
        "/" command "{ /" command " findfont 1 scalefont } bind def\n")))
 
-  (define (guess-ps-fontname basename)
-
-    "We do not have the FontName, try to guess is from basename."
-    (cond
-     (#t basename)
-     ((tex-font? basename)
-      ;; FIXME: we need proper Fontmap for the bluesky CM*, EC* fonts.
-      ;; Only the fonts that we trace in mf/ are in our own FontMap.
-      (string-append basename ".pfb"))
-     (else (string-append basename ".pfa"))))
-
   (define (font-load-command font)
     (let* ((specced-font-name (ly:font-name font))
           (fontname (if specced-font-name
                         specced-font-name
-                        (guess-ps-fontname (ly:font-filename font))))
+                        (ly:font-filename font)))
        
           (coding-alist (ly:font-encoding-alist font))
           (input-encoding (assoc-get 'input-name coding-alist))
                          (map ly:paper-system-stencil
                               (append titles (list non-title)))))
         (xext (ly:stencil-extent dump-me X))
-        (yext (ly:stencil-extent dump-me Y))
-        )
+        (yext (ly:stencil-extent dump-me Y)))
     
   (for-each
    (lambda (x)