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