chiark / gitweb /
Merge branch 'arkkra' into shiny
[mup] / mup / docs / uguide / pedal.html
diff --git a/mup/docs/uguide/pedal.html b/mup/docs/uguide/pedal.html
new file mode 100644 (file)
index 0000000..44824c1
--- /dev/null
@@ -0,0 +1,50 @@
+<HTML>
+<HEAD><TITLE>
+Piano pedal marks
+</TITLE></HEAD>
+<BODY>
+<P>
+&nbsp;&nbsp;&nbsp;<A HREF="octave.html">&lt;-- previous page</A>
+
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Table of Contents</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="roll.html">next page --&gt;</A>
+</P>
+             
+<H2>
+Piano pedal marks
+</H2>
+<P>
+Piano pedal marks are somewhat different than
+<A HREF="textmark.html">other similar Mup statements.</A>
+Rather than having begintime, text, and duration, each
+item is just a time offset value, plus an optional &quot;*&quot;. If no pedal mark
+is currently in progress, the first time offset value indicates where the
+pedal is depressed. Any subsequent pedal items on that staff will then
+indicate a &quot;blip&quot;--lifting and then immediately depressing the pedal
+(which is indicated on the printed music by a &quot;^&quot;), unless there is a &quot;*&quot;,
+in which case it means to lift the pedal and leave it up.
+</P>
+<P>
+Some examples may help:
+<BR><PRE>
+1: c;d;e;2.g;
+2: 1.ceg;
+// depress pedal on beat 1, release on 3
+pedal 2: 1; 3*;
+bar
+
+1: g;d;e;f;g;;
+2: 1.gdb-;
+// depress pedal on 2, release and depress
+// on 4, release on 6
+pedal below 2: 2; 4; 6*;
+bar
+</PRE><BR>
+<IMG SRC="mugex77.gif" ALT="Picture of Mup output"><BR>
+</P>
+<P>
+<A HREF="param.html#pedstyle">See also the "pedstyle" parameter.</A>
+</P>
+<HR><P>
+&nbsp;&nbsp;&nbsp;<A HREF="octave.html">&lt;-- previous page</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Table of Contents</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="roll.html">next page --&gt;</A>
+</P>
+</BODY></HTML>