summaryrefslogtreecommitdiff
path: root/obsolete/macros/texmuse/Doc/tex/mainloop1.mf
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete/macros/texmuse/Doc/tex/mainloop1.mf')
-rw-r--r--obsolete/macros/texmuse/Doc/tex/mainloop1.mf45
1 files changed, 45 insertions, 0 deletions
diff --git a/obsolete/macros/texmuse/Doc/tex/mainloop1.mf b/obsolete/macros/texmuse/Doc/tex/mainloop1.mf
new file mode 100644
index 0000000000..59ea2e36b3
--- /dev/null
+++ b/obsolete/macros/texmuse/Doc/tex/mainloop1.mf
@@ -0,0 +1,45 @@
+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 shorter =
+ curr_instr:="shorter;";
+ note_[index][instr_]:=currentpicture;
+ instr_:=1;
+ currentpicture:=note_[index][instr_];
+ enddef;
+new_char(64);
+shorter;
+ add_noteheads(c5);
+ regular_stem;
+end_of_char;
+new_char(32);
+shorter;
+ add_noteheads(e5);
+end_of_char;
+new_char(32);
+shorter;
+ add_noteheads(c5);
+ beam(2,1,1,e5,3,1,1,c5);
+end_of_char;
+new_char(64);
+shorter;
+ add_noteheads(g4);
+ regular_stem;
+end_of_char;
+new_char(64);
+shorter;
+ add_noteheads(g4);
+ regular_stem;
+end_of_char;
+new_char(-least_spaced);
+shorter;
+ barline_(0);
+end_of_char;
+ end_of_block; make_line(next_char);
+showstats; end.