chiark / gitweb /
Merge branch 'arkkra' into shiny
[mup] / mup / docs / uguide / heeltoe.html
CommitLineData
69695f33
MW
1<HTML>
2<HEAD><TITLE>
3Organ pedal heel/toe marks
4</TITLE></HEAD>
5<BODY>
6<P>
7&nbsp;&nbsp;&nbsp;<A HREF="breathmk.html">&lt;-- previous page</A>
8
9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Table of Contents</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="muspaper.html">next page --&gt;</A>
10</P>
11
12<H2>
13Organ pedal heel and toe marks
14</H2>
15<P>
16Mup does not include characters specially for the standard organ pedal
17heel and toe indications, but a U in helvetica font and the acc_hat
18music symbol can be used. You may want to make them a bit smaller than
19the default size, so defining macros for them may be useful.
20<BR><PRE>
21score
22 clef = bass
23
24// define strings for the organ pedal heel and toe marks
25define HEEL &quot;\s(-3)\f(HB)U&quot; @
26define TOE &quot;\s(-1)\(acc_hat)&quot; @
27
28music
29
301: a-;b-;e;f;
31rom below 1: 1 HEEL; 2 TOE;
32rom above 1: 3 TOE; 4 HEEL;
33bar
34</PRE><BR>
35<IMG SRC="mugex101.gif" ALT="Picture of Mup output"><BR>
36</P>
37<HR><P>
38&nbsp;&nbsp;&nbsp;<A HREF="breathmk.html">&lt;-- previous page</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Table of Contents</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="muspaper.html">next page --&gt;</A>
39</P>
40</BODY></HTML>