#use wml::tmpl::main title="Braille <en: music notation><de: Notenschrift>" PAGE=music SUBPAGE=braille
<define-tag brldots>
<preserve dots/>
<set-var dots="%attributes"/>
<: my $mask = 0;
   foreach $dot (split(/ */, "<get-var dots>")) {
     $mask |= (1<<($dot-1));
   };
   printf "&#%d;", $mask+0x2800; :>
<restore dots/>
</define-tag>

<h2><en: Introduction><de: Einleitung></h2>
<p>
<en>The following is intented to briefly describe how musical notation
is typically written when using <a href="http://en.wikipedia.org/wiki/Braille">Braille</a>
(a tactile form of reading and writing for the blind).</en>
<de>Im folgenden Text soll kurz beschrieben werden wie die grafische
<a href="http://de.wikipedia.org/wiki/Notation_%28Musik%29">Notation</a> in der Musik
&uuml;blicherweise in <a href="http://de.wikipedia.org/wiki/Blindenschrift">Blindenschrift</a>
realisiert wird.</de>
...
</p>
<h2><en: Notes and rests><de: Noten und Pausen></h2>
<p>
<en>Since vertical alignment is not used in braille music, a note in braille
music unifies the pitch and duration of the note in one symbol
Since the amount of avaiable different braille symbols is pretty
limited with 6-dot braille, a compromise had to be taken.  The symbols
for a whole and a sixteen note are the same, as well as the symbol
for a half and thirtyeighth note and so on.</en>
</p>
<table>
<caption><en: Table of Braille symbols used to represent note values><de: Tabelle der Braille Symbole die Notenwerte kennzeichnen></caption>
<tr><th><en: Type><de: <a href="http://de.wikipedia.org/wiki/Notenwert">Notenwert</a>></th><th>C</th><th>D</th><th>E</th><th>F</th><th>G</th><th>A</th><th><en: B><de: H></th></tr>
<tr><td><en: Whole note><de: Ganze Note></td><td><brldots 1   3 4 5 6/></td>
                       <td><brldots 1   3   5 6/></td>
                       <td><brldots 1 2 3 4   6/></td>
                       <td><brldots 1 2 3 4 5 6/></td>
                       <td><brldots 1 2 3   5 6/></td>
                       <td><brldots   2 3 4   6/></td>
                       <td><brldots   2 3 4 5 6/></td></tr>
<tr><td><en: Half note><de: Halbe Note></td> <td><brldots 1   3 4 5  /></td>
                       <td><brldots 1   3   5  /></td>
                       <td><brldots 1 2 3 4    /></td>
                       <td><brldots 1 2 3 4 5  /></td>
                       <td><brldots 1 2 3   5  /></td>
                       <td><brldots   2 3 4    /></td>
                       <td><brldots   2 3 4 5  /></td></tr>
<tr><td><en: Quarter note><de: Viertelnote></td>
                       <td><brldots 1     4 5 6/></td>
                       <td><brldots 1       5 6/></td>
                       <td><brldots 1 2   4   6/></td>
                       <td><brldots 1 2   4 5 6/></td>
                       <td><brldots 1 2     5 6/></td>
                       <td><brldots   2   4   6/></td>
                       <td><brldots   2   4 5 6/></td></tr>
<tr><td><en: Eight notes><de: Achtelnote></td>
                       <td><brldots 1     4 5  /></td>
                       <td><brldots 1       5  /></td>
                       <td><brldots 1 2   4    /></td>
                       <td><brldots 1 2   4 5  /></td>
                       <td><brldots 1 2     5  /></td>
                       <td><brldots   2   4    /></td>
                       <td><brldots   2   4 5  /></td></tr>
<tr><td><en: 16th notes><de: 16tel Noten></td>
                       <td><brldots 1   3 4 5 6/></td>
                       <td><brldots 1   3   5 6/></td>
                       <td><brldots 1 2 3 4   6/></td>
                       <td><brldots 1 2 3 4 5 6/></td>
                       <td><brldots 1 2 3   5 6/></td>
                       <td><brldots   2 3 4   6/></td>
                       <td><brldots   2 3 4 5 6/></td></tr>
<tr><td><en: 32th notes><de: 32tel Noten></td>
                       <td><brldots 1   3 4 5  /></td>
                       <td><brldots 1   3   5  /></td>
                       <td><brldots 1 2 3 4    /></td>
                       <td><brldots 1 2 3 4 5  /></td>
                       <td><brldots 1 2 3   5  /></td>
                       <td><brldots   2 3 4    /></td>
                       <td><brldots   2 3 4 5  /></td></tr>
<tr><td><en: 64th notes><de: 64tel Noten></td>
                       <td><brldots 1     4 5 6/></td>
                       <td><brldots 1       5 6/></td>
                       <td><brldots 1 2   4   6/></td>
                       <td><brldots 1 2   4 5 6/></td>
                       <td><brldots 1 2     5 6/></td>
                       <td><brldots   2   4   6/></td>
                       <td><brldots   2   4 5 6/></td></tr>
<tr><td><en: 128th notes><de: 128tel Noten></td>
                       <td><brldots 1     4 5  /></td>
                       <td><brldots 1       5  /></td>
                       <td><brldots 1 2   4    /></td>
                       <td><brldots 1 2   4 5  /></td>
                       <td><brldots 1 2     5  /></td>
                       <td><brldots   2   4    /></td>
                       <td><brldots   2   4 5  /></td></tr>
</table>

<h2>Links</h2>
<ul>
<li><a href="$(ROOT)/freedots.html">FreeDots: a free braille music notation based MusicXML viewer and editor</a></li>
<li><a href="http://www.alanwood.net/unicode/braille_patterns.html"><en: Test for Braille Unicode support in Web browsers><de: Test f&uuml;r Braille Unicode Unterst&uuml;tzung in Webbrowsern (Englisch)></a></li>
<li><a href="http://en.wikipedia.org/wiki/Braille_music">Wikipedia: Braille music <de: (Englischer Artikel)></a></li>
<li><a href="http://www.brl.org/music/">Braille Music Code 1997 (<en: north american version><de: Nordamerikanische Version>)</a></li>
<li><a href="http://brenthugh.com/braillem/braimfaq.html">Braille Music FAQ <de: (Englisch)></a></li>
<li><a href="http://www.brl.org/music/online/repository/index.html">Online Braille Music "repository" (<en: currently lists only 5 pieces><de: beinhaltet derzeit nur f&uuml;nf St&uuml;cke>)</a></li>
</ul>
