About default Treble Clef for Greek Bouzouki
I wrote that topic to the: "Home Forums Support and bug reports" https://musescore.org/en/node/305701
"About default Treble Clef for Greek Bouzouki
Hi. The reason for this topic is a notification i want to express (to the developers of MuseScore i suppose) about the correct way to write music for the Greek Bouzouki instrument. Inside the MuseScore when i start a new score for Bouzouki the program use as the default key the Treble clef 8va bassa. This is wrong!!! The right key for Bouzouki is the standard Treble clef just like the violin does!!!! I am from Greece, i am a music teacher, teaching the Greek 4-strings Bouzouki, and i am very sure about that. I hope to see this change in the future when there will be an update version of the software!!! Please feel free to contact me if you need any further information. Thanks for your understanding.
Best regards
Dimitris Malinis, Musician"
and someone suggest me to post it here...so i did that. I hope someone see it and resolve that issue to the next software update!!! Thank you.
Comments
https://github.com/musescore/MuseScore/pull/6101 got submitted and merged into the 3.x branch as d4fc0b54
still needed for master
with ce0e7223 this is fixed in master too
Unfortunatly caused the regression tests to fail (at an entirely different and seemingly unrelated part), so needs another fix, see https://github.com/musescore/MuseScore/pull/6103
That fix also changes the sound of Bouzouki to use steel strings rather than nylon ones, I'm pretty sure this to be OK, but a confirmation would be good.
Steel strings sound would be nice!!! A sampler sound of a real Bouzouki recording would be much better although!!!
This is not available in a General MIDI soundfont, so we can only try to find the closest approximation.
You can search for and use a Bouzouki soundfont yourself though
See PRs https://github.com/musescore/MuseScore/pull/6103 (fixing the broken mtest) and https://github.com/musescore/MuseScore/pull/6078 (switching to metal strings, with the HQ soundfont even to the sound of a 12-string guitar, which should come even closer)
Fixed in branch 3.x, commit 78bc9c10aa
_Fix #305705: part 2, gp[345] mtest failures
apparently Guitar Pro picks the clefs for the first instrument from
instruments.xml with a matching sound of nylon strings, which now fails
as Bouzouki just got changed to use a regular G clef in #6101.
The real issue gets solved by fixing off-by-one errors in
ínstrtemplate.cpp, detecting Guitars (and G8vb clefs) only starting with
steel strings!_
Fixed in branch 3.x, commit fcbdf34069
_Merge pull request #6103 from Jojo-Schmitz/mtest
Fix #305705: part 2, gp[345] mtest failures_
still needed for master. And part 3 too
Fixed in branch 3.x, commit 9b93615258
_fix #305705: part 3, Bouzouki uses metal strings (and some more)
As the HQ soundfont has a sound for 12-string Guitar, this seems an
almost perfect match for Bouzouki (using courses rather than strings
too)
Changing that for the 12-string Guitar too, of course.
While at it I detected that the HQ soundfont also has sounds for Ukulele
and Mandolin, so let's use those too (and fall back to nylon strings
otherwise).
Also fix some marching band percussion instruments to use the correct
soundbank (and the same the Small Marching Band template use already)
even if that bank is currently not populated (but is in the latest
update to the soundfont), didn't sound before, doesn't sound with the
current soundfont (so no harm done) but will with the updated soundfont_
Fixed in branch 3.x, commit 38b0bdcf86
_Merge pull request #6078 from Jojo-Schmitz/marching-band-templates
fix #305705: part 3, Bouzouki uses metal strings (and some more)_
Fixed in branch master, commit 1c5dd138a6
_Merge pull request #6103 from Jojo-Schmitz/mtest
Fix #305705: part 2, gp[345] mtest failures_
Fixed in branch master, commit c121eeffd2
_Merge pull request #6078 from Jojo-Schmitz/marching-band-templates
fix #305705: part 3, Bouzouki uses metal strings (and some more)_
Automatically closed -- issue fixed for 2 weeks with no activity.