forked from SpinyCucumber/syllabits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtutorial-poem.json
36 lines (36 loc) · 881 Bytes
/
tutorial-poem.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"title": "A Sonnet Upon Sonnets",
"author": "Robert Burns",
"key": [
["i", "i", "i", "i", "i"],
["i", "i", "i", "i", "i"],
["i", "i", "i", "i", "i"],
["i", "t", "t", "i", "i"]
],
"lines": [
{
"order": 0,
"id": 0,
"text": "Fourteen, a Sonneteer thy praises sings;",
"numFeet": 5
},
{
"order": 1,
"id": 1,
"text": "What magic myst’ries in that number lie!",
"numFeet": 5
},
{
"order": 2,
"id": 2,
"text": "Your hen hath fourteen eggs beneath her wings",
"numFeet": 5
},
{
"order": 3,
"id": 3,
"text": "That fourteen chickens to the roost may fly.",
"numFeet": 5
}
]
}