repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
release commit
[lilypond.git]
/
mf
/
feta14.mf
blob
cc8aa4a6fd36368683d24b4f9433f244ea55d6e2
1
2
% feta16.mf
3
% part of LilyPond's pretty-but-neat music font
4
5
input feta-autometric;
6
fet_beginfont("feta", 14);
7
staffsize#:=14.14pt#;
8
test:=0;
9
10
11
input feta-generic;
12
13
fet_endfont("feta");
14
15
end.
16