chiark / gitweb /
Merge branch 'arkkra' into shiny
[mup] / mup / docs / uguide / cres.html
diff --git a/mup/docs/uguide/cres.html b/mup/docs/uguide/cres.html
new file mode 100644 (file)
index 0000000..df494d6
--- /dev/null
@@ -0,0 +1,45 @@
+<HTML>
+<HEAD><TITLE>
+Crescendo and decrescendo marks
+</TITLE></HEAD>
+<BODY>
+<P>
+&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>
+</P>
+           
+<H2>
+Crescendo and decrescendo marks
+</H2>
+<P>
+The &quot;&lt;&quot; and &quot;&gt;&quot; statements are used to specify crescendo and decrescendo marks
+respectively. Each mark must include a begintime and duration.
+The begintime can include a grace back up specification,
+to make the mark apply to grace notes.
+Some examples:
+<BR><PRE>
+1-2: c;d;e;f;
+&lt; below 1: 1 til 2; 3 til 4.5;
+3: 2c;g;
+&gt; between 2&amp;3: 1.7 til 2m + 1;
+bar
+1-2: d;e;2g;
+3: 2d;a;
+&lt; 2,3: 2 til 3.8;
+bar
+1-2: e;g;2c;
+3: 2.e;4c;
+endbar
+</PRE><BR>
+<IMG SRC="mugex75.gif" ALT="Picture of Mup output"><BR>
+</P>
+<P>
+The placement of crescendo and decrescendo marks can be controlled
+by setting the
+<A HREF="param.html#dyndist">dyndist parameter.</A>
+</P>
+<HR><P>
+&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>
+</P>
+</BODY></HTML>