Skip to content

Commit

Permalink
修复错误
Browse files Browse the repository at this point in the history
双细线没用,改成单细线,
  • Loading branch information
cangerjun authored May 30, 2022
1 parent bd7c02d commit 65e8543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JPWABC Convertor.qml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ MuseScore {
property var flatNotes : ["1","b2","2","b3","3","4","b5","5","b6","6","b7","7"]

function doTransform() {
var content = "// ************** JPW-ABC File Ver 1.0 (for JP-Word v5.30g) **************";
var content = "// ************** JPW-ABC File Ver 1.0 (for JP-Word v6.20f-v) **************";

var cursor = curScore.newCursor();
var endTick;
Expand Down Expand Up @@ -308,7 +308,7 @@ MuseScore {
if(cursor.element.barlineType==1){
noteText=" | ";
}else if(cursor.element.barlineType==2){
noteText=" || ";
noteText=" | ";
}else if(cursor.element.barlineType==4){
noteText=" |: ";
}else if(cursor.element.barlineType==8){
Expand Down

0 comments on commit 65e8543

Please sign in to comment.