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

Side by Side Diff: mf/00-lilypond-fonts.conf.in

Issue 258250043: Change the LilyPond default fonts to TeX Gyre
Patch Set: Change configure message and Remove lilypond.map Created 9 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« configure.ac ('K') | « configure.ac ('k') | mf/GNUmakefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> 2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig> 3 <fontconfig>
4 4
5 <!-- 5 <!--
6 Define LilyPond default fonts. Where a character doesn't exist in the 6 Define LilyPond default fonts. Where a character doesn't exist in the
7 first font listed, the next font listed will be used instead for that 7 first font listed, the next font listed will be used instead for that
8 character. Also see scm/font.scm. 8 character. Also see scm/font.scm.
9 --> 9 -->
10 10
11 <alias binding="strong"> 11 <alias binding="strong">
12 <family>LilyPond Serif</family> 12 <family>LilyPond Serif</family>
13 <prefer> 13 <prefer>
14 <family>Century Schoolbook L</family> 14 <family>TeX Gyre Schola</family>
15 <family>DejaVu Serif</family> 15 <family>DejaVu Serif</family>
16 </prefer> 16 </prefer>
17 <default> 17 <default>
18 <family>serif</family> 18 <family>serif</family>
19 </default> 19 </default>
20 </alias> 20 </alias>
21 21
22 <alias binding="strong"> 22 <alias binding="strong">
23 <family>LilyPond Sans Serif</family> 23 <family>LilyPond Sans Serif</family>
24 <prefer> 24 <prefer>
25 <family>Nimbus Sans L</family> 25 <family>TeX Gyre Heros</family>
26 <family>DejaVu Sans</family> 26 <family>DejaVu Sans</family>
27 </prefer> 27 </prefer>
28 <default> 28 <default>
29 <family>sans-serif</family> 29 <family>sans-serif</family>
30 </default> 30 </default>
31 </alias> 31 </alias>
32 32
33 <alias binding="strong"> 33 <alias binding="strong">
34 <family>LilyPond Monospace</family> 34 <family>LilyPond Monospace</family>
35 <prefer> 35 <prefer>
36 <family>Nimbus Mono L</family> 36 <family>TeX Gyre Cursor</family>
37 <family>DejaVu Sans Mono</family> 37 <family>DejaVu Sans Mono</family>
38 </prefer> 38 </prefer>
39 <default> 39 <default>
40 <family>monospace</family> 40 <family>monospace</family>
41 </default> 41 </default>
42 </alias> 42 </alias>
43 43
44 </fontconfig> 44 </fontconfig>
OLDNEW
« configure.ac ('K') | « configure.ac ('k') | mf/GNUmakefile » ('j') | no next file with comments »

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