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
lilypond-1.3.20
[lilypond.git]
/
mf
/
feta16.mf
blob
8d7d9538abe2b8c198cb7853d14970299043ec8c
1
% feta16.mf
2
% part of LilyPond's pretty-but-neat music font
3
4
input feta-autometric;
5
fet_beginfont("feta", 16);
6
staffsize#:=16pt#;
7
test:=0;
8
9
10
input feta-generic;
11
12
fet_endfont("feta");
13
14
end.
15