Handbell Pitch

• Jan 12, 2022 - 17:40
Reported version
3.6
Type
Functional
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
closed
Regression
No
Workaround
Yes
Project

When notated, handbells are written one octave below their sounding pitch. Therefore, playback should sound an octave higher than written pitch. However, handbell playback actually happens at written pitch. This should be fixed so the default is that handbells sound an octave higher than written. (Note that this DOES NOT mean that 8va clefs should be used).


Comments

Status active needs info
Workaround No Yes

https://en.wikipedia.org/wiki/Handbell seems support your claim:
Handbells are a transposing instrument, meaning music is written one octave lower than the sound the bells make, so a middle C bell is playing the note C5
Workaround is to set that transpositiong yourself via staff/instrument properties.
Not sure though how that's going to work without using the ottava bassa clefs

"Not sure though how that's going to work without using the ottava bassa clefs"

Would one not just add the

transposeDiatonic
transposeChromatic

tagsto the entry in the instruments.xml file for a Handbells stanza?
9AA6E3E1-1CD0-479F-8ECA-6E7966741C32.jpeg

Jup, that sounds and looks correct. Will you log the PR to fix instruments.xml?

Aside - I really struggled to escape the less/greater than brackets when trying to quote that text in this edit box - gave up and made a screenshot. Do you know how to escape a block of text, and not the individual chars, e.g. turn "empersend-char"lt into
<

Good to know, thanks, and thanks.

Do you set this Issue to PR created once you have added it to your PR 9K, or (since 3.6.3/3.7 won't be an official release), leave it open until master/4.0 includes the updated file?

Ready-made instructions for Peter (copy and paste ready). Add to stanza

 
<Instrument id="hand-bells">
the following 2 lines
 
                  <transposeDiatonic>7</transposeDiatonic>
                  <transposeChromatic>12</transposeChromatic>
Fix version 4.0.0

The templates have not been adjusted yet though, but, citing Shoogle:
The plan is to remove all instrument data from template scores so that only the instrument IDs remain: the instrument data would be repopulated when the template is opened based on current data in instruments.xml. But if we don't get around to doing that then we will indeed need to update the existing templates with the new data manually.

Fix version
4.0.0