chiark / gitweb /
Merge branch 'arkkra' into shiny
[mup] / mup / docs / uguide / chant.html
diff --git a/mup/docs/uguide/chant.html b/mup/docs/uguide/chant.html
new file mode 100644 (file)
index 0000000..16a68c1
--- /dev/null
@@ -0,0 +1,92 @@
+<HTML>
+<HEAD><TITLE>
+Chant
+</TITLE></HEAD>
+<BODY>
+<P>
+&nbsp;&nbsp;&nbsp;<A HREF="invisbar.html">&lt;-- previous page</A>
+
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Table of Contents</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="sharehd.html">next page --&gt;</A>
+</P>
+          
+<H2>
+Chant
+</H2>
+<P>
+Here is an example that shows some techniques you might use when
+writing chant.
+<BR><PRE>
+1: 1a;
+lyrics 1: &quot;This&lt;^ is an example of one way&gt;&quot;;
+bar
+
+1: d;e;2f;
+lyrics 1: &quot;to do chant.&quot;;
+bar
+
+1: 1f;
+lyrics 1: &quot;when&lt;^ there are many words for a&gt;&quot;;
+bar
+
+1: d;f;2;
+lyrics 1: &quot;sin-gle note.&quot;;
+dblbar
+
+newscore
+// Note use of 'n' to not print the time signature
+score time=7/4n
+music
+1: a;;;b;g;2a;
+lyrics 1: &quot;When there are man-y notes,&quot;;
+bar
+
+score time=8/4n
+music
+1: d;e;f;e;f;8e;;2;
+lyrics 1: &quot;You might change the time sig-na-ture&quot;;
+bar
+
+score time=5/4n
+music
+1: a;e;;2d;
+lyrics 1: &quot;on ev-ery bar,&quot;;
+bar
+
+score time=7/4n
+music
+1: e;f;e;d;c;2d;
+lyrics 1: &quot;to match the syl-la-bles.&quot;;
+dblbar
+
+newscore
+
+score time=8/4n
+music
+// Note use of 'n' to not print tuplet number/bracket
+1: {d;e;f;g;e;2d;;}10n,1/2; 
+lyrics 1: &quot;You can al-so use tup-lets,&quot;;
+invisbar
+
+1: {f;g;e;2d;e;2.d;}9n,1/2;
+lyrics 1: &quot;A-long with in-vis-bars.&quot;;
+dblbar
+
+newscore
+
+score stemlen=0
+music
+
+1: d+;c+;b;g;2a;;
+lyrics 1: &quot;Set stem-len to ze-ro,&quot;;
+invisbar
+
+1: {f;2e;4d;c;1d;}9n,1/2;
+lyrics 1: &quot;to get stem-less notes.&quot;;
+endbar
+</PRE><BR>
+<IMG SRC="mugex89.gif" ALT="Picture of Mup output"><BR>
+</P>
+<HR><P>
+&nbsp;&nbsp;&nbsp;<A HREF="invisbar.html">&lt;-- previous page</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Table of Contents</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="sharehd.html">next page --&gt;</A>
+</P>
+</BODY></HTML>