]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4544 / 2: Fix LilyPond default fonts definition
authorMasamichi Hosoda <trueroad@trueroad.jp>
Sat, 8 Aug 2015 10:06:50 +0000 (19:06 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Fri, 14 Aug 2015 10:47:42 +0000 (19:47 +0900)
commit0fbbdc6c58432060770d3d4f76e063c2028c0023
tree082d2d92b208007bf8254d11584fae7754a04a14
parent62a6e9aef6f164641a4ac57e3342b7917c6a53b0
Issue 4544 / 2: Fix LilyPond default fonts definition

Due to conf file loading order, generic font aliases
`serif', `sans-serif', 'monospace' were unavailable
in LilyPond default fonts definition.
So the glyphs that are not contained
in the list of font definition,
like Japanese glyphs were used unexpected font.

This commit changes
LilyPond default fonts definition loading order
for enabling the aliases.
mf/00-lilypond-fonts.conf.in [new file with mode: 0644]
mf/99-lilypond-fonts.conf.in [new file with mode: 0644]
mf/lilypond-fonts.conf.in [deleted file]
scm/font.scm