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