UNPKG
satie
Version:
latest (0.0.13-alpha6)
0.0.13-alpha6
0.0.13-alpha5
0.0.13-alpha4
0.0.13-alpha3
0.0.13-alpha2
0.0.13-alpha1
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
A sheet music renderer for the web
jnetterf.github.io/satie
jnetterf/satie
satie
/
dist
/
private_part.d.ts
4 lines
(3 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
import
{
PartList
,
PartGroup
,
ScorePart
}
from
"musicxml-interfaces"
;
export
declare
function
scoreParts
(
scoreParts
:
PartList
):
ScorePart
[];
export
declare
function
groupsForPart
(
scoreParts
:
PartList
,
partID
:
string
):
PartGroup
[];