Skip to content

Commit e2b2a7c

Browse files
committed
replace bend by ' by default
1 parent 9d21514 commit e2b2a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harmonica_tablature.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ MuseScore {
2424

2525
// ------ OPTIONS -------
2626
property string sep : "\n" // change to "," if you want tabs horizontally
27-
property string bendChar : "b" // change to "'" if you want bend to be noted with a '
27+
property string bendChar : "'" // change to "b" if you want bend to be noted with b
2828
// ------ OPTIONS -------
2929

3030
id: window

0 commit comments

Comments
 (0)