|
@@ -601,6 +601,11 @@ export class VexFlowConverter {
|
|
|
if (stemDirection && typeof stemDirection?.direction === 'number') {
|
|
|
wantedStemDirection = stemDirection.direction
|
|
|
}
|
|
|
+ const DYMusicSheetId = (window as any).DYMusicSheetId
|
|
|
+ // 长笛教程2-5-2,符杆全部朝下
|
|
|
+ if (DYMusicSheetId === 904) {
|
|
|
+ wantedStemDirection = 1
|
|
|
+ }
|
|
|
switch (wantedStemDirection) {
|
|
|
case(StemDirectionType.Up):
|
|
|
vfnote.setStemDirection(VF.Stem.UP);
|