Mercurial > dottes
comparison web/index.html @ 216:64b84dea3337
Add Horn in F transposition.
author | Jim Hague <jim.hague@laicatc.com> |
---|---|
date | Wed, 20 Feb 2013 13:03:40 +0000 |
parents | 8e6105d2bf59 |
children | 92500a8068ce 6e96742a67a3 |
comparison
equal
deleted
inserted
replaced
215:3c9d9654d4a1 | 216:64b84dea3337 |
---|---|
60 simple transpositions for requested instruments. These are | 60 simple transpositions for requested instruments. These are |
61 <strong>not</strong> proper arrangements; I lack the time and the | 61 <strong>not</strong> proper arrangements; I lack the time and the |
62 knowledge or ability to do that. Instead, they are automatically | 62 knowledge or ability to do that. Instead, they are automatically |
63 generated from the concert pitch originals using a typically very | 63 generated from the concert pitch originals using a typically very |
64 simple method. | 64 simple method. |
65 <p>I hope you find them useful. | 65 <p>I hope you find them useful.</p> |
66 | 66 |
67 <div class="dottes-container"> | 67 <div class="dottes-container"> |
68 <div class="dottes-transpose-instrument"> | 68 <div class="dottes-transpose-instrument"> |
69 <div class="dottes-transpose-instrument-item dottes-transpose-instrument-name"> | 69 <div class="dottes-transpose-instrument-item dottes-transpose-instrument-name"> |
70 <h1>Cello</h1> | 70 <h1>Cello</h1> |
71 </div> | 71 </div> |
72 <div class="dottes-transpose-instrument-item dottes-transpose-how"> | 72 <div class="dottes-transpose-instrument-item dottes-transpose-how"> |
73 <p>Transpose down one or two octaves depending on the range in the | 73 <p>Transpose down one or two octaves depending on the range in the |
74 tune, and use the bass clef. | 74 tune, and use the bass clef. |
75 </div> | 75 </div> |
76 <div class="dottes-transpose-instrument-item dottes-transpose-tune-types"> | 76 <div class="dottes-transpose-instrument-item dottes-transpose-tune-types"> |
77 <ul class="tune-type-list"> | 77 <ul class="tune-type-list"> |
78 <li><a href="Morris-Cello">Morris</a></li> | 78 <li><a href="Morris-Cello">Morris</a></li> |
79 <li><a href="Session-Cello">Session</a></li> | 79 <li><a href="Session-Cello">Session</a></li> |
80 </ul> | 80 </ul> |
81 </div> | |
82 </div> | 81 </div> |
83 </div> | 82 </div> |
83 </div> | |
84 <div class="dottes-container"> | |
85 <div class="dottes-transpose-instrument"> | |
86 <div class="dottes-transpose-instrument-item dottes-transpose-instrument-name"> | |
87 <h1>Horn in F</h1> | |
88 </div> | |
89 <div class="dottes-transpose-instrument-item dottes-transpose-how"> | |
90 <p>Transpose up a fifth, or down a seventh depending on the | |
91 range in the tune. To avoid scaring less able horn players such | |
92 as myself, the transposed score will prefer going below middle C | |
93 to going above the top G on the stave. Able horn players | |
94 can transpose in their heads anyway, so don't need this. | |
95 </div> | |
96 <div class="dottes-transpose-instrument-item dottes-transpose-tune-types"> | |
97 <ul class="tune-type-list"> | |
98 <li><a href="Morris-HornInF">Morris</a></li> | |
99 <li><a href="Session-HornInF">Session</a></li> | |
100 </ul> | |
101 </div> | |
102 </div> | |
103 </div> | |
84 </div> | 104 </div> |
85 | 105 |
86 </div> | 106 </div> |
87 </body> | 107 </body> |
88 </html> | 108 </html> |