Skip to content

Commit d0900ab

Browse files
committed
Prepare for MuseScore 4.4
and add a thumbnail ('borrowed' from color notes)
1 parent f727b1b commit d0900ab

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

blacknotes.qml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ MuseScore {
2727
version: "3.0"
2828
description: qsTr("This plugin paints all chords and rests in black")
2929
menuPath: "Plugins.Notes.Color Notes in Black"
30+
//4.4 title: "Color Notes in Black"
31+
//4.4 thumbnailName: "color_notes.png"
32+
//4.4 categoryCode: "color-notes"
3033

3134
Component.onCompleted : {
32-
if (mscoreMajorVersion >= 4) {
33-
title = "Color Notes in Black" ;
34-
// thumbnailName = ".png";
35+
if (mscoreMajorVersion >= 4 && mscoreMinorVersion <= 3) {
36+
title = "Color Notes in Black";
37+
thumbnailName = "color_notes.png";
3538
categoryCode = "color-notes";
3639
}
3740
}

color_notes.png

381 KB
Loading

0 commit comments

Comments
 (0)