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-0.1.27
[lilypond.git]
/
mf
/
feta-nummer8.mf
blob
13526a5be14665f4ea34e1b27fef46777d7228e9
1
% feta-nummer8.mf
2
% part of LilyPond's pretty-but-neat music font
3
4
input autometric;
5
6
fet_beginfont("feta-nummer", 8);
7
8
mode_setup;
9
10
test:=0;
11
input feta-macros;
12
13
% copied from 10; will it work?
14
height#:=designsize;
15
%thick#:=height#/4;
16
thick#:=8/30height#;
17
%norm#:=3/4thick#;
18
norm#:=7/8thick#;
19
thin#:=thick#/4;
20
hair#:=thin#/2;
21
kuulleke#:=hair#;
22
%kuulleke#:=0;
23
24
input feta-nummer;
25
26
fet_endfont("feta-nummer");
27
28
end.
29