summaryrefslogtreecommitdiff
path: root/obsolete/macros/texmuse/Samples/tex/dmajor4.mf
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete/macros/texmuse/Samples/tex/dmajor4.mf')
-rw-r--r--obsolete/macros/texmuse/Samples/tex/dmajor4.mf27
1 files changed, 27 insertions, 0 deletions
diff --git a/obsolete/macros/texmuse/Samples/tex/dmajor4.mf b/obsolete/macros/texmuse/Samples/tex/dmajor4.mf
new file mode 100644
index 0000000000..ded238a548
--- /dev/null
+++ b/obsolete/macros/texmuse/Samples/tex/dmajor4.mf
@@ -0,0 +1,27 @@
+mode_setup;
+input txmfont;
+input texmuse;
+instr_no(1);
+staff_1="-1,0,1,2,3";
+bar_type11=10;
+key_ := 0;
+desired_width := 345.0pt/pt;
+instr_clef1:= 0;
+def righthand =
+ curr_instr:="righthand;";
+ note_[index][instr_]:=currentpicture;
+ instr_:=1;
+ currentpicture:=note_[index][instr_];
+ enddef;
+new_char(96);
+righthand;
+ add_noteheads(f5);
+ regular_stem;
+ add_dot(f5);
+ add_tie(f5);
+end_of_char;
+new_char(-least_spaced);
+righthand;
+ barline_(10);
+end_of_char;
+end_of_block;