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
/
feta20.mf
blob
e2dfa7dd066f7e56e6eed91f7cd1ff9c3e1be903
1
% feta20.mf
2
% part of LilyPond's pretty-but-neat music font
3
4
staffsize#:=20pt#;
5
6
input feta-autometric;
7
fet_beginfont("feta", 20);
8
9
% AFBLIJVEN! Gebruik feta-test16/20, anders verneuk je de distributie.
10
test := 0;
11
12
input feta-generic;
13
14
fet_endfont("feta");
15
16
end.
17