Mercurial > dottes
annotate web/index.html @ 1066:cd82291954e3 build-default-387
Added Lilliburleo.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Thu, 07 Oct 2021 20:02:25 +0100 |
parents | e6587dc18509 |
children | 50505835a244 |
rev | line source |
---|---|
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
1 <!DOCTYPE html> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
2 <html lang="en"> |
43
d92717f8130c
First go at producing a very simple website.
Jim Hague <jim.hague@laicatc.com>
parents:
diff
changeset
|
3 <head> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
4 <meta charset="utf-8" /> |
624
464a2adedeb6
Set initial viewport settings.
Jim Hague <jim.hague@acm.org>
parents:
621
diff
changeset
|
5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
6 <title>Ye Crie Havock Booke of Dottes</title> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
7 <link rel="stylesheet" href="css/dottes.css" /> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
8 |
443
ae0836b5f4dd
Change main body font to Open Sans, to match the main Havoc website.
Jim Hague <jim.hague@acm.org>
parents:
411
diff
changeset
|
9 <link href='http://fonts.googleapis.com/css?family=Pirata+One|Open+Sans' |
195 | 10 rel='stylesheet' type='text/css'> |
43
d92717f8130c
First go at producing a very simple website.
Jim Hague <jim.hague@laicatc.com>
parents:
diff
changeset
|
11 </head> |
d92717f8130c
First go at producing a very simple website.
Jim Hague <jim.hague@laicatc.com>
parents:
diff
changeset
|
12 <body> |
621
dfeb781e5196
Attempt revamp of CSS and presentation. Ditch 960.
Jim Hague <jim.hague@acm.org>
parents:
443
diff
changeset
|
13 <div class="container"> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
14 <a href="/"> |
621
dfeb781e5196
Attempt revamp of CSS and presentation. Ditch 960.
Jim Hague <jim.hague@acm.org>
parents:
443
diff
changeset
|
15 <div class="header-strip banner"> |
628 | 16 <img src="img/banner.png"> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
17 </div> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
18 </a> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
19 |
621
dfeb781e5196
Attempt revamp of CSS and presentation. Ditch 960.
Jim Hague <jim.hague@acm.org>
parents:
443
diff
changeset
|
20 <div class="dottes-body"> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
21 <h1>The music of Cry Havoc, a reference.</h1> |
308
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
22 <p>Music forms a core part of Cry Havoc Botley Morris. Of course, the |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
23 musicians provide the music we dance to. And after every practice or |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
24 dance-out, there is a music-playing session. |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
25 <p>Havoc musicians come in all shades of experience and ability. |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
26 This collection is intended to help those like me who are inexpert with |
400
f1c4abe4fc75
First go at adding the tune learner page.
Jim Hague <jim.hague@acm.org>
parents:
378
diff
changeset
|
27 instrument and folk music generally.</p> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
28 <p>Being folk tunes, many of the tunes herein have many variations. |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
29 The music presented here is my attempt at reflecting what is actually |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
30 played at Havoc sessions. I'm in no way suggesting that they are |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
31 in any way <em>correct</em>. This is just how we go about them.</p> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
32 <p>The tunes we play tend to vary over time. So this collection is |
308
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
33 not static, but will change over time. Lesser used tunes, or simply |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
34 tunes that I like but are not in general Havoc currency, are in |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
35 the Library collection.</p> |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
36 <p>The majority of tunes here have no identifiable author, and |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
37 are unquestionably in the public domain. Rather than litter the |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
38 pages with <em>Trad.</em> or <em>Anon.</em>, I have left them |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
39 unattributed. Some, however, have an identifiable author or |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
40 arranger and copyright unquestionably remains with that person. |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
41 I believe these tunes to enjoy widespread currency on the folk |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
42 music scene, and therefore there is at least tacit approval by |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
43 the authors for their dissemination. If this is not the case, |
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
44 please contact me at the address below and I will remove the |
629
37a9b621b5a6
Tidy main page and rename transpose container. Adjust CSS for main page.
Jim Hague <jim.hague@acm.org>
parents:
628
diff
changeset
|
45 offending tune.</p> |
37a9b621b5a6
Tidy main page and rename transpose container. Adjust CSS for main page.
Jim Hague <jim.hague@acm.org>
parents:
628
diff
changeset
|
46 <div class="dottes-transpose-container"> |
213
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
47 <div class="dottes-transpose-instrument"> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
48 <div class="dottes-transpose-instrument-item dottes-transpose-instrument-name"> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
49 <h1>Tunes</h1> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
50 </div> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
51 <div class="dottes-transpose-instrument-item dottes-transpose-how"> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
52 <p>The tunes are separated into tune collections. |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
53 </div> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
54 <div class="dottes-transpose-instrument-item dottes-transpose-tune-types"> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
55 <ul class="tune-type-list"> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
56 <li><a href="Morris">Morris</a></li> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
57 <li><a href="Session">Session</a></li> |
1040
e6587dc18509
Add Beginners section to main website front page.
Jim Hague <jim.hague@acm.org>
parents:
1019
diff
changeset
|
58 <li><a href="Beginners">Beginners</a></li> |
234
6e96742a67a3
Add Library for non-Havoc tunes.
Jim Hague <jim.hague@laicatc.com>
parents:
216
diff
changeset
|
59 <li><a href="Library">Library</a></li> |
213
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
60 </ul> |
8e6105d2bf59
Sort out the tunes and transposition displayed on the front page.
Jim Hague <jim.hague@laicatc.com>
parents:
207
diff
changeset
|
61 </div> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
62 </div> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
63 </div> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
64 </div> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
65 |
621
dfeb781e5196
Attempt revamp of CSS and presentation. Ditch 960.
Jim Hague <jim.hague@acm.org>
parents:
443
diff
changeset
|
66 <div class="dottes-body"> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
67 <h1>But my instrument isn't suited for treble clef concert pitch!</h1> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
68 <p>Of course, not all instruments are suited to playing music written |
629
37a9b621b5a6
Tidy main page and rename transpose container. Adjust CSS for main page.
Jim Hague <jim.hague@acm.org>
parents:
628
diff
changeset
|
69 in concert pitch in the treble clef.</p> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
70 <p>To help those with such instruments get started, I've done some |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
71 simple transpositions for requested instruments. These are |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
72 <strong>not</strong> proper arrangements; I lack the time and the |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
73 knowledge or ability to do that. Instead, they are automatically |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
74 generated from the concert pitch originals using a typically very |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
75 simple method. |
216
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
76 <p>I hope you find them useful.</p> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
77 |
629
37a9b621b5a6
Tidy main page and rename transpose container. Adjust CSS for main page.
Jim Hague <jim.hague@acm.org>
parents:
628
diff
changeset
|
78 <div class="dottes-transpose-container"> |
216
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
79 <div class="dottes-transpose-instrument"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
80 <div class="dottes-transpose-instrument-item dottes-transpose-instrument-name"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
81 <h1>Cello</h1> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
82 </div> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
83 <div class="dottes-transpose-instrument-item dottes-transpose-how"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
84 <p>Transpose down one or two octaves depending on the range in the |
629
37a9b621b5a6
Tidy main page and rename transpose container. Adjust CSS for main page.
Jim Hague <jim.hague@acm.org>
parents:
628
diff
changeset
|
85 tune, and use the bass clef.</p> |
216
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
86 </div> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
87 <div class="dottes-transpose-instrument-item dottes-transpose-tune-types"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
88 <ul class="tune-type-list"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
89 <li><a href="Morris-Cello">Morris</a></li> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
90 <li><a href="Session-Cello">Session</a></li> |
1040
e6587dc18509
Add Beginners section to main website front page.
Jim Hague <jim.hague@acm.org>
parents:
1019
diff
changeset
|
91 <li><a href="Beginners-Cello">Beginners</a></li> |
234
6e96742a67a3
Add Library for non-Havoc tunes.
Jim Hague <jim.hague@laicatc.com>
parents:
216
diff
changeset
|
92 <li><a href="Library-Cello">Library</a></li> |
216
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
93 </ul> |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
94 </div> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
95 </div> |
216
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
96 </div> |
629
37a9b621b5a6
Tidy main page and rename transpose container. Adjust CSS for main page.
Jim Hague <jim.hague@acm.org>
parents:
628
diff
changeset
|
97 <div class="dottes-transpose-container"> |
216
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
98 <div class="dottes-transpose-instrument"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
99 <div class="dottes-transpose-instrument-item dottes-transpose-instrument-name"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
100 <h1>Horn in F</h1> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
101 </div> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
102 <div class="dottes-transpose-instrument-item dottes-transpose-how"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
103 <p>Transpose up a fifth, or down a seventh depending on the |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
104 range in the tune. To avoid scaring less able horn players such |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
105 as myself, the transposed score will prefer going below middle C |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
106 to going above the top G on the stave. Able horn players |
629
37a9b621b5a6
Tidy main page and rename transpose container. Adjust CSS for main page.
Jim Hague <jim.hague@acm.org>
parents:
628
diff
changeset
|
107 can transpose in their heads anyway, so don't need this.</p> |
216
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
108 </div> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
109 <div class="dottes-transpose-instrument-item dottes-transpose-tune-types"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
110 <ul class="tune-type-list"> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
111 <li><a href="Morris-HornInF">Morris</a></li> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
112 <li><a href="Session-HornInF">Session</a></li> |
1040
e6587dc18509
Add Beginners section to main website front page.
Jim Hague <jim.hague@acm.org>
parents:
1019
diff
changeset
|
113 <li><a href="Beginners-HornInF">Beginners</a></li> |
234
6e96742a67a3
Add Library for non-Havoc tunes.
Jim Hague <jim.hague@laicatc.com>
parents:
216
diff
changeset
|
114 <li><a href="Library-HornInF">Library</a></li> |
216
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
115 </ul> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
116 </div> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
117 </div> |
64b84dea3337
Add Horn in F transposition.
Jim Hague <jim.hague@laicatc.com>
parents:
213
diff
changeset
|
118 </div> |
678
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
119 <div class="dottes-transpose-container"> |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
120 <div class="dottes-transpose-instrument"> |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
121 <div class="dottes-transpose-instrument-item dottes-transpose-instrument-name"> |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
122 <h1>Alto recorder using C fingering</h1> |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
123 </div> |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
124 <div class="dottes-transpose-instrument-item dottes-transpose-how"> |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
125 <p>Transpose down a fifth, or up a seventh depending on the |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
126 range in the tune. This allows players familiar with the |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
127 descant recorder to use the fingering they already know |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
128 when playing the alto recorder, rather than having to |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
129 learn F fingering.</p> |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
130 </div> |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
131 <div class="dottes-transpose-instrument-item dottes-transpose-tune-types"> |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
132 <ul class="tune-type-list"> |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
133 <li><a href="Morris-AltoRecorderCFingering">Morris</a></li> |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
134 <li><a href="Session-AltoRecorderCFingering">Session</a></li> |
1040
e6587dc18509
Add Beginners section to main website front page.
Jim Hague <jim.hague@acm.org>
parents:
1019
diff
changeset
|
135 <li><a href="Beginners-AltoRecorderCFingering">Beginners</a></li> |
678
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
136 <li><a href="Library-AltoRecorderCFingering">Library</a></li> |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
137 </ul> |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
138 </div> |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
139 </div> |
dff7d9fb81b3
Add alto recorder to website front page.
Jim Hague <jim.hague@acm.org>
parents:
629
diff
changeset
|
140 </div> |
1019 | 141 <div class="dottes-transpose-container"> |
142 <div class="dottes-transpose-instrument"> | |
143 <div class="dottes-transpose-instrument-item dottes-transpose-instrument-name"> | |
144 <h1>Alto saxophone</h1> | |
145 </div> | |
146 <div class="dottes-transpose-instrument-item dottes-transpose-how"> | |
147 <p>Transpose down a third. As with horns, good sax players | |
148 can do this in their heads anyway.</p> | |
149 </div> | |
150 <div class="dottes-transpose-instrument-item dottes-transpose-tune-types"> | |
151 <ul class="tune-type-list"> | |
152 <li><a href="Morris-AltoSax">Morris</a></li> | |
153 <li><a href="Session-AltoSax">Session</a></li> | |
1040
e6587dc18509
Add Beginners section to main website front page.
Jim Hague <jim.hague@acm.org>
parents:
1019
diff
changeset
|
154 <li><a href="Beginners-AltoSax">Beginners</a></li> |
1019 | 155 <li><a href="Library-AltoSax">Library</a></li> |
156 </ul> | |
157 </div> | |
158 </div> | |
159 </div> | |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
160 </div> |
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
161 |
621
dfeb781e5196
Attempt revamp of CSS and presentation. Ditch 960.
Jim Hague <jim.hague@acm.org>
parents:
443
diff
changeset
|
162 <div class="dottes-body"> |
233
92500a8068ce
Add contact details to website.
Jim Hague <jim.hague@acm.org>
parents:
216
diff
changeset
|
163 <h1>Who is responsible for this?</h1> |
92500a8068ce
Add contact details to website.
Jim Hague <jim.hague@acm.org>
parents:
216
diff
changeset
|
164 <p>Found a mistake, missing a tune or just want something changed? |
92500a8068ce
Add contact details to website.
Jim Hague <jim.hague@acm.org>
parents:
216
diff
changeset
|
165 Email Jim at <a href="mailto:dottes@cryhavoc.org.uk"> |
92500a8068ce
Add contact details to website.
Jim Hague <jim.hague@acm.org>
parents:
216
diff
changeset
|
166 dottes@cryhavoc.org.uk</a>.</p> |
92500a8068ce
Add contact details to website.
Jim Hague <jim.hague@acm.org>
parents:
216
diff
changeset
|
167 </div> |
92500a8068ce
Add contact details to website.
Jim Hague <jim.hague@acm.org>
parents:
216
diff
changeset
|
168 |
621
dfeb781e5196
Attempt revamp of CSS and presentation. Ditch 960.
Jim Hague <jim.hague@acm.org>
parents:
443
diff
changeset
|
169 <div class="dottes-body"> |
411
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
170 <h1>Acknowledgements</h1> |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
171 <p>A few tunes here are from <a href="http://www.paulhardy.net/"> |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
172 Paul Hardy's Session Tunebook</a>. Many thanks to Paul for |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
173 licensing it under permissive terms. I have followed his lead |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
174 and used the same <a href="#licencing">licence</a> for the |
629
37a9b621b5a6
Tidy main page and rename transpose container. Adjust CSS for main page.
Jim Hague <jim.hague@acm.org>
parents:
628
diff
changeset
|
175 Booke of Dottes.</p> |
411
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
176 <p>One icon on this website is courtesy |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
177 of <a href="www.creativefreedom.co.uk">Creative Freedom</a>. |
964
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
178 Thanks to them.</p> |
411
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
179 <p>Above all, profuse and grateful thanks to all my fellow |
928 | 180 Havocs, notably MickP, Nerys, KateK, Susie and Ed, and most especially |
784 | 181 to Jane. They have supplied the tunes, |
629
37a9b621b5a6
Tidy main page and rename transpose container. Adjust CSS for main page.
Jim Hague <jim.hague@acm.org>
parents:
628
diff
changeset
|
182 checked the renditions, and offered corrections and suggestions. |
37a9b621b5a6
Tidy main page and rename transpose container. Adjust CSS for main page.
Jim Hague <jim.hague@acm.org>
parents:
628
diff
changeset
|
183 Without them, this project couldn't have happened.</p> |
411
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
184 </div> |
a76d78fb48bb
Add Acknowledgements to front page.
Jim Hague <jim.hague@acm.org>
parents:
400
diff
changeset
|
185 |
621
dfeb781e5196
Attempt revamp of CSS and presentation. Ditch 960.
Jim Hague <jim.hague@acm.org>
parents:
443
diff
changeset
|
186 <div class="dottes-body"> |
964
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
187 <h1>Geek zone</h1> |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
188 <p>All sources for the Booke can be found at in a |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
189 <a href="https://www.mercurial-scm.org">Mercurial</a> |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
190 repository at <a href="http://hg.cryhavoc.org.uk/dottes"> |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
191 http://hg.cryhavoc.org.uk/dottes</a>. Tunes are in |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
192 Chris Walshaw's <a href="http://abcnotation.com">abc notation</a>.</p> |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
193 <p>The music scores are typeset by Jef Moine's |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
194 <a href="http://moinejf.free.fr/">abcm2ps</a>. Music samples |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
195 are generated with <a href="http://abc.sourceforge.net/abcMIDI/"> |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
196 abcMIDI</a> and <a href="https://sourceforge.net/projects/timidity/"> |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
197 TiMidity++</a>.</p> |
967
edcc3887f06f
Adding missing words to web typesetting blurb.
Jim Hague <jim.hague@acm.org>
parents:
964
diff
changeset
|
198 <p>The printed documents are typeset with |
edcc3887f06f
Adding missing words to web typesetting blurb.
Jim Hague <jim.hague@acm.org>
parents:
964
diff
changeset
|
199 <a href="https://www.latex-project.org/"> |
964
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
200 <span class="latex">L<sup>A</sup>T<sub>E</sub>X</span></a> |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
201 using <a href="http://xetex.sourceforge.net/"> |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
202 <span class="xetex">X<sub>Ǝ</sub>L<sub>A</sub>T<sub>E</sub>X</span></a> |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
203 from <a href="https://www.tug.org/texlive/"> |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
204 <span class="latex">T<sub>E</sub>X</span> Live</a> |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
205 on a <a href="https://www.debian.org/">Debian Linux</a> system. |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
206 Grateful thanks to all contributors to abc, |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
207 <span class="latex">L<sup>A</sup>T<sub>E</sub>X</span>, |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
208 Debian, Linux and related software.</p> |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
209 </div> |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
210 |
9eff07108792
Add tech data section to website and update printed version.
Jim Hague <jim.hague@acm.org>
parents:
928
diff
changeset
|
211 <div class="dottes-body"> |
629
37a9b621b5a6
Tidy main page and rename transpose container. Adjust CSS for main page.
Jim Hague <jim.hague@acm.org>
parents:
628
diff
changeset
|
212 <p> |
257 | 213 <a rel="license" |
214 href="http://creativecommons.org/licenses/by-sa/2.0/uk/deed.en_US"> | |
215 <img alt="Creative Commons License" style="border-width:0" | |
378
e855ad8f39c0
Oops. Correct licence logo too.
Jim Hague <jim.hague@acm.org>
parents:
375
diff
changeset
|
216 src="http://i.creativecommons.org/l/by-nc-sa/2.0/uk/88x31.png"/> |
257 | 217 </a> |
218 <br /> | |
308
22759794b31f
Revise intro wording on documents and website.
Jim Hague <jim.hague@acm.org>
parents:
257
diff
changeset
|
219 The collection of tunes that is |
257 | 220 <span xmlns:dct="http://purl.org/dc/terms/" |
221 property="dct:title">Ye Crie Havock Booke of Dottes</span> | |
222 by <a xmlns:cc="http://creativecommons.org/ns#" | |
223 href="dottes.cryhavoc.og.uk" property="cc:attributionName" | |
224 rel="cc:attributionURL">Jim Hague</a> | |
225 is licensed under a | |
375
d4b35a2fcaf0
Correct licence on website to by-nc-sa.
Jim Hague <jim.hague@acm.org>
parents:
308
diff
changeset
|
226 <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/"> |
d4b35a2fcaf0
Correct licence on website to by-nc-sa.
Jim Hague <jim.hague@acm.org>
parents:
308
diff
changeset
|
227 Creative Commons Attribution-NonCommercial-ShareAlike 2.0 UK: England & Wales |
629
37a9b621b5a6
Tidy main page and rename transpose container. Adjust CSS for main page.
Jim Hague <jim.hague@acm.org>
parents:
628
diff
changeset
|
228 License</a>. |
37a9b621b5a6
Tidy main page and rename transpose container. Adjust CSS for main page.
Jim Hague <jim.hague@acm.org>
parents:
628
diff
changeset
|
229 </p> |
257 | 230 </div> |
231 | |
192
fd0bcf094cf8
First go at some contemporary HTML/CSS stuff for the Booke.
Jim Hague <jim.hague@acm.org>
parents:
189
diff
changeset
|
232 </div> |
43
d92717f8130c
First go at producing a very simple website.
Jim Hague <jim.hague@laicatc.com>
parents:
diff
changeset
|
233 </body> |
d92717f8130c
First go at producing a very simple website.
Jim Hague <jim.hague@laicatc.com>
parents:
diff
changeset
|
234 </html> |