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.32
[lilypond.git]
/
mf
/
puntje.mf
blob
7675befaee385232bb0c72745d03c5601052b717
1
fet_begingroup("dots");
2
3
fet_beginchar("duration dot","dot", "dot")
4
save dot_diam;
5
2 dot_diam# = interline# - stafflinethickness#;
6
define_pixels(dot_diam)
7
pickup pencircle scaled dot_diam;
8
draw (dot_diam/2,0);
9
set_char_box(0, dot_diam#, dot_diam#/2, dot_diam#/2);
10
fet_endchar;
11
12
13
fet_endgroup("dots");