Skip to content

Commit

Permalink
create a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
nozomu-y committed Jan 5, 2024
1 parent 4e276fa commit eee601d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@

## インストール

`movable-do.qml`[ダウンロード](https://github.com/nozomu-y/MovableDo/releases/download/v1.4/movable-do.qml)し、[MuseScore のハンドブック](https://musescore.org/ja/%E3%83%8F%E3%83%B3%E3%83%89%E3%83%96%E3%83%83%E3%82%AF/furakuin#installation)を参考にインストールしてください。
### MuseScore 3

MuseScore 4 での導入の際は、「プラグイン」フォルダ内に**更にもう一階層フォルダを作成**し、その中に `movable-do.qml` を移動してください。
Movable Do (v1.5) をダウンロードし、[MuseScore 3 Handbook](https://musescore.org/ja/%E3%83%8F%E3%83%B3%E3%83%89%E3%83%96%E3%83%83%E3%82%AF/furakuin#installation)を参考にインストールしてください。

Movable Do (v1.5) : [`movable-do.qml`](https://github.com/nozomu-y/MovableDo/releases/download/v1.5/movable-do.qml)

### MuseScore 4

Movable Do (v2.0) をダウンロードし、[MuseScore 4 Handbook](https://musescore.org/en/handbook/4/plugins)を参考にインストールしてください。
基本的な手順は MuseScore 3 と同じですが、 MuseScore 4 での導入の際は「プラグイン」フォルダ内に**更にもう一階層フォルダを作成**し、その中に `movable-do.qml` を設置してください。

Movable Do (v2.0) : [`movable-do.qml`](https://github.com/nozomu-y/MovableDo/releases/download/v2.0/movable-do.qml)

## デモ

Expand Down
2 changes: 1 addition & 1 deletion movable-do.qml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ MuseScore {

id: root

version: "1.4"
version: "2.0"
description: "This plugin inserts movable do texts derived from the given tonality"
menuPath: "Plugins.MovableDo"

Expand Down

0 comments on commit eee601d

Please sign in to comment.