# ๐ก Summary
> **score-partwise = ๅคๅฃฐ้จ๏ผpart๏ผ ร ๆถ้ดๅบๅ๏ผmeasure๏ผ ร ้ณ็ฌฆไบไปถ๏ผnote/direction๏ผ**
| 1 | |
| ----- | --------------------------- |
| Tempo | **โฉ= 80** - ่กจ็คบๆฏๅ้ๆ80ๆ(ๅๅ้ณ็ฌฆ) |
| | |
# ๐งฉ Cues
# ๐ชNotes
| ่็นๅ็งฐ | ็ฑปๅ | ็ถ่็น | ่ฏดๆ | | | |
| -------------- | --------- | ---------- | -------------- | ------------- | ----------- | --------------- |
| score-partwise | Object | Root | ๆดไธชไน่ฐฑ็ๆ น่็น | | | |
| | part-list | Object | score-partwise | ไนๅจ/ๅฃฐ้จๅฎไนๅ่กจ | | |
| | | score-part | Array | part-list | ๆฏไธชไนๅจ/ๅฃฐ้จ็ๅ
ไฟกๆฏ | |
| | part | Array | score-partwise | ๅฎ้
็้ณไนๅ
ๅฎน๏ผๆฏไธชๅฃฐ้จ๏ผ | | |
| | | measure | Array | part | ๅฐ่๏ผๆถ้ดๅบๅๅฎนๅจ๏ผ | |
| | | | attributes | Object | measure | ๅฐ่ๅฑๆง๏ผ่ฐๅทใๆๅทใ่ฐฑๅท็ญ๏ผ |
| | | | note | Array | measure | ้ณ็ฌฆๆไผๆญข็ฌฆ |
| | | | direction | Object | measure | ่กจๆ
ใ้ๅบฆใๅๅบฆ็ญ |
| | | | barline | Object | measure | ๅฐ่็บฟไฟกๆฏ๏ผ็ปๆญขใ้ๅค็ญ๏ผ |
## note ็ปๆ
|ๅญๆฎต|็ฑปๅ|ๆฏๅฆๅฟ
ๅกซ|่ฏดๆ|
|---|---|---|---|
|pitch|Object|ๅฆ|้ณ้ซ๏ผไธ rest ไบๆฅ๏ผ|
|rest|Boolean|ๅฆ|ๆฏๅฆไธบไผๆญข็ฌฆ|
|duration|Number|ๆฏ|ๆถๅผ๏ผๅบไบ divisions๏ผ|
|voice|Integer|ๅฆ|ๅฃฐ้จ็ผๅท|
|type|String|ๅฆ|้ณ็ฌฆ็ฑปๅ๏ผquarterใhalf ็ญ๏ผ|
---
## attributes ็ปๆ
|ๅญๆฎต|็ฑปๅ|่ฏดๆ|
|---|---|---|
|divisions|Number|ๆถ้ดๅไฝ|
|key|Object|่ฐๅท|
|time|Object|ๆๅท|
|clef|Object|่ฐฑๅท|
```
score-partwise
โโโ work
โ โโโ work-title
โโโ identification
โ โโโ creator
โ โโโ encoding
โ โ โโโ software
โ โ โโโ encoding-date
โ โ โโโ supports
โ โโโ miscellaneous
โ โโโ miscellaneous-field
โโโ defaults
โ โโโ scaling
โ โ โโโ millimeters
โ โ โโโ tenths
โ โโโ page-layout
โ โ โโโ page-height
โ โ โโโ page-width
โ โ โโโ page-margins
โ โ โโโ left-margin
โ โ โโโ right-margin
โ โ โโโ top-margin
โ โ โโโ bottom-margin
โ โโโ appearance
โ โ โโโ line-width
โ โ โโโ note-size
โ โโโ music-font
โ โโโ word-font
โ โโโ lyric-font
โโโ credit
โ โโโ credit-type
โ โโโ credit-words
โโโ part-list
โ โโโ score-part
โ โโโ part-name
โ โโโ part-abbreviation
โ โโโ score-instrument
โ โ โโโ instrument-name
โ โ โโโ instrument-sound
โ โโโ midi-device
โ โโโ midi-instrument
โ โโโ midi-channel
โ โโโ midi-program
โ โโโ volume
โ โโโ pan
โโโ part
โโโ measure
โโโ print
โ โโโ system-layout
โ โโโ system-margins
โ โ โโโ left-margin
โ โ โโโ right-margin
โ โโโ top-system-distance
โโโ attributes
โ โโโ divisions
โ โโโ key
โ โ โโโ fifths
โ โโโ time
โ โ โโโ beats
โ โ โโโ beat-type
โ โโโ clef
โ โโโ sign
โ โโโ line
โโโ note ้ณ็ฌฆ
โโโ pitch ้ณ้ซ
โ โโโ step ้ณๅ
โ โโโ octave ๅ
ซๅบฆ
โโโ duration ๅๅ้ณ็ฌฆ
โโโ type ๅๅ้ณ็ฌฆ
```