summaryrefslogtreecommitdiff
path: root/macros/texmuse/Doc/tex/mainloop5.mf
diff options
context:
space:
mode:
Diffstat (limited to 'macros/texmuse/Doc/tex/mainloop5.mf')
-rw-r--r--macros/texmuse/Doc/tex/mainloop5.mf39
1 files changed, 0 insertions, 39 deletions
diff --git a/macros/texmuse/Doc/tex/mainloop5.mf b/macros/texmuse/Doc/tex/mainloop5.mf
deleted file mode 100644
index 54be752d95..0000000000
--- a/macros/texmuse/Doc/tex/mainloop5.mf
+++ /dev/null
@@ -1,39 +0,0 @@
-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:= 6;
-def rhythm =
- curr_instr:="rhythm;";
- note_[index][instr_]:=currentpicture;
- instr_:=1;
- currentpicture:=note_[index][instr_];
- enddef;
-new_char(128);
-rhythm;
- add_halfheads(b3);
- regular_stem;
-end_of_char;
-new_char(16);
-rhythm;
- add_noteheads(b3);
-end_of_char;
-new_char(16);
-rhythm;
- add_noteheads(b3);
-end_of_char;
-new_char(96);
-rhythm;
- add_noteheads(b3);
- beam(2,2,1,b3,3,2,1,b3,4,1,1,b3);
-end_of_char;
-new_char(-least_spaced);
-rhythm;
- barline_(0);
-end_of_char;
- end_of_block; make_line(next_char);
-showstats; end.