|
@@ -39,6 +39,10 @@ export class VexFlowStaffEntry extends GraphicalStaffEntry {
|
|
|
gve.vfStaveNote.setStemDirection(VF.Stem.UP)
|
|
|
gve.parentVoiceEntry.StemDirection = StemDirectionType.Up
|
|
|
}
|
|
|
+ // 1线谱 符杆都朝上
|
|
|
+ if (stave && (stave as any).getLines && (stave as any).getLines() === 1) {
|
|
|
+ ;(window as any).DYMusicalOrientation = 0
|
|
|
+ }
|
|
|
if (!gve.vfStaveNote.preFormatted) {
|
|
|
continue;
|
|
|
}
|