Skip to content

Commit 493c42f

Browse files
Cleanup
1 parent 3cdc19c commit 493c42f

File tree

3 files changed

+27
-15
lines changed

3 files changed

+27
-15
lines changed

src/testing/testing.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,28 @@
6565
{
6666
"staff": "1",
6767
"voice": "1",
68-
"duration": "4",
68+
"duration": "2",
6969
"pitch": {
7070
"octave": "4",
7171
"step": "E"
7272
},
7373
"$adagio-location": {
7474
"timePos": 0
7575
},
76-
"type": "whole"
76+
"type": "half"
77+
},
78+
{
79+
"staff": "1",
80+
"voice": "1",
81+
"duration": "2",
82+
"pitch": {
83+
"octave": "4",
84+
"step": "E"
85+
},
86+
"type": "half",
87+
"$adagio-location": {
88+
"timePos": 2
89+
}
7790
}
7891
],
7992
"harmony": [],

src/testing/testing2.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,43 +65,42 @@
6565
{
6666
"staff": "1",
6767
"voice": "1",
68-
"duration": "4",
68+
"duration": "2",
6969
"pitch": {
7070
"octave": "4",
7171
"step": "E"
7272
},
7373
"$adagio-location": {
7474
"timePos": 0
7575
},
76-
"type": "whole"
76+
"type": "half"
7777
},
7878
{
7979
"staff": "1",
8080
"voice": "1",
81-
"duration": "4",
81+
"duration": "2",
8282
"pitch": {
83-
"octave": "4",
84-
"step": "F"
83+
"octave": "5",
84+
"step": "C"
8585
},
8686
"$adagio-location": {
8787
"timePos": 0
8888
},
8989
"chord": {},
90-
"type": "whole"
90+
"type": "half"
9191
},
9292
{
9393
"staff": "1",
9494
"voice": "1",
95-
"duration": "4",
95+
"duration": "2",
9696
"pitch": {
97-
"octave": "5",
98-
"step": "C"
97+
"octave": "4",
98+
"step": "E"
9999
},
100+
"type": "half",
100101
"$adagio-location": {
101-
"timePos": 0
102-
},
103-
"chord": {},
104-
"type": "whole"
102+
"timePos": 2
103+
}
105104
}
106105
],
107106
"harmony": [],

0 commit comments

Comments
 (0)