summaryrefslogtreecommitdiff
path: root/macros/texmuse/Doc/tex/mainloop4.mf
blob: 8ac6db9eafeee89f5817dfd0280e9937f99b40d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
mode_setup;
input txmfont;
input texmuse;
instr_no(1);
key_ := 0;
desired_width := desired_width/pt;
staff_1="-1,0,1,2,3";
bar_type1=10;
instr_clef1:= 0;
def tie =
   curr_instr:="tie;";
   note_[index][instr_]:=currentpicture;
   instr_:=1;
   currentpicture:=note_[index][instr_];
   enddef;
new_char(64);
tie;
   add_noteheads(g5);
   regular_stem;
   add_tie(g5);
end_of_char;
new_char(192);
tie;
   close_tie(g5);
   add_noteheads(g5);
   regular_stem;
end_of_char;
new_char(-least_spaced);
tie;
   barline_(0);
end_of_char;
 end_of_block; make_line(next_char);
showstats; end.