# getNoteById()

通过ID获取音符。

# 参数

名称 类型 必填 说明
id string 音符ID

# 返回值

类型 说明
Note -

# 示例

  import { Parser } from 'musicxml2json-guitar'

  const parser = new Parser(xmlDoc)
  parser.getNoteById('N_1')
1
2
3
4
更新时间: 2025/3/7 12:38:41