chiark / gitweb /
Merge branch 'arkkra' into shiny
[mup] / mup / docs / uguide / heeltoe.html
1 <HTML>
2 <HEAD><TITLE>
3 Organ 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>
13 Organ pedal heel and toe marks
14 </H2>
15 <P>
16 Mup does not include characters specially for the standard organ pedal
17 heel and toe indications, but a U in helvetica font and the acc_hat
18 music symbol can be used. You may want to make them a bit smaller than
19 the default size, so defining macros for them may be useful.
20 <BR><PRE>
21 score
22         clef = bass
23
24 // define strings for the organ pedal heel and toe marks
25 define HEEL &quot;\s(-3)\f(HB)U&quot; @
26 define TOE &quot;\s(-1)\(acc_hat)&quot; @
27
28 music
29
30 1: a-;b-;e;f;
31 rom below 1: 1 HEEL; 2 TOE;
32 rom above 1: 3 TOE; 4 HEEL;
33 bar
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>