TIANYONG пре 1 година
родитељ
комит
1a549bb005
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      src/pages/detail/helpers.ts

+ 5 - 0
src/pages/detail/helpers.ts

@@ -497,6 +497,11 @@ export const getAllNodes = (osmd: any) => {
 					relaEndtime: retain(relaEndtime),
 					relaEndtime: retain(relaEndtime),
 					realValue,
 					realValue,
 					halfTone: note.halfTone,
 					halfTone: note.halfTone,
+					voiceEntry: {
+						isStaccato: note.voiceEntry.isStaccato(),
+						Timestamp: {...note.voiceEntry.Timestamp},
+						ornamentContainer: note.voiceEntry.ornamentContainer ? {...note.voiceEntry.ornamentContainer} : ''
+					},
 					noteElement: note,
 					noteElement: note,
 					svgElelent,
 					svgElelent,
 					fixedKey,
 					fixedKey,