# TimeModification
音符的时值变化。 MusicXML - time-modification (opens new window)
# 属性
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
actualNotes | number | - | 实际演奏的音符数量 |
normalNotes | number | - | 正常情况下对应时值的音符数量 |
normalType | NoteType | - | 正常情况下音符的类型(如四分音符、八分音符等) |
# 返回值
{
"actualNotes": 3,
"normalNotes": 2,
"normalType": "eighth"
}
1
2
3
4
5
2
3
4
5