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.152
[lilypond.git]
/
mf
/
feta-black16.mf
blob
beb6b070d45f62407caf4ed468c82bfc2591c5b6
1
% feta-test16
2
% part of LilyPond's pretty-but-neat music font
3
4
5
input feta-autometric;
6
fet_beginfont("feta-test", 16);
7
staffsize#:=16pt#;
8
test:=1;
9
10
% smoked cheese
11
test := -1;
12
13
14
% dem piksels.
15
%test := 1;
16
17
input feta-generic;
18
19
fet_endfont("feta");
20
21
end.
22