"This plugin colors notes in the selection depending on their pitch as per the Boomwhackers convention"

• 16. Feb 2022 - 20:43

Hallo!

Frage: Ist es möglich, die Farbauswahl der Noten im PlugIn "Colors Notes" selbst frei zu konfigurieren?
Das wäre toll. Denn mein deutscher Klavierlehrer benutzt normalerweise andere Noten-Farben, als die Boomwhackers Convention in musescore!

Beste Grüße, Frank Geiges


Comments

Ja, ist es. "Einfach" die Datei "C:\Program Files\MuseScore 3\plugins\colornotes.qml" (kopieren und) in einem Text Editor oder dem Plugin Editor von MuseScore öffnen und die Farben ändern:

      property variant colors : [ // "#rrggbb" with rr, gg, and bb being the hex values for red, green, and blue, respectively
               "#e21c48", // C
               "#f26622", // C#/Db
               "#f99d1c", // D
               "#ffcc33", // D#/Eb
               "#fff32b", // E
               "#bcd85f", // F
               "#62bc47", // F#/Gb
               "#009c95", // G
               "#0071bb", // G#/Ab
               "#5e50a1", // A
               "#8d5ba6", // A#/Bb
               "#cf3e96"  // B
               ]
      property string black : "#000000"

Do you still have an unanswered question? Please log in first to post your question.