chiark / gitweb /
Merge branch 'arkkra' into shiny
[mup] / mup / docs / uguide / chant.html
CommitLineData
69695f33
MW
1<HTML>
2<HEAD><TITLE>
3Chant
4</TITLE></HEAD>
5<BODY>
6<P>
7&nbsp;&nbsp;&nbsp;<A HREF="invisbar.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="sharehd.html">next page --&gt;</A>
10</P>
11
12<H2>
13Chant
14</H2>
15<P>
16Here is an example that shows some techniques you might use when
17writing chant.
18<BR><PRE>
191: 1a;
20lyrics 1: &quot;This&lt;^ is an example of one way&gt;&quot;;
21bar
22
231: d;e;2f;
24lyrics 1: &quot;to do chant.&quot;;
25bar
26
271: 1f;
28lyrics 1: &quot;when&lt;^ there are many words for a&gt;&quot;;
29bar
30
311: d;f;2;
32lyrics 1: &quot;sin-gle note.&quot;;
33dblbar
34
35newscore
36// Note use of 'n' to not print the time signature
37score time=7/4n
38music
391: a;;;b;g;2a;
40lyrics 1: &quot;When there are man-y notes,&quot;;
41bar
42
43score time=8/4n
44music
451: d;e;f;e;f;8e;;2;
46lyrics 1: &quot;You might change the time sig-na-ture&quot;;
47bar
48
49score time=5/4n
50music
511: a;e;;2d;
52lyrics 1: &quot;on ev-ery bar,&quot;;
53bar
54
55score time=7/4n
56music
571: e;f;e;d;c;2d;
58lyrics 1: &quot;to match the syl-la-bles.&quot;;
59dblbar
60
61newscore
62
63score time=8/4n
64music
65// Note use of 'n' to not print tuplet number/bracket
661: {d;e;f;g;e;2d;;}10n,1/2;
67lyrics 1: &quot;You can al-so use tup-lets,&quot;;
68invisbar
69
701: {f;g;e;2d;e;2.d;}9n,1/2;
71lyrics 1: &quot;A-long with in-vis-bars.&quot;;
72dblbar
73
74newscore
75
76score stemlen=0
77music
78
791: d+;c+;b;g;2a;;
80lyrics 1: &quot;Set stem-len to ze-ro,&quot;;
81invisbar
82
831: {f;2e;4d;c;1d;}9n,1/2;
84lyrics 1: &quot;to get stem-less notes.&quot;;
85endbar
86</PRE><BR>
87<IMG SRC="mugex89.gif" ALT="Picture of Mup output"><BR>
88</P>
89<HR><P>
90&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>
91</P>
92</BODY></HTML>