TIANYONG 1 éve
szülő
commit
1a549bb005
1 módosított fájl, 5 hozzáadás és 0 törlés
  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),
 					realValue,
 					halfTone: note.halfTone,
+					voiceEntry: {
+						isStaccato: note.voiceEntry.isStaccato(),
+						Timestamp: {...note.voiceEntry.Timestamp},
+						ornamentContainer: note.voiceEntry.ornamentContainer ? {...note.voiceEntry.ornamentContainer} : ''
+					},
 					noteElement: note,
 					svgElelent,
 					fixedKey,