chiark / gitweb /
Import upstream version 5.3.
[mup] / mup / docs / uguide / cres.html
1 <HTML>
2 <HEAD><TITLE>
3 Crescendo and decrescendo marks
4 </TITLE></HEAD>
5 <BODY>
6 <P>
7 &nbsp;&nbsp;&nbsp;<A HREF="phrase.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="octave.html">next page --&gt;</A>
10 </P>
11            
12 <H2>
13 Crescendo and decrescendo marks
14 </H2>
15 <P>
16 The &quot;&lt;&quot; and &quot;&gt;&quot; statements are used to specify crescendo and decrescendo marks
17 respectively. Each mark must include a begintime and duration.
18 The begintime can include a grace back up specification,
19 to make the mark apply to grace notes.
20 Some examples:
21 <BR><PRE>
22 1-2: c;d;e;f;
23 &lt; below 1: 1 til 2; 3 til 4.5;
24 3: 2c;g;
25 &gt; between 2&amp;3: 1.7 til 2m + 1;
26 bar
27 1-2: d;e;2g;
28 3: 2d;a;
29 &lt; 2,3: 2 til 3.8;
30 bar
31 1-2: e;g;2c;
32 3: 2.e;4c;
33 endbar
34 </PRE><BR>
35 <IMG SRC="mugex75.gif" ALT="Picture of Mup output"><BR>
36 </P>
37 <P>
38 The placement of crescendo and decrescendo marks can be controlled
39 by setting the
40 <A HREF="param.html#dyndist">dyndist parameter.</A>
41 </P>
42 <HR><P>
43 &nbsp;&nbsp;&nbsp;<A HREF="phrase.html">&lt;-- previous page</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Table of Contents</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="octave.html">next page --&gt;</A>
44 </P>
45 </BODY></HTML>