From: Han-Wen Nienhuys Date: Wed, 9 Mar 2005 13:02:47 +0000 (+0000) Subject: (Module): read fonts from fonts/extension, X-Git-Tag: release/2.5.15~28 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=607e3c574444a7b5938f06bf95acd3e95bd44d41;p=lilypond.git (Module): read fonts from fonts/extension, replace /fonts/otf/ by /ps/ --- diff --git a/input/les-nereides.ly b/input/les-nereides.ly index cdbeaf7ed8..e0b34df388 100644 --- a/input/les-nereides.ly +++ b/input/les-nereides.ly @@ -15,7 +15,7 @@ http://www.orphee.com/comparison/study.html, see http://www.orphee.com/comparison/gray.pdf -lines that contain tweaks (17 currently, not counting reverts) are +lines that contain tweaks (22 currently, not counting reverts) are marked with %tweak possibly more impressive to render without tweaks? diff --git a/lily/note-collision.cc b/lily/note-collision.cc index d2d806eca1..0354950a53 100644 --- a/lily/note-collision.cc +++ b/lily/note-collision.cc @@ -258,7 +258,7 @@ check_meshing_chords (Grob *me, else if (Rhythmic_head::dot_count (nu) || Rhythmic_head::dot_count (nd)) shift_amount *= 0.1; else - shift_amount *= 0.25; + shift_amount *= 0.17; /* For full or close half collisions, the right hand head may obscure dots. Move dots to the right. */ diff --git a/scm/framework-ps.scm b/scm/framework-ps.scm index a2c2f53f87..1176c6d66f 100644 --- a/scm/framework-ps.scm +++ b/scm/framework-ps.scm @@ -234,10 +234,12 @@ ((and bare-file-name (string-match "\\.(otf|cff)" bare-file-name)) + ; replace with the CFF.ps, which lives in a + ; separate subdir. (for-each (lambda (tup) (set! bare-file-name (string-regexp-substitute (car tup) (cdr tup) bare-file-name))) '(("/fonts/otf/" . "/ps/") - ("/fonts/cff/" . "/cff/") + ("/fonts/cff/" . "/ps/") ("\\.(otf|cff)" . ".cff.ps"))) (cached-file-contents bare-file-name))