Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(308)

Issue 349110043: Fix make check without extractpdfmark

Can't Edit
Can't Publish+Mail
Start Review
Created:
5 years, 2 months ago by trueroad
Modified:
5 years, 1 month ago
Reviewers:
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Issue 5467/3: Change font path loaded by EPS file when `-dfont-export-dir` With LilyPond's commandline option `-dfont-export-dir`, outputted PS / EPS files used absolute font path when font loading by Ghostscript was requested. This commit makes they always use relative font path from `lilypond-datadir` same as without the `-dfont-export-dir` option. Issue 5467/2: Define `lilypond-datadir` in exported font PS files Exported font PS files didn't define `lilypond-datadir`. However, to use relative font path, we need the define. This commit makes define `lilypond-datadir` in the PS files. Issue 5467/1: Fix `make check` without extractpdfmark Without extractpdfmark, `make check` failed because `output-distance.py` specified the relative path from wrong origin for Ghostscript. This commit makes `output-distance.py` specify correct absolute path.

Patch Set 1 #

Patch Set 2 : Use `abs_dir` --- this requires Issue 5466 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -3 lines) Patch
M scm/framework-ps.scm View 2 chunks +11 lines, -2 lines 0 comments Download
M scripts/build/output-distance.py View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2
trueroad
Use `abs_dir` --- this requires Issue 5466
5 years, 2 months ago (2019-01-25 14:48:14 UTC) #1
trueroad
5 years, 1 month ago (2019-02-01 12:13:45 UTC) #2
I've pushed to staging.

commit a64b4dbc92ac0bbece08043349a55dccd84f4fd7
Issue 5467/3: Change font path loaded by EPS file when `-dfont-export-dir`

commit b0300944e015b5957e50441224699e55c68c3dc3
Issue 5467/2: Define `lilypond-datadir` in exported font PS files

commit f76997b5097f588060f823c4c87f01bac9f2fe50
Issue 5467/1: Fix `make check` without extractpdfmark
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b