chiark / gitweb /
Import upstream version 5.3.
[mup] / mup / docs / uguide / multirst.html
1 <HTML>
2 <HEAD><TITLE>
3 Multirests
4 </TITLE></HEAD>
5 <BODY>
6 <P>
7 &nbsp;&nbsp;&nbsp;<A HREF="bars.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="lyrics.html">next page --&gt;</A>
10 </P>
11            
12 <H2>
13 Multirest
14 </H2>
15 <P>
16 Multiple measure rests can be indicated using the &quot;multirest&quot; statement.
17 It is followed by the number of measures of rest.
18 The number must be greater than 1, and no larger than 1000.
19 There must not be any note or lyric information specified for
20 a multirest measure.
21 Examples:
22 <BR><PRE>
23 multirest 15
24 bar
25 1: 2c;4;;
26 bar
27 1: 2.c;4r;
28 bar
29 multirest 5
30 bar
31 </PRE><BR>
32 <IMG SRC="mugex40.gif" ALT="Picture of Mup output"><BR>
33 </P>
34 <P>
35 See also
36 <A HREF="cmdargs.html#coption">the -c command line option,</A>
37 and
38 <A HREF="param.html#restcomb">the restcombine parameter.</A>
39 </P>
40 <P>
41 Normally, the number of measures of rest is printed, but
42 it is possible to turn this off using
43 <A HREF="param.html#prmultn">the printmultnum parameter.</A>
44 An alternate notation can be specified using
45 <A HREF="param.html#restsymm">the restsymmult parameter.</A>
46 </P>
47 <HR><P>
48 &nbsp;&nbsp;&nbsp;<A HREF="bars.html">&lt;-- previous page</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Table of Contents</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="lyrics.html">next page --&gt;</A>
49 </P>
50 </BODY></HTML>