Skip to content

Commit

Permalink
fix preset typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lshman authored and tedfelix committed Apr 3, 2024
1 parent ecbd8d3 commit cb14642
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions data/presets/presets-editable.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
# crotales (treble clef quindicesima)
# xylophone (treble clef ottava)
# guitar (treble clef ottava bassa)
# modern celesta (bass clef quindicesima)
# old celesta (bass clef ottava)
# celesta (bass clef quindicesima)
# oldCelesta (bass clef ottava)
# contrabass (bass clef ottava bassa)
# two-bar (unpitched percussion)
#
Expand Down Expand Up @@ -539,15 +539,15 @@ P lowest = C4
P highest = D6

name = "Bass recorder"
clef = old celesta
clef = oldCelesta
transposition = 0
A lowest = F3
A highest = D5
P lowest = F3
P highest = F5

name = "Greatbass recorder"
clef = old celesta
clef = oldCelesta
transposition = 0
A lowest = C3
A highest = A4
Expand All @@ -563,7 +563,7 @@ P lowest = F2
P highest = F5

name = "G soprano ocarina"
clef = xylphone
clef = xylophone
transposition = 0
A lowest = G5
A highest = A6
Expand Down Expand Up @@ -1655,7 +1655,7 @@ P lowest = C4
P highest = A7

name = "Almglocken (bass)"
clef = modern celesta
clef = celesta
transposition = 0
A lowest = C4
A highest = A7
Expand Down Expand Up @@ -2439,7 +2439,7 @@ P lowest = C4
P highest = C8

name = "Celesta (bass)"
clef = modern celesta
clef = celesta
transposition = 0
A lowest = C4
A highest = C8
Expand Down
10 changes: 5 additions & 5 deletions data/presets/presets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -355,13 +355,13 @@
<range class="professional" low="60" high="86"/>
</instrument>
<instrument name="Bass recorder">
<clef type="old celesta" />
<clef type="oldCelesta" />
<transpose value="0" />
<range class="amateur" low="53" high="74"/>
<range class="professional" low="53" high="77"/>
</instrument>
<instrument name="Greatbass recorder">
<clef type="old celesta" />
<clef type="oldCelesta" />
<transpose value="0" />
<range class="amateur" low="48" high="69"/>
<range class="professional" low="57" high="98"/>
Expand All @@ -373,7 +373,7 @@
<range class="professional" low="41" high="77"/>
</instrument>
<instrument name="G soprano ocarina">
<clef type="xylphone" />
<clef type="xylophone" />
<transpose value="0" />
<range class="amateur" low="79" high="93"/>
<range class="professional" low="79" high="95"/>
Expand Down Expand Up @@ -1187,7 +1187,7 @@
<range class="professional" low="60" high="105"/>
</instrument>
<instrument name="Almglocken (bass)">
<clef type="modern celesta" />
<clef type="celesta" />
<transpose value="0" />
<range class="amateur" low="60" high="105"/>
<range class="professional" low="60" high="105"/>
Expand Down Expand Up @@ -1773,7 +1773,7 @@
<range class="professional" low="60" high="108"/>
</instrument>
<instrument name="Celesta (bass)">
<clef type="modern celesta" />
<clef type="celesta" />
<transpose value="0" />
<range class="amateur" low="60" high="108"/>
<range class="professional" low="60" high="108"/>
Expand Down
4 changes: 2 additions & 2 deletions data/presets/regenerate-presets
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for x in presets-editable*.conf; do
../../scripts/preset-xmlify < "$x" > "$xmlfile" && \
../../scripts/dehumanize "$xmlfile" || \
echo "Something went wrong. $xmlfile is probably mangled."
chmod -w "$xmlfile"
# chmod commented out
#chmod -w "$xmlfile"
echo $xmlfile updated successfully
done

0 comments on commit cb14642

Please sign in to comment.