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

Issue 258250043: Change the LilyPond default fonts to TeX Gyre

Can't Edit
Can't Publish+Mail
Start Review
Created:
8 years, 8 months ago by trueroad
Modified:
8 years, 8 months ago
Reviewers:
pkx166h, lemzwerg
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

Change the LilyPond default fonts to TeX Gyre Issue 4552 / 6: Remove configure script to search and request URW++ fonts This commit removes configure script to search and request URW++ fonts. (Century Schoolbook L, Nimbus Sans L, Nimbus Mono L) Issue 4552 / 5: Remove makefiles to convert and install URW++ fonts This commit removes makefiles to convert to OTF and install URW++ fonts. (Century Schoolbook L, Nimbus Sans L, Nimbus Mono L) Issue 4552 / 4: Remove TeX's Century Schoolbook L settings This commit deletes Century Schoolbook L settings from TeX's map file. Issue 4552 / 3: Replace LilyPond default font to TeX Gyre fonts from to Century Schoolbook L -> TeX Gyre Schola Nimbus Sans L -> TeX Gyre Heros Nimbus Mono L -> TeX Gyre Cursor Issue 4552 / 2: Add makefiles to install TeX Gyre font OTF files This commit adds makefiles to install TeX Gyre font OTF files. Issue 4552 / 1: Add configure script to search TeX Gyre font OTF files This commit adds configure script to search TeX Gyre font OTF files and to pass their directory to makefiles.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Change configure message and Remove lilypond.map #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -239 lines) Patch
M Documentation/common-macros.itexi View 1 1 chunk +0 lines, -8 lines 0 comments Download
M GNUmakefile.in View 1 chunk +3 lines, -1 line 0 comments Download
M config.make.in View 1 chunk +2 lines, -5 lines 0 comments Download
M configure.ac View 1 2 chunks +31 lines, -91 lines 1 comment Download
M mf/00-lilypond-fonts.conf.in View 3 chunks +3 lines, -3 lines 0 comments Download
M mf/GNUmakefile View 4 chunks +2 lines, -52 lines 0 comments Download
D scripts/auxiliar/pfx2ttf.fontforge View 1 chunk +0 lines, -29 lines 0 comments Download
D scripts/auxiliar/pfx2ttf-mono.fontforge View 1 chunk +0 lines, -36 lines 0 comments Download
M scripts/build/lys-to-tely.py View 1 1 chunk +0 lines, -8 lines 0 comments Download
M tex/GNUmakefile View 1 1 chunk +0 lines, -2 lines 0 comments Download
M tex/lilypond.map.in View 1 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 5
lemzwerg
LGTM, thanks! https://codereview.appspot.com/258250043/diff/1/tex/lilypond.map.in File tex/lilypond.map.in (left): https://codereview.appspot.com/258250043/diff/1/tex/lilypond.map.in#oldcode1 tex/lilypond.map.in:1: pncr8r CenturySchL-Roma <@NCSB_DIR@/c059013l.pfb This is now an ...
8 years, 8 months ago (2015-08-14 20:18:05 UTC) #1
trueroad
Change configure message and Remove lilypond.map
8 years, 8 months ago (2015-08-15 05:58:37 UTC) #2
pkx166h
https://codereview.appspot.com/258250043/diff/20001/configure.ac File configure.ac (right): https://codereview.appspot.com/258250043/diff/20001/configure.ac#newcode98 configure.ac:98: STEPMAKE_ADD_ENTRY(REQUIRED,'(make sure the fc-list utility can see them, e.g. ...
8 years, 8 months ago (2015-08-15 09:04:20 UTC) #3
trueroad
On 2015/08/15 09:04:20, J_lowe wrote: > https://codereview.appspot.com/258250043/diff/20001/configure.ac > File configure.ac (right): > > https://codereview.appspot.com/258250043/diff/20001/configure.ac#newcode98 > ...
8 years, 8 months ago (2015-08-15 13:37:14 UTC) #4
trueroad
8 years, 8 months ago (2015-08-20 10:31:27 UTC) #5
I've pushed to staging.

Issue 4552 / 1: Add configure script to search TeX Gyre font OTF files
author    Masamichi Hosoda <trueroad@trueroad.jp>
          Sat, 15 Aug 2015 03:47:40 +0000 (12:47 +0900)
committer Masamichi Hosoda <trueroad@trueroad.jp>
          Thu, 20 Aug 2015 09:35:00 +0000 (18:35 +0900)
commit    b78ddeaa721f4bca1ce11d429ffe7d6b881ca8be

Issue 4552 / 2: Add makefiles to install TeX Gyre font OTF files
author    Masamichi Hosoda <trueroad@trueroad.jp>
          Mon, 10 Aug 2015 01:47:49 +0000 (10:47 +0900)
committer Masamichi Hosoda <trueroad@trueroad.jp>
          Thu, 20 Aug 2015 09:35:10 +0000 (18:35 +0900)
commit    7c30014f110ee407b56c91d3b451b28ce7a89f8a

Issue 4552 / 3: Replace LilyPond default font to TeX Gyre fonts
author    Masamichi Hosoda <trueroad@trueroad.jp>
          Fri, 14 Aug 2015 11:11:33 +0000 (20:11 +0900)
committer Masamichi Hosoda <trueroad@trueroad.jp>
          Thu, 20 Aug 2015 09:35:21 +0000 (18:35 +0900)
commit    bb66d05c73dbc038b994430545c85966fd9edc12

Issue 4552 / 4: Remove TeX's Century Schoolbook L settings
author    Masamichi Hosoda <trueroad@trueroad.jp>
          Sat, 15 Aug 2015 03:58:43 +0000 (12:58 +0900)
committer Masamichi Hosoda <trueroad@trueroad.jp>
          Thu, 20 Aug 2015 09:35:32 +0000 (18:35 +0900)
commit    b7088489f91c805f2260d2efecc01f26519c5352

Issue 4552 / 5: Remove makefiles to convert and install URW++ fonts
author    Masamichi Hosoda <trueroad@trueroad.jp>
          Fri, 14 Aug 2015 13:45:20 +0000 (22:45 +0900)
committer Masamichi Hosoda <trueroad@trueroad.jp>
          Thu, 20 Aug 2015 09:35:43 +0000 (18:35 +0900)
commit    2ce9d3b0ac456df77a73342fdf802f2e198c3b4e

Issue 4552 / 6: Remove configure script to search and request URW++ fonts
author    Masamichi Hosoda <trueroad@trueroad.jp>
          Fri, 14 Aug 2015 13:50:03 +0000 (22:50 +0900)
committer Masamichi Hosoda <trueroad@trueroad.jp>
          Thu, 20 Aug 2015 09:35:56 +0000 (18:35 +0900)
commit    603a841f53be1b9a0a33c539fcd55228dd0e6128
Sign in to reply to this message.

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