|
@@ -62,7 +62,7 @@ export class VexFlowConverter {
|
|
return "w";
|
|
return "w";
|
|
} else if (dur < 1 && dur >= 0.5) {
|
|
} else if (dur < 1 && dur >= 0.5) {
|
|
// change to the next higher straight note to get the correct note display type
|
|
// change to the next higher straight note to get the correct note display type
|
|
- if (isTuplet) {
|
|
|
|
|
|
+ if (isTuplet && dur > 0.5) {
|
|
return "w";
|
|
return "w";
|
|
}
|
|
}
|
|
return "h";
|
|
return "h";
|