|
@@ -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,
|