Two Flat Notes Between Two Notes
Hi, I downloaded source of MuseScore and tried to add an instrument and its notes however I don't know c++ well.
The instrument's name is bağlama (folk instrument with three double strings). I also need to add two notes between notes. Can anyone help me about which files I need to edit? Or can someone add this feature for the new versions?
I uploaded an image regarding to this issue.
EDIT: Here's the order of the notes: do - re bemol - re bemol2 - re - mi bemol - mi bemol2 - mi - fa - sol bemol - sol bemol2 - sol ...
And I uploaded sign of bemol2.
Attachment | Size |
---|---|
baglama.jpg | 21.67 KB |
bemol2.jpg | 16.99 KB |
Comments
You don't need any C++ for this
Just take another stringed instrument (like maybe Banjo or Mandolin), change its number of strings, number of frets and tuning in staff properties, see https://musescore.org/en/handbook/tablature#edit-string-data, then store that as a template.
You also may upload it here, maybe we can add it to the list of instruments MuseScore supports by itself.
So if you want to make a "Baglama" TAB. As this software is set for western instruments, as far as I can tell you: You cannot place two separate 1/4 halftone frets side by side. eg: A, Bb1, Bb2, B isn't possible.
For later major versions, such a feature may be nice.
Anladığım kadarıyla Bağlama TAB'ı yapmak istiyorsunuz, Bu yazılım batı sazlarına göre ayarlandığı için, bildiğim kadarıyla bir tam ses arasına iki ayrı komalı perde yerleştiremiyorsunuz. yani: La, Sib1, Sib2, B yapamıyorsunuz.
İleriki versiyonlar için böyle bir seçenek olması güzel olabilir.
In reply to So if you want to make a … by Ziya Mete Demircan
Thanks for the replies. Ziya bey teşekkür ederim.
In reply to Thanks for the replies. Ziya… by onurcan1977
How can I add the symbol I stated in my post using C++? It's enough for me for now.
In reply to How can I add the symbol I… by onurcan1977
Still no need for C++, you can add a 2 as staff text, or can check whether this symbol is available in the symbols palette (there are quite a few quartertone accidentals), or create an image and add that to your score. It won't playback though.
In reply to How can I add the symbol I… by onurcan1977
That's great thanks a lot!