Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 6-string Bass Viol to standard instrument list #18955

Open
francessw opened this issue Aug 7, 2023 · 1 comment
Open

Add 6-string Bass Viol to standard instrument list #18955

francessw opened this issue Aug 7, 2023 · 1 comment
Assignees
Labels
feature request Used to suggest improvements or new capabilities instruments Issues relating to instrument definitions P3 Priority: Low

Comments

@francessw
Copy link

Your idea

A typical tudor era viol consort includes a 6 string bass viol (as opposed to the 7-string viola da gamba more commonly used later). It would be good if this was available for selection in the Early Music instrument list.

Problem to be solved

Although a 7 string Viola da Gamba option exists, and can be adjusted, it is a little tedious having to modify the playing ranges to remove the bottom string whenever I want Musescore to indicate notes outside the playable range. I'd rather be able to select the 6-string bass viol as an instrument in it's own right separate from the 7 string viola da gamba. I had it set up as a separate instrument in earlier versions but that option no longer seems to be available in Musescore 4 and I see "removed as duplicate" where it appeared in the instruments.xml.

Prior art

Based on the other members of the viol family I would suggest the following is required:

        <Instrument id="bass-viol">
              <family>viols</family>
              <trackName>Bass Viol</trackName>
              <longName>Bass Viol</longName>
              <shortName>B. Vl.</shortName>
              <description>Bass Viol.</description>
              <StringData>
                    <frets>13</frets>
                    <string>38</string>
                    <string>43</string>
                    <string>48</string>
                    <string>52</string>
                    <string>57</string>
                    <string>62</string>
              </StringData>
              <clef>F</clef>
              <barlineSpan>1</barlineSpan>
              <aPitchRange>38-74</aPitchRange>
              <pPitchRange>38-79</pPitchRange>
              <Channel name="arco">
                    <!--MIDI: Bank 0, Prog 42; MS General: Cello-->
                    <program value="43"/> <!--Cello-->
              </Channel>
              <Channel name="pizzicato">
                    <!--MIDI: Bank 0, Prog 45; MS General: Strings Pizzicato-->
                    <program value="45"/> <!--Pizzicato Strings-->
              </Channel>
              <Channel name="tremolo">
                    <!--MIDI: Bank 0, Prog 44; MS General: Strings Tremolo-->
                    <program value="44"/> <!--Tremolo Strings-->
              </Channel>
              <genre>earlymusic</genre>
    </Instrument>

Additional context

No response

@muse-bot muse-bot added the feature request Used to suggest improvements or new capabilities label Aug 7, 2023
@shoogle
Copy link
Contributor

shoogle commented Aug 7, 2023

@oktophonie, happy for me to add the above data?

@musescore musescore deleted a comment from Jojo-Schmitz Aug 7, 2023
@oktophonie oktophonie added instruments Issues relating to instrument definitions P3 Priority: Low labels Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Used to suggest improvements or new capabilities instruments Issues relating to instrument definitions P3 Priority: Low
Projects
None yet
Development

No branches or pull requests

4 participants