X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/mup/blobdiff_plain/cdb3c0882392596f814cf939cbfbd38adc6f2bfe..ddf6330b56bcfb657e0186b24b9b1422c51d3424:/mup/docs/uguide/chant.html diff --git a/mup/docs/uguide/chant.html b/mup/docs/uguide/chant.html new file mode 100644 index 0000000..16a68c1 --- /dev/null +++ b/mup/docs/uguide/chant.html @@ -0,0 +1,92 @@ + + +Chant + + +

+   <-- previous page + +     Table of Contents    next page --> +

+ +

+Chant +

+

+Here is an example that shows some techniques you might use when +writing chant. +

+1: 1a;
+lyrics 1: "This<^ is an example of one way>";
+bar
+
+1: d;e;2f;
+lyrics 1: "to do chant.";
+bar
+
+1: 1f;
+lyrics 1: "when<^ there are many words for a>";
+bar
+
+1: d;f;2;
+lyrics 1: "sin-gle note.";
+dblbar
+
+newscore
+// Note use of 'n' to not print the time signature
+score time=7/4n
+music
+1: a;;;b;g;2a;
+lyrics 1: "When there are man-y notes,";
+bar
+
+score time=8/4n
+music
+1: d;e;f;e;f;8e;;2;
+lyrics 1: "You might change the time sig-na-ture";
+bar
+
+score time=5/4n
+music
+1: a;e;;2d;
+lyrics 1: "on ev-ery bar,";
+bar
+
+score time=7/4n
+music
+1: e;f;e;d;c;2d;
+lyrics 1: "to match the syl-la-bles.";
+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: "You can al-so use tup-lets,";
+invisbar
+
+1: {f;g;e;2d;e;2.d;}9n,1/2;
+lyrics 1: "A-long with in-vis-bars.";
+dblbar
+
+newscore
+
+score stemlen=0
+music
+
+1: d+;c+;b;g;2a;;
+lyrics 1: "Set stem-len to ze-ro,";
+invisbar
+
+1: {f;2e;4d;c;1d;}9n,1/2;
+lyrics 1: "to get stem-less notes.";
+endbar
+

+Picture of Mup output
+

+

+   <-- previous page     Table of Contents    next page --> +

+