This file is indexed.

/usr/share/dasher/alphabet.abc.xml is in dasher-data 4.11+git20130508.adc653-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE alphabets SYSTEM "alphabet.dtd">
<?xml-stylesheet type="text/xsl" href="alphabet.xsl"?>
<alphabets>
<alphabet name="Abc (Musical language)">
<!-- alphabet file created from english.xml by David MacKay using
 information from http://www.lesession.co.uk/abc/abc_notation.htm .
 Rather than making Abc-specific groups, with a new alphabetical
 order, I thought it might be more user-friendly to stick with the
 English order. The only changes here are notes.
  See also  http://staffweb.cms.gre.ac.uk/~c.walshaw/abc/
 -->
<orientation type="LR"/>
<encoding type="Western"/>
<palette>European/Asian</palette>
<train>training_abc_XX.txt</train>
<paragraph d="&#182;" b="9"/>
<space d="&#x25a1;" t=" " b="9" note="box" />
<control d="Control" t="" b="8"/>
<group name="Second octave notes" b="0">
<s d="a" t="a" b="10"/>
<s d="b" t="b" b="11"/>
<s d="c" t="c" b="12"/>
<s d="d" t="d" b="13"/>
<s d="e" t="e" b="14"/>
<s d="f" t="f" b="15"/>
<s d="g" t="g" b="16"/>
<!-- end notes -->
<s d="h" t="h" b="17"/>
<s d="i" t="i" b="18"/>
<s d="j" t="j" b="19"/>
<s d="k" t="k" b="20"/>
<s d="l" t="l" b="21"/>
<s d="m" t="m" b="22"/>
<s d="n" t="n" b="23"/>
<s d="o" t="o" b="24"/>
<s d="p" t="p" b="25"/>
<s d="q" t="q" b="26"/>
<s d="r" t="r" b="27"/>
<s d="s" t="s" b="28"/>
<s d="t" t="t" b="29"/>
<s d="u" t="u" b="30"/>
<s d="v" t="v" b="31"/>
<s d="w" t="w" b="32"/>
<s d="x" t="x" b="33"/>
<s d="y" t="y" b="34"/>
<!-- -->
<s d="z" t="z" b="35" note="rest"/>
</group>
<group name="First octave notes" b="111">
<s d="A" t="A" b="10"/>
<s d="B" t="B" b="11"/>
<s d="C" t="C" b="12" note="composer"/>
<s d="D" t="D" b="13"/>
<s d="E" t="E" b="14"/>
<s d="F" t="F" b="15"/>
<s d="G" t="G" b="16"/>
<s d="H" t="H" b="17"/>
<s d="I" t="I" b="18"/>
<s d="J" t="J" b="19"/>
<s d="K" t="K" b="20" note="key signature"/>
<s d="L" t="L" b="21" note="default duration"/>
<s d="M" t="M" b="22" note="meter"/>
<s d="N" t="N" b="23" note="notes" />
<s d="O" t="O" b="24" note="origin"/>
<s d="P" t="P" b="25"/>
<s d="Q" t="Q" b="26" note="tempo"/>
<s d="R" t="R" b="27"/>
<s d="S" t="S" b="28" note="source"/>
<s d="T" t="T" b="29" note="title"/>
<s d="U" t="U" b="30"/>
<s d="V" t="V" b="31"/>
<s d="W" t="W" b="32"/>
<s d="X" t="X" b="33" note="index"/>
<s d="Y" t="Y" b="34"/>
<s d="Z" t="Z" b="35" note="transcriber"/>
</group>
<group name="Numbers" b="113">
<s d="1" t="1" b="90"/>
<s d="2" t="2" b="105"/>
<s d="3" t="3" b="91"/>
<s d="4" t="4" b="106"/>
<s d="5" t="5" b="92"/>
<s d="6" t="6" b="107"/>
<s d="7" t="7" b="93"/>
<s d="8" t="8" b="108"/>
<s d="9" t="9" b="94"/>
<s d="0" t="0" b="109"/>
</group>
<group name="Annotation" b="112">
<s b="90" d="%" t="%"/>
<s b="91" d="*" t="*"/>
<s b="92" d="+" t="+"/>
<s b="93" d="=" t="="  note="natural"/>
<s b="94" d="/" t="/"/>
<s b="95" d="#" t="#"/>
<s b="96" d="$" t="$"/>
<s b="97" d="|" t="|"/>
<s b="98" d="\" t="\"/>
<s b="99" d="~" t="~" note="grace note"/>
<s b="95" d="^" t="^"  note="sharp"/>
<s b="96" d="_" t="_"  note="flat"/>
<s b="97" d="&amp;" t="&amp;"/> 
<s b="98" d="@" t="@"/>
<s b="105" d="[" t="["/>
<s b="106" d="]" t="]"/>
<s b="107" d="{" t="{"/>
<s b="108" d="}" t="}"/>
<s b="109" d="&lt;" t="&lt;"/>
<s b="105" d="&gt;" t="&gt;"/>
<s b="106" d="(" t="("/>
<s b="107" d=")" t=")"/>
<s b="108" d="&#x201C;" t="&#x201C;" note="left double quotation mark" />
<s b="109" d="&#x0022;" t="&#x0022;" note="deprecated vertical double quotation mark" />
<s b="106" d="&#x201D;" t="&#x201D;" note="right double quotation mark" />
<s b="107" d="&#x2018;" t="&#x2018;" note="left single quotation mark" />
<s b="108" d="&#x2019;" t="&#x2019;" note="right single quotation mark and apostrophe" />
<s b="109" d="`" t="`" note="left quote from keyboard" />
<s b="105" d="&apos;" t="&apos;" note="up an octave"/>
<s b="100" d="-" t="-"  note="tie notes of same pitch"/>
<s b="101" d=":" t=":" note="used in repeats and in header"/>
<s b="102" d=";" t=";"/>
<s b="103" d="?" t="?"/>
<s b="104" d="!" t="!"/>
<s b="100" d="," t=","  note="down an octave"/>
<s b="104" d="." t="."/>
</group>
</alphabet>
</alphabets>