-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathauditions.php
94 lines (68 loc) · 2.22 KB
/
auditions.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<meta name="description" content="description"/>
<meta name="keywords" content="keywords"/>
<meta name="author" content="author"/>
<link rel="stylesheet" type="text/css" href="template/default.css" media="screen"/>
<title>The Class Notes - Cornell's Original Co-Ed A Cappella Group</title>
</head>
<body>
<div class="container">
<?php include("./template/header.php") ?>
<div class="top">
<span>Cornell's Original Co-Ed A Cappella Group</span>
</div>
<div class="main">
<div class="item">
<div class="CNbullet">
</div>
<div class="content">
<h1>Auditions</h1>
<div class="body">
<p>
Come be a part of Cornell's original co-ed a cappella group!
</p>
<p>
At the beginning of each fall and spring semester, The Class Notes hold auditions
for all voice parts.
</p>
<p>
At the audition, you will:
</p>
<ul>
<li>Sing scales (a test of range)</li>
<li>Complete a pitch matching exercise.</li>
<li>
Perform a short contemporary solo, usually a verse and a chorus of something that
demonstrates just how talented you are. The best tip we can offer you is to sing
something in your range, e.g. if you're a bass, we want to hear those rich bass
notes. Please, no show tunes (we love Rodgers and Hammerstein, and we hope they do
not take offense to this rule).
</li>
</ul>
<p>
That’s it! Typically, we have 2-3 days of open auditions, and then we have our
callbacks. We look forward to hearing you, and don’t hesitate to
<a href="mailto:[email protected]">email our Musical Director</a>, Julian Ordman '13,
with any questions.
</p>
<br />
<br />
<br />
<br />
<br />
<br />
</div>
</div>
</div>
</div>
<?php include("./template/navigation.php") ?>
<div class="clearer"><span></span></div>
<div class="footer">© 2010 <a href="index.html">theclassnotes.com</a>.
</div>
</div>
</body>
</html>