chiark / gitweb /
Merge branch 'arkkra' into shiny
[mup] / mup / docs / uguide / mussym.html
CommitLineData
69695f33
MW
1<HTML>
2<HEAD><TITLE>
3Music symbols
4</TITLE></HEAD>
5<BODY>
6<P>
7&nbsp;&nbsp;&nbsp;<A HREF="textmark.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="phrase.html">next page --&gt;</A>
10</P>
11
12<H2>
13Mussym
14</H2>
15<P>
16While it is possible to place musical symbols
17such as fermatas and coda signs using
18<A HREF="textmark.html">text statements,</A>
19it is perhaps a bit confusing, since music
20symbols are really not part of any particular font. So there is a &quot;mussym&quot;
21statement which can be used. The text strings after the colon must each
22consist of a single musical symbol whose name can be given without the
23usual \() wrapper. The following two lines produce identical results,
24but the second is perhaps a bit clearer:
25<BR><PRE>
26rom above 1: 1 &quot;\(ferm)&quot;;
27mussym above 1: 1 &quot;ferm&quot;;
28</PRE><BR>
29</P>
30<P>
31A duration is not allowed on mussym statements
32except in one special case--if the
33symbol is &quot;tr&quot; (trill). In that case, the duration tells Mup how long a
34wavy line to draw from the end of the &quot;tr&quot; symbol.
35<BR><PRE>
361: 2e;g;
37mussym above 1: 1 &quot;tr&quot; til 2; 3 &quot;ferm&quot;;
38endbar
39</PRE><BR>
40<IMG SRC="mugex72.gif" ALT="Picture of Mup output"><BR>
41</P>
42<P>
43A size can optionally be specified, inside parentheses:
44<BR><PRE>
45mussym (15) above 2: &quot;turn&quot;;
46</PRE><BR>
47</P>
48<HR><P>
49&nbsp;&nbsp;&nbsp;<A HREF="textmark.html">&lt;-- previous page</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Table of Contents</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="phrase.html">next page --&gt;</A>
50</P>
51</BODY></HTML>