chiark / gitweb /
Import upstream version 5.3.
[mup] / mup / docs / uguide / chant.html
1 <HTML>
2 <HEAD><TITLE>
3 Chant
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>
13 Chant
14 </H2>
15 <P>
16 Here is an example that shows some techniques you might use when
17 writing chant.
18 <BR><PRE>
19 1: 1a;
20 lyrics 1: &quot;This&lt;^ is an example of one way&gt;&quot;;
21 bar
22
23 1: d;e;2f;
24 lyrics 1: &quot;to do chant.&quot;;
25 bar
26
27 1: 1f;
28 lyrics 1: &quot;when&lt;^ there are many words for a&gt;&quot;;
29 bar
30
31 1: d;f;2;
32 lyrics 1: &quot;sin-gle note.&quot;;
33 dblbar
34
35 newscore
36 // Note use of 'n' to not print the time signature
37 score time=7/4n
38 music
39 1: a;;;b;g;2a;
40 lyrics 1: &quot;When there are man-y notes,&quot;;
41 bar
42
43 score time=8/4n
44 music
45 1: d;e;f;e;f;8e;;2;
46 lyrics 1: &quot;You might change the time sig-na-ture&quot;;
47 bar
48
49 score time=5/4n
50 music
51 1: a;e;;2d;
52 lyrics 1: &quot;on ev-ery bar,&quot;;
53 bar
54
55 score time=7/4n
56 music
57 1: e;f;e;d;c;2d;
58 lyrics 1: &quot;to match the syl-la-bles.&quot;;
59 dblbar
60
61 newscore
62
63 score time=8/4n
64 music
65 // Note use of 'n' to not print tuplet number/bracket
66 1: {d;e;f;g;e;2d;;}10n,1/2; 
67 lyrics 1: &quot;You can al-so use tup-lets,&quot;;
68 invisbar
69
70 1: {f;g;e;2d;e;2.d;}9n,1/2;
71 lyrics 1: &quot;A-long with in-vis-bars.&quot;;
72 dblbar
73
74 newscore
75
76 score stemlen=0
77 music
78
79 1: d+;c+;b;g;2a;;
80 lyrics 1: &quot;Set stem-len to ze-ro,&quot;;
81 invisbar
82
83 1: {f;2e;4d;c;1d;}9n,1/2;
84 lyrics 1: &quot;to get stem-less notes.&quot;;
85 endbar
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>