Spaces:
Runtime error
Runtime error
visakh7843
commited on
Commit
•
e08994d
1
Parent(s):
8f37861
Added UI components and conversition to .wav format
Browse files- n-grams/__pycache__/music.cpython-39.pyc +0 -0
- n-grams/app.py +15 -0
- n-grams/gen_songs_abc/song_175252/gen_song_175252.abc +50 -0
- n-grams/gen_songs_abc/song_175252/gen_song_175252.ly +73 -0
- n-grams/gen_songs_abc/song_175252/gen_song_175252.midi +0 -0
- n-grams/gen_songs_abc/song_175252/gen_song_175252.png +0 -0
- n-grams/gen_songs_abc/song_175252/gen_song_175252.wav +3 -0
- n-grams/gen_songs_abc/song_180735/gen_song_180735.abc +42 -0
- n-grams/gen_songs_abc/song_180735/gen_song_180735.ly +64 -0
- n-grams/gen_songs_abc/song_180735/gen_song_180735.midi +0 -0
- n-grams/gen_songs_abc/song_180735/gen_song_180735.png +0 -0
- n-grams/gen_songs_abc/song_180735/gen_song_180735.wav +3 -0
- n-grams/gen_songs_abc/song_181849/gen_song_181849.abc +34 -0
- n-grams/gen_songs_abc/song_181849/gen_song_181849.ly +58 -0
- n-grams/gen_songs_abc/song_181849/gen_song_181849.midi +0 -0
- n-grams/gen_songs_abc/song_181849/gen_song_181849.png +0 -0
- n-grams/gen_songs_abc/song_181849/gen_song_181849.wav +3 -0
- n-grams/gen_songs_abc/song_181854/gen_song_181854.abc +38 -0
- n-grams/gen_songs_abc/song_181854/gen_song_181854.ly +73 -0
- n-grams/gen_songs_abc/song_181854/gen_song_181854.midi +0 -0
- n-grams/gen_songs_abc/song_181854/gen_song_181854.png +0 -0
- n-grams/gen_songs_abc/song_181854/gen_song_181854.wav +3 -0
- n-grams/gen_songs_abc/song_181858/gen_song_181858-page1.png +0 -0
- n-grams/gen_songs_abc/song_181858/gen_song_181858-page2.png +0 -0
- n-grams/gen_songs_abc/song_181858/gen_song_181858.abc +42 -0
- n-grams/gen_songs_abc/song_181858/gen_song_181858.ly +76 -0
- n-grams/gen_songs_abc/song_181858/gen_song_181858.midi +0 -0
- n-grams/gen_songs_abc/song_181858/gen_song_181858.wav +3 -0
- n-grams/gen_songs_abc/song_181945/gen_song_181945.abc +34 -0
- n-grams/gen_songs_abc/song_181945/gen_song_181945.ly +62 -0
- n-grams/gen_songs_abc/song_181945/gen_song_181945.midi +0 -0
- n-grams/gen_songs_abc/song_181945/gen_song_181945.png +0 -0
- n-grams/gen_songs_abc/song_181945/gen_song_181945.wav +3 -0
- n-grams/gen_songs_abc/song_182017/gen_song_182017.abc +30 -0
- n-grams/gen_songs_abc/song_182017/gen_song_182017.ly +54 -0
- n-grams/gen_songs_abc/song_182017/gen_song_182017.midi +0 -0
- n-grams/gen_songs_abc/song_182017/gen_song_182017.png +0 -0
- n-grams/gen_songs_abc/song_182017/gen_song_182017.wav +3 -0
- n-grams/gen_songs_abc/song_182229/gen_song_182229.abc +42 -0
- n-grams/gen_songs_abc/song_182229/gen_song_182229.ly +76 -0
- n-grams/gen_songs_abc/song_182229/gen_song_182229.midi +0 -0
- n-grams/gen_songs_abc/song_182229/gen_song_182229.png +0 -0
- n-grams/gen_songs_abc/song_182229/gen_song_182229.wav +3 -0
- n-grams/music.py +10 -8
n-grams/__pycache__/music.cpython-39.pyc
ADDED
Binary file (4.02 kB). View file
|
|
n-grams/app.py
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from music import music_gen
|
2 |
+
import gradio as gr
|
3 |
+
|
4 |
+
keysignature = ["C","G","D","No selection"]
|
5 |
+
difficulty = ["beginner","intermediate","expert"]
|
6 |
+
timesignature = ['3/4','4/4','1/8','C|']
|
7 |
+
|
8 |
+
interface = gr.Interface(fn = music_gen,
|
9 |
+
inputs=[gr.Radio(difficulty,label="Difficulty"),
|
10 |
+
gr.Radio(timesignature,label="Time Signature"),
|
11 |
+
gr.Dropdown(keysignature,label="Key Signature")],
|
12 |
+
outputs = ["gallery","audio"],
|
13 |
+
title="Sheet Music Generation for Sight-Reading",
|
14 |
+
description="TO be added")
|
15 |
+
interface.launch(inline=False)
|
n-grams/gen_songs_abc/song_175252/gen_song_175252.abc
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
X:1
|
2 |
+
T:Markov Song 175252
|
3 |
+
R:song
|
4 |
+
C:Visakh Ajith
|
5 |
+
Z:id:hn-song-111
|
6 |
+
M:3/4
|
7 |
+
L:1/8
|
8 |
+
Q:1/4=120
|
9 |
+
K:G
|
10 |
+
a>bg | a>bg | f>ge
|
11 |
+
a>bg | f>ge | f>ge
|
12 |
+
f>ge | f>ge | d>ef
|
13 |
+
f>ge | d>ef | d>ef
|
14 |
+
d>ef | d>ef | g2f
|
15 |
+
d>ef | g2f | g2f
|
16 |
+
g2f | g2f | e>fg
|
17 |
+
g2f | e>fg | e>fg
|
18 |
+
e>fg | e>fg | ddc
|
19 |
+
e>fg | ddc | ddc
|
20 |
+
ddc | ddc | B>AG
|
21 |
+
ddc | B>AG | B>AG
|
22 |
+
B>AG | B>AG | c2A
|
23 |
+
B>AG | c2A | c2A
|
24 |
+
c2A | c2A | B>cd
|
25 |
+
c2A | B>cd | B>cd
|
26 |
+
B>cd | B>cd | A2G
|
27 |
+
B>cd | A2G | A2G
|
28 |
+
A2G | A2G | F>ED
|
29 |
+
A2G | F>ED | F>ED
|
30 |
+
F>ED | F>ED | G2E
|
31 |
+
F>ED | G2E | G2E
|
32 |
+
G2E | G2E | F>GA
|
33 |
+
G2E | F>GA | F>GA
|
34 |
+
F>GA | F>GA | D2E
|
35 |
+
F>GA | D2E | D2E
|
36 |
+
D2E | D2E | D2 :
|
37 |
+
D2E | D2 : | D2 :
|
38 |
+
D2 : | D2 : | : A
|
39 |
+
D2 : | : A | : A
|
40 |
+
: A | : A | d2d
|
41 |
+
: A | d2d | d2d
|
42 |
+
d2d | d2d | d>cd
|
43 |
+
d2d | d>cd | d>cd
|
44 |
+
d>cd | d>cd | e>fe
|
45 |
+
d>cd | e>fe | e>fe
|
46 |
+
e>fe | e>fe | ecA
|
47 |
+
e>fe | ecA | ecA
|
48 |
+
ecA | ecA | f2f e>fd
|
49 |
+
ecA | f2f e>fd | f2f e>fd
|
50 |
+
f2f e>fd | f2f e>fd
|
n-grams/gen_songs_abc/song_175252/gen_song_175252.ly
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
\version "2.7.40"
|
2 |
+
\header {
|
3 |
+
composer = "Visakh Ajith"
|
4 |
+
crossRefNumber = "1"
|
5 |
+
footnotes = ""
|
6 |
+
meter = "song"
|
7 |
+
tagline = "Lily was here 2.20.0 -- automatically converted from ABC"
|
8 |
+
title = "Markov Song 175252"
|
9 |
+
transcription = "id:hn-song-111"
|
10 |
+
}
|
11 |
+
voicedefault = {
|
12 |
+
\set Score.defaultBarType = ""
|
13 |
+
|
14 |
+
\time 3/4 \tempo 4=120
|
15 |
+
\key g \major a''8. b''16 g''8 \bar "|" a''8. b''16 g''8
|
16 |
+
\bar "|" fis''8. g''16 e''8 a''8. b''16 g''8 \bar "|"
|
17 |
+
fis''8. g''16 e''8 \bar "|" fis''8. g''16 e''8 fis''8.
|
18 |
+
g''16 e''8 \bar "|" fis''8. g''16 e''8 \bar "|" d''8.
|
19 |
+
e''16 fis''8 fis''8. g''16 e''8 \bar "|" d''8. e''16
|
20 |
+
fis''8 \bar "|" d''8. e''16 fis''8 d''8. e''16 fis''8
|
21 |
+
\bar "|" d''8. e''16 fis''8 \bar "|" g''4 fis''8 d''8.
|
22 |
+
e''16 fis''8 \bar "|" g''4 fis''8 \bar "|" g''4 fis''8
|
23 |
+
g''4 fis''8 \bar "|" g''4 fis''8 \bar "|" e''8. fis''16
|
24 |
+
g''8 g''4 fis''8 \bar "|" e''8. fis''16 g''8 \bar "|"
|
25 |
+
e''8. fis''16 g''8 e''8. fis''16 g''8 \bar "|" e''8.
|
26 |
+
fis''16 g''8 \bar "|" d''8 d''8 c''8 e''8. fis''16
|
27 |
+
g''8 \bar "|" d''8 d''8 c''8 \bar "|" d''8 d''8 c''8
|
28 |
+
d''8 d''8 c''8 \bar "|" d''8 d''8 c''8 \bar "|" b'8.
|
29 |
+
a'16 g'8 d''8 d''8 c''8 \bar "|" b'8. a'16 g'8
|
30 |
+
\bar "|" b'8. a'16 g'8 b'8. a'16 g'8 \bar "|" b'8.
|
31 |
+
a'16 g'8 \bar "|" c''4 a'8 b'8. a'16 g'8 \bar "|"
|
32 |
+
c''4 a'8 \bar "|" c''4 a'8 c''4 a'8 \bar "|" c''4
|
33 |
+
a'8 \bar "|" b'8. c''16 d''8 c''4 a'8 \bar "|" b'8.
|
34 |
+
c''16 d''8 \bar "|" b'8. c''16 d''8 b'8. c''16 d''8
|
35 |
+
\bar "|" b'8. c''16 d''8 \bar "|" a'4 g'8 b'8. c''16
|
36 |
+
d''8 \bar "|" a'4 g'8 \bar "|" a'4 g'8 a'4 g'8
|
37 |
+
\bar "|" a'4 g'8 \bar "|" fis'8. e'16 d'8 a'4 g'8
|
38 |
+
\bar "|" fis'8. e'16 d'8 \bar "|" fis'8. e'16 d'8
|
39 |
+
fis'8. e'16 d'8 \bar "|" fis'8. e'16 d'8 \bar "|" g'4
|
40 |
+
e'8 fis'8. e'16 d'8 \bar "|" g'4 e'8 \bar "|" g'4
|
41 |
+
e'8 g'4 e'8 \bar "|" g'4 e'8 \bar "|" fis'8. g'16
|
42 |
+
a'8 g'4 e'8 \bar "|" fis'8. g'16 a'8 \bar "|" fis'8.
|
43 |
+
g'16 a'8 fis'8. g'16 a'8 \bar "|" fis'8. g'16 a'8
|
44 |
+
\bar "|" d'4 e'8 fis'8. g'16 a'8 \bar "|" d'4 e'8
|
45 |
+
\bar "|" d'4 e'8 d'4 e'8 \bar "|" d'4 e'8 \bar "|"
|
46 |
+
d'4 d'4 e'8 \bar "|" d'4 d'4 d'4 d''4 d''8
|
47 |
+
\bar "|" d''4 d''8 \bar "|" d''8. c''16 d''8 d''4 d''8
|
48 |
+
\bar "|" d''8. c''16 d''8 \bar "|" d''8. c''16 d''8
|
49 |
+
d''8. c''16 d''8 \bar "|" d''8. c''16 d''8 \bar "|" e''8.
|
50 |
+
fis''16 e''8 d''8. c''16 d''8 \bar "|" e''8. fis''16
|
51 |
+
e''8 \bar "|" e''8. fis''16 e''8 e''8. fis''16 e''8
|
52 |
+
\bar "|" e''8. fis''16 e''8 \bar "|" e''8 c''8 a'8
|
53 |
+
e''8. fis''16 e''8 \bar "|" e''8 c''8 a'8 \bar "|" e''8
|
54 |
+
c''8 a'8 e''8 c''8 a'8 \bar "|" e''8 c''8 a'8
|
55 |
+
\bar "|" fis''4 fis''8 e''8. fis''16 d''8 e''8 c''8
|
56 |
+
a'8 \bar "|" fis''4 fis''8 e''8. fis''16 d''8 \bar "|"
|
57 |
+
fis''4 fis''8 e''8. fis''16 d''8 fis''4 fis''8 e''8.
|
58 |
+
fis''16 d''8 \bar "|" fis''4 fis''8 e''8. fis''16 d''8
|
59 |
+
}
|
60 |
+
|
61 |
+
\score{
|
62 |
+
<<
|
63 |
+
|
64 |
+
\context Staff="default"
|
65 |
+
{
|
66 |
+
\voicedefault
|
67 |
+
}
|
68 |
+
|
69 |
+
>>
|
70 |
+
\layout {
|
71 |
+
}
|
72 |
+
\midi {}
|
73 |
+
}
|
n-grams/gen_songs_abc/song_175252/gen_song_175252.midi
ADDED
Binary file (2.8 kB). View file
|
|
n-grams/gen_songs_abc/song_175252/gen_song_175252.png
ADDED
n-grams/gen_songs_abc/song_175252/gen_song_175252.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:704e0e2b01862e9d63dd68eba84fb06c03ea9e2ff42125440f37dc25ba0278aa
|
3 |
+
size 15171116
|
n-grams/gen_songs_abc/song_180735/gen_song_180735.abc
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
X:1
|
2 |
+
T:Markov Song 180735
|
3 |
+
R:song
|
4 |
+
C:Visakh Ajith
|
5 |
+
Z:id:hn-song-111
|
6 |
+
M:3/4
|
7 |
+
L:1/8
|
8 |
+
Q:1/4=120
|
9 |
+
K:G
|
10 |
+
efg | efg | f>ga
|
11 |
+
efg | f>ga | f>ga
|
12 |
+
f>ga | f>ga | d2c
|
13 |
+
f>ga | d2c | d2c
|
14 |
+
d2c | d2c | B>AG
|
15 |
+
d2c | B>AG | B>AG
|
16 |
+
B>AG | B>AG | c2A
|
17 |
+
B>AG | c2A | c2A
|
18 |
+
c2A | c2A | B/c/dd
|
19 |
+
c2A | B/c/dd | B/c/dd
|
20 |
+
B/c/dd | B/c/dd | G2A
|
21 |
+
B/c/dd | G2A | G2A
|
22 |
+
G2A | G2A | G2 :
|
23 |
+
G2A | G2 : | G2 :
|
24 |
+
G2 : | G2 : | : d
|
25 |
+
G2 : | : d | : d
|
26 |
+
: d | : d | g2g
|
27 |
+
: d | g2g | g2g
|
28 |
+
g2g | g2g | g>fg
|
29 |
+
g2g | g>fg | g>fg
|
30 |
+
g>fg | g>fg | a>ba
|
31 |
+
g>fg | a>ba | a>ba
|
32 |
+
a>ba | a>ba | afd
|
33 |
+
a>ba | afd | afd
|
34 |
+
afd | afd | b2b
|
35 |
+
afd | b2b | b2b
|
36 |
+
b2b | b2b | a>bg
|
37 |
+
b2b | a>bg | a>bg
|
38 |
+
a>bg | a>bg | f>ge
|
39 |
+
a>bg | f>ge | f>ge
|
40 |
+
f>ge | f>ge | d>ef
|
41 |
+
f>ge | d>ef | d>ef
|
42 |
+
d>ef | d>ef | g2f
|
n-grams/gen_songs_abc/song_180735/gen_song_180735.ly
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
\version "2.7.40"
|
2 |
+
\header {
|
3 |
+
composer = "Visakh Ajith"
|
4 |
+
crossRefNumber = "1"
|
5 |
+
footnotes = ""
|
6 |
+
meter = "song"
|
7 |
+
tagline = "Lily was here 2.20.0 -- automatically converted from ABC"
|
8 |
+
title = "Markov Song 180735"
|
9 |
+
transcription = "id:hn-song-111"
|
10 |
+
}
|
11 |
+
voicedefault = {
|
12 |
+
\set Score.defaultBarType = ""
|
13 |
+
|
14 |
+
\time 3/4 \tempo 4=120
|
15 |
+
\key g \major e''8 fis''8 g''8 \bar "|" e''8 fis''8 g''8
|
16 |
+
\bar "|" fis''8. g''16 a''8 e''8 fis''8 g''8 \bar "|"
|
17 |
+
fis''8. g''16 a''8 \bar "|" fis''8. g''16 a''8 fis''8.
|
18 |
+
g''16 a''8 \bar "|" fis''8. g''16 a''8 \bar "|" d''4 c''8
|
19 |
+
fis''8. g''16 a''8 \bar "|" d''4 c''8 \bar "|" d''4
|
20 |
+
c''8 d''4 c''8 \bar "|" d''4 c''8 \bar "|" b'8. a'16
|
21 |
+
g'8 d''4 c''8 \bar "|" b'8. a'16 g'8 \bar "|" b'8.
|
22 |
+
a'16 g'8 b'8. a'16 g'8 \bar "|" b'8. a'16 g'8
|
23 |
+
\bar "|" c''4 a'8 b'8. a'16 g'8 \bar "|" c''4 a'8
|
24 |
+
\bar "|" c''4 a'8 c''4 a'8 \bar "|" c''4 a'8 \bar "|"
|
25 |
+
b'16 c''16 d''8 d''8 c''4 a'8 \bar "|" b'16 c''16
|
26 |
+
d''8 d''8 \bar "|" b'16 c''16 d''8 d''8 b'16 c''16
|
27 |
+
d''8 d''8 \bar "|" b'16 c''16 d''8 d''8 \bar "|" g'4
|
28 |
+
a'8 b'16 c''16 d''8 d''8 \bar "|" g'4 a'8 \bar "|"
|
29 |
+
g'4 a'8 g'4 a'8 \bar "|" g'4 a'8 \bar "|" g'4 g'4
|
30 |
+
a'8 \bar "|" g'4 g'4 g'4 g''4 g''8 \bar "|"
|
31 |
+
g''4 g''8 \bar "|" g''8. fis''16 g''8 g''4 g''8
|
32 |
+
\bar "|" g''8. fis''16 g''8 \bar "|" g''8. fis''16 g''8
|
33 |
+
g''8. fis''16 g''8 \bar "|" g''8. fis''16 g''8 \bar "|"
|
34 |
+
a''8. b''16 a''8 g''8. fis''16 g''8 \bar "|" a''8.
|
35 |
+
b''16 a''8 \bar "|" a''8. b''16 a''8 a''8. b''16 a''8
|
36 |
+
\bar "|" a''8. b''16 a''8 \bar "|" a''8 fis''8 d''8
|
37 |
+
a''8. b''16 a''8 \bar "|" a''8 fis''8 d''8 \bar "|" a''8
|
38 |
+
fis''8 d''8 a''8 fis''8 d''8 \bar "|" a''8 fis''8
|
39 |
+
d''8 \bar "|" b''4 b''8 a''8 fis''8 d''8 \bar "|" b''4
|
40 |
+
b''8 \bar "|" b''4 b''8 b''4 b''8 \bar "|" b''4 b''8
|
41 |
+
\bar "|" a''8. b''16 g''8 b''4 b''8 \bar "|" a''8.
|
42 |
+
b''16 g''8 \bar "|" a''8. b''16 g''8 a''8. b''16 g''8
|
43 |
+
\bar "|" a''8. b''16 g''8 \bar "|" fis''8. g''16 e''8
|
44 |
+
a''8. b''16 g''8 \bar "|" fis''8. g''16 e''8 \bar "|"
|
45 |
+
fis''8. g''16 e''8 fis''8. g''16 e''8 \bar "|" fis''8.
|
46 |
+
g''16 e''8 \bar "|" d''8. e''16 fis''8 fis''8. g''16
|
47 |
+
e''8 \bar "|" d''8. e''16 fis''8 \bar "|" d''8. e''16
|
48 |
+
fis''8 d''8. e''16 fis''8 \bar "|" d''8. e''16 fis''8
|
49 |
+
\bar "|" g''4 fis''8
|
50 |
+
}
|
51 |
+
|
52 |
+
\score{
|
53 |
+
<<
|
54 |
+
|
55 |
+
\context Staff="default"
|
56 |
+
{
|
57 |
+
\voicedefault
|
58 |
+
}
|
59 |
+
|
60 |
+
>>
|
61 |
+
\layout {
|
62 |
+
}
|
63 |
+
\midi {}
|
64 |
+
}
|
n-grams/gen_songs_abc/song_180735/gen_song_180735.midi
ADDED
Binary file (2.2 kB). View file
|
|
n-grams/gen_songs_abc/song_180735/gen_song_180735.png
ADDED
n-grams/gen_songs_abc/song_180735/gen_song_180735.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed657c20ff736eb9dc4c130abaa6c90d95067318ec18addcebf874b8d3cf72a0
|
3 |
+
size 11466796
|
n-grams/gen_songs_abc/song_181849/gen_song_181849.abc
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
X:1
|
2 |
+
T:Markov Song 181849
|
3 |
+
R:song
|
4 |
+
C:Visakh Ajith
|
5 |
+
Z:id:hn-song-111
|
6 |
+
M:3/4
|
7 |
+
L:1/8
|
8 |
+
Q:1/4=120
|
9 |
+
K:G
|
10 |
+
B2 g3 B | B2 g3 B | A2 G4-
|
11 |
+
B2 g3 B | A2 G4- | A2 G4-
|
12 |
+
A2 G4- | A2 G4- | G4 gf
|
13 |
+
A2 G4- | G4 gf | G4 gf
|
14 |
+
G4 gf | G4 gf | ed cB AG
|
15 |
+
G4 gf | ed cB AG | ed cB AG
|
16 |
+
ed cB AG | ed cB AG | E2 A3 B
|
17 |
+
ed cB AG | E2 A3 B | E2 A3 B
|
18 |
+
E2 A3 B | E2 A3 B | A6-
|
19 |
+
E2 A3 B | A6- | A6-
|
20 |
+
A6- | A6- | A4 GA
|
21 |
+
A6- | A4 GA | A4 GA
|
22 |
+
A4 GA | A4 GA | B2 D3 D
|
23 |
+
A4 GA | B2 D3 D | B2 D3 D
|
24 |
+
B2 D3 D | B2 D3 D | E2 c3 A
|
25 |
+
B2 D3 D | E2 c3 A | E2 c3 A
|
26 |
+
E2 c3 A | E2 c3 A | B6-
|
27 |
+
E2 c3 A | B6- | B6-
|
28 |
+
B6- | B6- | B4 GA
|
29 |
+
B6- | B4 GA | B4 GA
|
30 |
+
B4 GA | B4 GA | B2 D3 D
|
31 |
+
B4 GA | B2 D3 D | B2 D3 D
|
32 |
+
B2 D3 D | B2 D3 D | E2 c3 A
|
33 |
+
B2 D3 D | E2 c3 A | E2 c3 A
|
34 |
+
E2 c3 A | E2 c3 A | B6-
|
n-grams/gen_songs_abc/song_181849/gen_song_181849.ly
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
\version "2.7.40"
|
2 |
+
\header {
|
3 |
+
composer = "Visakh Ajith"
|
4 |
+
crossRefNumber = "1"
|
5 |
+
footnotes = ""
|
6 |
+
meter = "song"
|
7 |
+
tagline = "Lily was here 2.20.0 -- automatically converted from ABC"
|
8 |
+
title = "Markov Song 181849"
|
9 |
+
transcription = "id:hn-song-111"
|
10 |
+
}
|
11 |
+
voicedefault = {
|
12 |
+
\set Score.defaultBarType = ""
|
13 |
+
|
14 |
+
\time 3/4 \tempo 4=120
|
15 |
+
\key g \major b'4 g''4. b'8 \bar "|" b'4 g''4. b'8
|
16 |
+
\bar "|" a'4 g'2 ~ b'4 g''4. b'8 \bar "|" a'4 g'2
|
17 |
+
~ \bar "|" a'4 g'2 ~ a'4 g'2 ~ \bar "|" a'4 g'2
|
18 |
+
~ \bar "|" g'2 g''8 fis''8 a'4 g'2 ~ \bar "|" g'2
|
19 |
+
g''8 fis''8 \bar "|" g'2 g''8 fis''8 g'2 g''8 fis''8
|
20 |
+
\bar "|" g'2 g''8 fis''8 \bar "|" e''8 d''8 c''8 b'8
|
21 |
+
a'8 g'8 g'2 g''8 fis''8 \bar "|" e''8 d''8 c''8 b'8
|
22 |
+
a'8 g'8 \bar "|" e''8 d''8 c''8 b'8 a'8 g'8 e''8
|
23 |
+
d''8 c''8 b'8 a'8 g'8 \bar "|" e''8 d''8 c''8 b'8
|
24 |
+
a'8 g'8 \bar "|" e'4 a'4. b'8 e''8 d''8 c''8 b'8
|
25 |
+
a'8 g'8 \bar "|" e'4 a'4. b'8 \bar "|" e'4 a'4. b'8
|
26 |
+
e'4 a'4. b'8 \bar "|" e'4 a'4. b'8 \bar "|" a'2. ~
|
27 |
+
e'4 a'4. b'8 \bar "|" a'2. ~ \bar "|" a'2. ~ a'2.
|
28 |
+
~ \bar "|" a'2. ~ \bar "|" a'2 g'8 a'8 a'2. ~
|
29 |
+
\bar "|" a'2 g'8 a'8 \bar "|" a'2 g'8 a'8 a'2 g'8
|
30 |
+
a'8 \bar "|" a'2 g'8 a'8 \bar "|" b'4 d'4. d'8 a'2
|
31 |
+
g'8 a'8 \bar "|" b'4 d'4. d'8 \bar "|" b'4 d'4. d'8
|
32 |
+
b'4 d'4. d'8 \bar "|" b'4 d'4. d'8 \bar "|" e'4
|
33 |
+
c''4. a'8 b'4 d'4. d'8 \bar "|" e'4 c''4. a'8
|
34 |
+
\bar "|" e'4 c''4. a'8 e'4 c''4. a'8 \bar "|" e'4
|
35 |
+
c''4. a'8 \bar "|" b'2. ~ e'4 c''4. a'8 \bar "|" b'2.
|
36 |
+
~ \bar "|" b'2. ~ b'2. ~ \bar "|" b'2. ~ \bar "|"
|
37 |
+
b'2 g'8 a'8 b'2. ~ \bar "|" b'2 g'8 a'8 \bar "|"
|
38 |
+
b'2 g'8 a'8 b'2 g'8 a'8 \bar "|" b'2 g'8 a'8
|
39 |
+
\bar "|" b'4 d'4. d'8 b'2 g'8 a'8 \bar "|" b'4 d'4.
|
40 |
+
d'8 \bar "|" b'4 d'4. d'8 b'4 d'4. d'8 \bar "|"
|
41 |
+
b'4 d'4. d'8 \bar "|" e'4 c''4. a'8 b'4 d'4. d'8
|
42 |
+
\bar "|" e'4 c''4. a'8 \bar "|" e'4 c''4. a'8 e'4
|
43 |
+
c''4. a'8 \bar "|" e'4 c''4. a'8 \bar "|" b'2. ~
|
44 |
+
}
|
45 |
+
|
46 |
+
\score{
|
47 |
+
<<
|
48 |
+
|
49 |
+
\context Staff="default"
|
50 |
+
{
|
51 |
+
\voicedefault
|
52 |
+
}
|
53 |
+
|
54 |
+
>>
|
55 |
+
\layout {
|
56 |
+
}
|
57 |
+
\midi {}
|
58 |
+
}
|
n-grams/gen_songs_abc/song_181849/gen_song_181849.midi
ADDED
Binary file (1.93 kB). View file
|
|
n-grams/gen_songs_abc/song_181849/gen_song_181849.png
ADDED
n-grams/gen_songs_abc/song_181849/gen_song_181849.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:603a556be35cc67e257df817f11f8bee5d8853e9f5bbe844d2fc5b296e8b5919
|
3 |
+
size 19845676
|
n-grams/gen_songs_abc/song_181854/gen_song_181854.abc
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
X:1
|
2 |
+
T:Markov Song 181854
|
3 |
+
R:song
|
4 |
+
C:Visakh Ajith
|
5 |
+
Z:id:hn-song-111
|
6 |
+
M:3/4
|
7 |
+
L:1/8
|
8 |
+
Q:1/4=120
|
9 |
+
K:G
|
10 |
+
A2 D2 AB | A2 D2 AB | A2 D2 AB
|
11 |
+
A2 D2 AB | A2 D2 AB | A2 D2 AB
|
12 |
+
A2 D2 AB | A2 D2 AB | c2 e2 d2
|
13 |
+
A2 D2 AB | c2 e2 d2 | c2 e2 d2
|
14 |
+
c2 e2 d2 | c2 e2 d2 | G4 :
|
15 |
+
c2 e2 d2 | G4 : | G4 :
|
16 |
+
G4 : | G4 : | DE/F/
|
17 |
+
G4 : | DE/F/ | DE/F/
|
18 |
+
DE/F/ | DE/F/ | GA B2 AB/c/
|
19 |
+
DE/F/ | GA B2 AB/c/ | GA B2 AB/c/
|
20 |
+
GA B2 AB/c/ | GA B2 AB/c/ | B2 cB AG
|
21 |
+
GA B2 AB/c/ | B2 cB AG | B2 cB AG
|
22 |
+
B2 cB AG | B2 cB AG | cB cd ef
|
23 |
+
B2 cB AG | cB cd ef | cB cd ef
|
24 |
+
cB cd ef | cB cd ef | g4 ef/g/
|
25 |
+
cB cd ef | g4 ef/g/ | g4 ef/g/
|
26 |
+
g4 ef/g/ | g4 ef/g/ | a2 ba ge
|
27 |
+
g4 ef/g/ | a2 ba ge | a2 ba ge
|
28 |
+
a2 ba ge | a2 ba ge | d2 ed cB
|
29 |
+
a2 ba ge | d2 ed cB | d2 ed cB
|
30 |
+
d2 ed cB | d2 ed cB | c2 B2 A>G
|
31 |
+
d2 ed cB | c2 B2 A>G | c2 B2 A>G
|
32 |
+
c2 B2 A>G | c2 B2 A>G | E4 A/B/d
|
33 |
+
c2 B2 A>G | E4 A/B/d | E4 A/B/d
|
34 |
+
E4 A/B/d | E4 A/B/d | e2 ge dB
|
35 |
+
E4 A/B/d | e2 ge dB | e2 ge dB
|
36 |
+
e2 ge dB | e2 ge dB | A2 B/c/d D2
|
37 |
+
e2 ge dB | A2 B/c/d D2 | A2 B/c/d D2
|
38 |
+
A2 B/c/d D2 | A2 B/c/d D2
|
n-grams/gen_songs_abc/song_181854/gen_song_181854.ly
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
\version "2.7.40"
|
2 |
+
\header {
|
3 |
+
composer = "Visakh Ajith"
|
4 |
+
crossRefNumber = "1"
|
5 |
+
footnotes = ""
|
6 |
+
meter = "song"
|
7 |
+
tagline = "Lily was here 2.20.0 -- automatically converted from ABC"
|
8 |
+
title = "Markov Song 181854"
|
9 |
+
transcription = "id:hn-song-111"
|
10 |
+
}
|
11 |
+
voicedefault = {
|
12 |
+
\set Score.defaultBarType = ""
|
13 |
+
|
14 |
+
\time 3/4 \tempo 4=120
|
15 |
+
\key g \major a'4 d'4 a'8 b'8 \bar "|" a'4 d'4 a'8
|
16 |
+
b'8 \bar "|" a'4 d'4 a'8 b'8 a'4 d'4 a'8 b'8
|
17 |
+
\bar "|" a'4 d'4 a'8 b'8 \bar "|" a'4 d'4 a'8 b'8
|
18 |
+
a'4 d'4 a'8 b'8 \bar "|" a'4 d'4 a'8 b'8 \bar "|"
|
19 |
+
c''4 e''4 d''4 a'4 d'4 a'8 b'8 \bar "|" c''4 e''4
|
20 |
+
d''4 \bar "|" c''4 e''4 d''4 c''4 e''4 d''4 \bar "|"
|
21 |
+
c''4 e''4 d''4 \bar "|" g'2 c''4 e''4 d''4 \bar "|"
|
22 |
+
g'2 g'2 g'2 d'8 e'16 fis'16 \bar "|" d'8 e'16
|
23 |
+
fis'16 \bar "|" g'8 a'8 b'4 a'8 b'16 c''16 d'8 e'16
|
24 |
+
fis'16 \bar "|" g'8 a'8 b'4 a'8 b'16 c''16 \bar "|"
|
25 |
+
g'8 a'8 b'4 a'8 b'16 c''16 g'8 a'8 b'4 a'8 b'16
|
26 |
+
c''16 \bar "|" g'8 a'8 b'4 a'8 b'16 c''16 \bar "|"
|
27 |
+
b'4 c''8 b'8 a'8 g'8 g'8 a'8 b'4 a'8 b'16 c''16
|
28 |
+
\bar "|" b'4 c''8 b'8 a'8 g'8 \bar "|" b'4 c''8 b'8
|
29 |
+
a'8 g'8 b'4 c''8 b'8 a'8 g'8 \bar "|" b'4 c''8
|
30 |
+
b'8 a'8 g'8 \bar "|" c''8 b'8 c''8 d''8 e''8 fis''8
|
31 |
+
b'4 c''8 b'8 a'8 g'8 \bar "|" c''8 b'8 c''8 d''8
|
32 |
+
e''8 fis''8 \bar "|" c''8 b'8 c''8 d''8 e''8 fis''8
|
33 |
+
c''8 b'8 c''8 d''8 e''8 fis''8 \bar "|" c''8 b'8
|
34 |
+
c''8 d''8 e''8 fis''8 \bar "|" g''2 e''8 fis''16 g''16
|
35 |
+
c''8 b'8 c''8 d''8 e''8 fis''8 \bar "|" g''2 e''8
|
36 |
+
fis''16 g''16 \bar "|" g''2 e''8 fis''16 g''16 g''2
|
37 |
+
e''8 fis''16 g''16 \bar "|" g''2 e''8 fis''16 g''16
|
38 |
+
\bar "|" a''4 b''8 a''8 g''8 e''8 g''2 e''8 fis''16
|
39 |
+
g''16 \bar "|" a''4 b''8 a''8 g''8 e''8 \bar "|" a''4
|
40 |
+
b''8 a''8 g''8 e''8 a''4 b''8 a''8 g''8 e''8
|
41 |
+
\bar "|" a''4 b''8 a''8 g''8 e''8 \bar "|" d''4 e''8
|
42 |
+
d''8 c''8 b'8 a''4 b''8 a''8 g''8 e''8 \bar "|"
|
43 |
+
d''4 e''8 d''8 c''8 b'8 \bar "|" d''4 e''8 d''8 c''8
|
44 |
+
b'8 d''4 e''8 d''8 c''8 b'8 \bar "|" d''4 e''8
|
45 |
+
d''8 c''8 b'8 \bar "|" c''4 b'4 a'8. g'16 d''4 e''8
|
46 |
+
d''8 c''8 b'8 \bar "|" c''4 b'4 a'8. g'16 \bar "|"
|
47 |
+
c''4 b'4 a'8. g'16 c''4 b'4 a'8. g'16 \bar "|" c''4
|
48 |
+
b'4 a'8. g'16 \bar "|" e'2 a'16 b'16 d''8 c''4
|
49 |
+
b'4 a'8. g'16 \bar "|" e'2 a'16 b'16 d''8 \bar "|" e'2
|
50 |
+
a'16 b'16 d''8 e'2 a'16 b'16 d''8 \bar "|" e'2
|
51 |
+
a'16 b'16 d''8 \bar "|" e''4 g''8 e''8 d''8 b'8 e'2
|
52 |
+
a'16 b'16 d''8 \bar "|" e''4 g''8 e''8 d''8 b'8
|
53 |
+
\bar "|" e''4 g''8 e''8 d''8 b'8 e''4 g''8 e''8
|
54 |
+
d''8 b'8 \bar "|" e''4 g''8 e''8 d''8 b'8 \bar "|" a'4
|
55 |
+
b'16 c''16 d''8 d'4 e''4 g''8 e''8 d''8 b'8
|
56 |
+
\bar "|" a'4 b'16 c''16 d''8 d'4 \bar "|" a'4 b'16
|
57 |
+
c''16 d''8 d'4 a'4 b'16 c''16 d''8 d'4 \bar "|" a'4
|
58 |
+
b'16 c''16 d''8 d'4
|
59 |
+
}
|
60 |
+
|
61 |
+
\score{
|
62 |
+
<<
|
63 |
+
|
64 |
+
\context Staff="default"
|
65 |
+
{
|
66 |
+
\voicedefault
|
67 |
+
}
|
68 |
+
|
69 |
+
>>
|
70 |
+
\layout {
|
71 |
+
}
|
72 |
+
\midi {}
|
73 |
+
}
|
n-grams/gen_songs_abc/song_181854/gen_song_181854.midi
ADDED
Binary file (3.29 kB). View file
|
|
n-grams/gen_songs_abc/song_181854/gen_song_181854.png
ADDED
n-grams/gen_songs_abc/song_181854/gen_song_181854.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9994311744566c4dbc51b226d332c6330dbffc615e2f7860d131a0e729dbe87
|
3 |
+
size 20551212
|
n-grams/gen_songs_abc/song_181858/gen_song_181858-page1.png
ADDED
n-grams/gen_songs_abc/song_181858/gen_song_181858-page2.png
ADDED
n-grams/gen_songs_abc/song_181858/gen_song_181858.abc
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
X:1
|
2 |
+
T:Markov Song 181858
|
3 |
+
R:song
|
4 |
+
C:Visakh Ajith
|
5 |
+
Z:id:hn-song-111
|
6 |
+
M:3/4
|
7 |
+
L:1/8
|
8 |
+
Q:1/4=120
|
9 |
+
K:G
|
10 |
+
B4 A//G//F3/ | B4 A//G//F3/ | G4 :
|
11 |
+
B4 A//G//F3/ | G4 : | G4 :
|
12 |
+
G4 : | G4 : | DE/F/
|
13 |
+
G4 : | DE/F/ | DE/F/
|
14 |
+
DE/F/ | DE/F/ | GA B2 AB/c/
|
15 |
+
DE/F/ | GA B2 AB/c/ | GA B2 AB/c/
|
16 |
+
GA B2 AB/c/ | GA B2 AB/c/ | B2 cB AG
|
17 |
+
GA B2 AB/c/ | B2 cB AG | B2 cB AG
|
18 |
+
B2 cB AG | B2 cB AG | cB cd ef
|
19 |
+
B2 cB AG | cB cd ef | cB cd ef
|
20 |
+
cB cd ef | cB cd ef | g4 ef/g/
|
21 |
+
cB cd ef | g4 ef/g/ | g4 ef/g/
|
22 |
+
g4 ef/g/ | g4 ef/g/ | a2 ba ge
|
23 |
+
g4 ef/g/ | a2 ba ge | a2 ba ge
|
24 |
+
a2 ba ge | a2 ba ge | d2 ed cB
|
25 |
+
a2 ba ge | d2 ed cB | d2 ed cB
|
26 |
+
d2 ed cB | d2 ed cB | c2 B2 A>G
|
27 |
+
d2 ed cB | c2 B2 A>G | c2 B2 A>G
|
28 |
+
c2 B2 A>G | c2 B2 A>G | E4 A/B/d
|
29 |
+
c2 B2 A>G | E4 A/B/d | E4 A/B/d
|
30 |
+
E4 A/B/d | E4 A/B/d | e2 ge dB
|
31 |
+
E4 A/B/d | e2 ge dB | e2 ge dB
|
32 |
+
e2 ge dB | e2 ge dB | A2 B/c/d D2
|
33 |
+
e2 ge dB | A2 B/c/d D2 | A2 B/c/d D2
|
34 |
+
A2 B/c/d D2 | A2 B/c/d D2 | E2 GA/B/ AG
|
35 |
+
A2 B/c/d D2 | E2 GA/B/ AG | E2 GA/B/ AG
|
36 |
+
E2 GA/B/ AG | E2 GA/B/ AG | G4 :
|
37 |
+
E2 GA/B/ AG | G4 : | G4 :
|
38 |
+
G4 : | G4 : | G>F
|
39 |
+
G4 : | G>F | G>F
|
40 |
+
G>F | G>F | D2 F2 F2
|
41 |
+
G>F | D2 F2 F2 | D2 F2 F2
|
42 |
+
D2 F2 F2 | D2 F2 F2
|
n-grams/gen_songs_abc/song_181858/gen_song_181858.ly
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
\version "2.7.40"
|
2 |
+
\header {
|
3 |
+
composer = "Visakh Ajith"
|
4 |
+
crossRefNumber = "1"
|
5 |
+
footnotes = ""
|
6 |
+
meter = "song"
|
7 |
+
tagline = "Lily was here 2.20.0 -- automatically converted from ABC"
|
8 |
+
title = "Markov Song 181858"
|
9 |
+
transcription = "id:hn-song-111"
|
10 |
+
}
|
11 |
+
voicedefault = {
|
12 |
+
\set Score.defaultBarType = ""
|
13 |
+
|
14 |
+
\time 3/4 \tempo 4=120
|
15 |
+
\key g \major b'2 a'32 g'32 fis'8. \bar "|" b'2 a'32
|
16 |
+
g'32 fis'8. \bar "|" g'2 b'2 a'32 g'32 fis'8. \bar "|"
|
17 |
+
g'2 g'2 g'2 d'8 e'16 fis'16 \bar "|" d'8 e'16
|
18 |
+
fis'16 \bar "|" g'8 a'8 b'4 a'8 b'16 c''16 d'8 e'16
|
19 |
+
fis'16 \bar "|" g'8 a'8 b'4 a'8 b'16 c''16 \bar "|"
|
20 |
+
g'8 a'8 b'4 a'8 b'16 c''16 g'8 a'8 b'4 a'8 b'16
|
21 |
+
c''16 \bar "|" g'8 a'8 b'4 a'8 b'16 c''16 \bar "|"
|
22 |
+
b'4 c''8 b'8 a'8 g'8 g'8 a'8 b'4 a'8 b'16 c''16
|
23 |
+
\bar "|" b'4 c''8 b'8 a'8 g'8 \bar "|" b'4 c''8 b'8
|
24 |
+
a'8 g'8 b'4 c''8 b'8 a'8 g'8 \bar "|" b'4 c''8
|
25 |
+
b'8 a'8 g'8 \bar "|" c''8 b'8 c''8 d''8 e''8 fis''8
|
26 |
+
b'4 c''8 b'8 a'8 g'8 \bar "|" c''8 b'8 c''8 d''8
|
27 |
+
e''8 fis''8 \bar "|" c''8 b'8 c''8 d''8 e''8 fis''8
|
28 |
+
c''8 b'8 c''8 d''8 e''8 fis''8 \bar "|" c''8 b'8
|
29 |
+
c''8 d''8 e''8 fis''8 \bar "|" g''2 e''8 fis''16 g''16
|
30 |
+
c''8 b'8 c''8 d''8 e''8 fis''8 \bar "|" g''2 e''8
|
31 |
+
fis''16 g''16 \bar "|" g''2 e''8 fis''16 g''16 g''2
|
32 |
+
e''8 fis''16 g''16 \bar "|" g''2 e''8 fis''16 g''16
|
33 |
+
\bar "|" a''4 b''8 a''8 g''8 e''8 g''2 e''8 fis''16
|
34 |
+
g''16 \bar "|" a''4 b''8 a''8 g''8 e''8 \bar "|" a''4
|
35 |
+
b''8 a''8 g''8 e''8 a''4 b''8 a''8 g''8 e''8
|
36 |
+
\bar "|" a''4 b''8 a''8 g''8 e''8 \bar "|" d''4 e''8
|
37 |
+
d''8 c''8 b'8 a''4 b''8 a''8 g''8 e''8 \bar "|"
|
38 |
+
d''4 e''8 d''8 c''8 b'8 \bar "|" d''4 e''8 d''8 c''8
|
39 |
+
b'8 d''4 e''8 d''8 c''8 b'8 \bar "|" d''4 e''8
|
40 |
+
d''8 c''8 b'8 \bar "|" c''4 b'4 a'8. g'16 d''4 e''8
|
41 |
+
d''8 c''8 b'8 \bar "|" c''4 b'4 a'8. g'16 \bar "|"
|
42 |
+
c''4 b'4 a'8. g'16 c''4 b'4 a'8. g'16 \bar "|" c''4
|
43 |
+
b'4 a'8. g'16 \bar "|" e'2 a'16 b'16 d''8 c''4
|
44 |
+
b'4 a'8. g'16 \bar "|" e'2 a'16 b'16 d''8 \bar "|" e'2
|
45 |
+
a'16 b'16 d''8 e'2 a'16 b'16 d''8 \bar "|" e'2
|
46 |
+
a'16 b'16 d''8 \bar "|" e''4 g''8 e''8 d''8 b'8 e'2
|
47 |
+
a'16 b'16 d''8 \bar "|" e''4 g''8 e''8 d''8 b'8
|
48 |
+
\bar "|" e''4 g''8 e''8 d''8 b'8 e''4 g''8 e''8
|
49 |
+
d''8 b'8 \bar "|" e''4 g''8 e''8 d''8 b'8 \bar "|" a'4
|
50 |
+
b'16 c''16 d''8 d'4 e''4 g''8 e''8 d''8 b'8
|
51 |
+
\bar "|" a'4 b'16 c''16 d''8 d'4 \bar "|" a'4 b'16
|
52 |
+
c''16 d''8 d'4 a'4 b'16 c''16 d''8 d'4 \bar "|" a'4
|
53 |
+
b'16 c''16 d''8 d'4 \bar "|" e'4 g'8 a'16 b'16 a'8
|
54 |
+
g'8 a'4 b'16 c''16 d''8 d'4 \bar "|" e'4 g'8
|
55 |
+
a'16 b'16 a'8 g'8 \bar "|" e'4 g'8 a'16 b'16 a'8
|
56 |
+
g'8 e'4 g'8 a'16 b'16 a'8 g'8 \bar "|" e'4 g'8
|
57 |
+
a'16 b'16 a'8 g'8 \bar "|" g'2 e'4 g'8 a'16 b'16
|
58 |
+
a'8 g'8 \bar "|" g'2 g'2 g'2 g'8. fis'16 \bar "|"
|
59 |
+
g'8. fis'16 \bar "|" d'4 fis'4 fis'4 g'8. fis'16
|
60 |
+
\bar "|" d'4 fis'4 fis'4 \bar "|" d'4 fis'4 fis'4 d'4
|
61 |
+
fis'4 fis'4 \bar "|" d'4 fis'4 fis'4
|
62 |
+
}
|
63 |
+
|
64 |
+
\score{
|
65 |
+
<<
|
66 |
+
|
67 |
+
\context Staff="default"
|
68 |
+
{
|
69 |
+
\voicedefault
|
70 |
+
}
|
71 |
+
|
72 |
+
>>
|
73 |
+
\layout {
|
74 |
+
}
|
75 |
+
\midi {}
|
76 |
+
}
|
n-grams/gen_songs_abc/song_181858/gen_song_181858.midi
ADDED
Binary file (3.48 kB). View file
|
|
n-grams/gen_songs_abc/song_181858/gen_song_181858.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8664e2de96fda2ae3ad95590c589916a26a7e10fc2269d7f92b51fe961e9539
|
3 |
+
size 21521452
|
n-grams/gen_songs_abc/song_181945/gen_song_181945.abc
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
X:1
|
2 |
+
T:Markov Song 181945
|
3 |
+
R:song
|
4 |
+
C:Visakh Ajith
|
5 |
+
Z:id:hn-song-111
|
6 |
+
M:3/4
|
7 |
+
L:1/8
|
8 |
+
Q:1/4=120
|
9 |
+
K:G
|
10 |
+
A2D2AB | A2D2AB | A2D2AB
|
11 |
+
A2D2AB | A2D2AB | A2D2AB
|
12 |
+
A2D2AB | A2D2AB | A2D2AB
|
13 |
+
A2D2AB | A2D2AB | A2D2AB
|
14 |
+
A2D2AB | A2D2AB | A2D2AB
|
15 |
+
A2D2AB | A2D2AB | A2D2AB
|
16 |
+
A2D2AB | A2D2AB | A2d2de
|
17 |
+
A2D2AB | A2d2de | A2d2de
|
18 |
+
A2d2de | A2d2de | dcBAGF
|
19 |
+
A2d2de | dcBAGF | dcBAGF
|
20 |
+
dcBAGF | dcBAGF | G2GFGA
|
21 |
+
dcBAGF | G2GFGA | G2GFGA
|
22 |
+
G2GFGA | G2GFGA | G2GFGA
|
23 |
+
G2GFGA | G2GFGA | G2GFGA
|
24 |
+
G2GFGA | G2GFGA | GFGABG
|
25 |
+
G2GFGA | GFGABG | GFGABG
|
26 |
+
GFGABG | GFGABG | AFD2DE
|
27 |
+
GFGABG | AFD2DE | AFD2DE
|
28 |
+
AFD2DE | AFD2DE | D4 :
|
29 |
+
AFD2DE | D4 : | D4 :
|
30 |
+
D4 : | D4 : | : A2
|
31 |
+
D4 : | : A2 | : A2
|
32 |
+
: A2 | : A2 | ABcde2
|
33 |
+
: A2 | ABcde2 | ABcde2
|
34 |
+
ABcde2 | ABcde2
|
n-grams/gen_songs_abc/song_181945/gen_song_181945.ly
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
\version "2.7.40"
|
2 |
+
\header {
|
3 |
+
composer = "Visakh Ajith"
|
4 |
+
crossRefNumber = "1"
|
5 |
+
footnotes = ""
|
6 |
+
meter = "song"
|
7 |
+
tagline = "Lily was here 2.20.0 -- automatically converted from ABC"
|
8 |
+
title = "Markov Song 181945"
|
9 |
+
transcription = "id:hn-song-111"
|
10 |
+
}
|
11 |
+
voicedefault = {
|
12 |
+
\set Score.defaultBarType = ""
|
13 |
+
|
14 |
+
\time 3/4 \tempo 4=120
|
15 |
+
\key g \major a'4 d'4 a'8 b'8 \bar "|" a'4 d'4 a'8
|
16 |
+
b'8 \bar "|" a'4 d'4 a'8 b'8 a'4 d'4 a'8 b'8
|
17 |
+
\bar "|" a'4 d'4 a'8 b'8 \bar "|" a'4 d'4 a'8 b'8
|
18 |
+
a'4 d'4 a'8 b'8 \bar "|" a'4 d'4 a'8 b'8 \bar "|"
|
19 |
+
a'4 d'4 a'8 b'8 a'4 d'4 a'8 b'8 \bar "|" a'4 d'4
|
20 |
+
a'8 b'8 \bar "|" a'4 d'4 a'8 b'8 a'4 d'4 a'8
|
21 |
+
b'8 \bar "|" a'4 d'4 a'8 b'8 \bar "|" a'4 d'4 a'8
|
22 |
+
b'8 a'4 d'4 a'8 b'8 \bar "|" a'4 d'4 a'8 b'8
|
23 |
+
\bar "|" a'4 d'4 a'8 b'8 a'4 d'4 a'8 b'8 \bar "|"
|
24 |
+
a'4 d'4 a'8 b'8 \bar "|" a'4 d''4 d''8 e''8 a'4
|
25 |
+
d'4 a'8 b'8 \bar "|" a'4 d''4 d''8 e''8 \bar "|" a'4
|
26 |
+
d''4 d''8 e''8 a'4 d''4 d''8 e''8 \bar "|" a'4
|
27 |
+
d''4 d''8 e''8 \bar "|" d''8 c''8 b'8 a'8 g'8 fis'8
|
28 |
+
a'4 d''4 d''8 e''8 \bar "|" d''8 c''8 b'8 a'8 g'8
|
29 |
+
fis'8 \bar "|" d''8 c''8 b'8 a'8 g'8 fis'8 d''8
|
30 |
+
c''8 b'8 a'8 g'8 fis'8 \bar "|" d''8 c''8 b'8 a'8
|
31 |
+
g'8 fis'8 \bar "|" g'4 g'8 fis'8 g'8 a'8 d''8 c''8
|
32 |
+
b'8 a'8 g'8 fis'8 \bar "|" g'4 g'8 fis'8 g'8 a'8
|
33 |
+
\bar "|" g'4 g'8 fis'8 g'8 a'8 g'4 g'8 fis'8 g'8
|
34 |
+
a'8 \bar "|" g'4 g'8 fis'8 g'8 a'8 \bar "|" g'4 g'8
|
35 |
+
fis'8 g'8 a'8 g'4 g'8 fis'8 g'8 a'8 \bar "|" g'4
|
36 |
+
g'8 fis'8 g'8 a'8 \bar "|" g'4 g'8 fis'8 g'8 a'8
|
37 |
+
g'4 g'8 fis'8 g'8 a'8 \bar "|" g'4 g'8 fis'8 g'8
|
38 |
+
a'8 \bar "|" g'8 fis'8 g'8 a'8 b'8 g'8 g'4 g'8
|
39 |
+
fis'8 g'8 a'8 \bar "|" g'8 fis'8 g'8 a'8 b'8 g'8
|
40 |
+
\bar "|" g'8 fis'8 g'8 a'8 b'8 g'8 g'8 fis'8 g'8
|
41 |
+
a'8 b'8 g'8 \bar "|" g'8 fis'8 g'8 a'8 b'8 g'8
|
42 |
+
\bar "|" a'8 fis'8 d'4 d'8 e'8 g'8 fis'8 g'8 a'8
|
43 |
+
b'8 g'8 \bar "|" a'8 fis'8 d'4 d'8 e'8 \bar "|" a'8
|
44 |
+
fis'8 d'4 d'8 e'8 a'8 fis'8 d'4 d'8 e'8 \bar "|"
|
45 |
+
a'8 fis'8 d'4 d'8 e'8 \bar "|" d'2 a'8 fis'8 d'4
|
46 |
+
d'8 e'8 \bar "|" d'2 d'2 d'2 a'8 b'8 c''8
|
47 |
+
d''8 e''4 \bar "|" a'8 b'8 c''8 d''8 e''4
|
48 |
+
}
|
49 |
+
|
50 |
+
\score{
|
51 |
+
<<
|
52 |
+
|
53 |
+
\context Staff="default"
|
54 |
+
{
|
55 |
+
\voicedefault
|
56 |
+
}
|
57 |
+
|
58 |
+
>>
|
59 |
+
\layout {
|
60 |
+
}
|
61 |
+
\midi {}
|
62 |
+
}
|
n-grams/gen_songs_abc/song_181945/gen_song_181945.midi
ADDED
Binary file (2.7 kB). View file
|
|
n-grams/gen_songs_abc/song_181945/gen_song_181945.png
ADDED
n-grams/gen_songs_abc/song_181945/gen_song_181945.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:161fce44d3894767b9985b0adb936cecf7b23747972b819edcac13cad7ca9058
|
3 |
+
size 16317740
|
n-grams/gen_songs_abc/song_182017/gen_song_182017.abc
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
X:1
|
2 |
+
T:Markov Song 182017
|
3 |
+
R:song
|
4 |
+
C:Visakh Ajith
|
5 |
+
Z:id:hn-song-111
|
6 |
+
M:3/4
|
7 |
+
L:1/8
|
8 |
+
Q:1/4=120
|
9 |
+
K:G
|
10 |
+
A3BAG | A3BAG | A3 :
|
11 |
+
A3BAG | A3 : | A3 :
|
12 |
+
A3 : | A3 : | : Bcd
|
13 |
+
A3 : | : Bcd | : Bcd
|
14 |
+
: Bcd | : Bcd | e2a2a2
|
15 |
+
: Bcd | e2a2a2 | e2a2a2
|
16 |
+
e2a2a2 | e2a2a2 | a3eab
|
17 |
+
e2a2a2 | a3eab | a3eab
|
18 |
+
a3eab | a3eab | c'babc'a
|
19 |
+
a3eab | c'babc'a | c'babc'a
|
20 |
+
c'babc'a | c'babc'a | b2g2e2
|
21 |
+
c'babc'a | b2g2e2 | b2g2e2
|
22 |
+
b2g2e2 | b2g2e2 | d2g2g2
|
23 |
+
b2g2e2 | d2g2g2 | d2g2g2
|
24 |
+
d2g2g2 | d2g2g2 | g4a2
|
25 |
+
d2g2g2 | g4a2 | g4a2
|
26 |
+
g4a2 | g4a2 | bagabg
|
27 |
+
g4a2 | bagabg | bagabg
|
28 |
+
bagabg | bagabg | a2g2ed
|
29 |
+
bagabg | a2g2ed | a2g2ed
|
30 |
+
a2g2ed | a2g2ed
|
n-grams/gen_songs_abc/song_182017/gen_song_182017.ly
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
\version "2.7.40"
|
2 |
+
\header {
|
3 |
+
composer = "Visakh Ajith"
|
4 |
+
crossRefNumber = "1"
|
5 |
+
footnotes = ""
|
6 |
+
meter = "song"
|
7 |
+
tagline = "Lily was here 2.20.0 -- automatically converted from ABC"
|
8 |
+
title = "Markov Song 182017"
|
9 |
+
transcription = "id:hn-song-111"
|
10 |
+
}
|
11 |
+
voicedefault = {
|
12 |
+
\set Score.defaultBarType = ""
|
13 |
+
|
14 |
+
\time 3/4 \tempo 4=120
|
15 |
+
\key g \major a'4. b'8 a'8 g'8 \bar "|" a'4. b'8 a'8
|
16 |
+
g'8 \bar "|" a'4. a'4. b'8 a'8 g'8 \bar "|" a'4.
|
17 |
+
a'4. a'4. e''4 a''4 a''4 \bar "|" e''4 a''4 a''4
|
18 |
+
\bar "|" a''4. e''8 a''8 b''8 e''4 a''4 a''4
|
19 |
+
\bar "|" a''4. e''8 a''8 b''8 \bar "|" a''4. e''8 a''8
|
20 |
+
b''8 a''4. e''8 a''8 b''8 \bar "|" a''4. e''8 a''8
|
21 |
+
b''8 \bar "|" c'''8 b''8 a''8 b''8 c'''8 a''8 a''4.
|
22 |
+
e''8 a''8 b''8 \bar "|" c'''8 b''8 a''8 b''8 c'''8
|
23 |
+
a''8 \bar "|" c'''8 b''8 a''8 b''8 c'''8 a''8 c'''8
|
24 |
+
b''8 a''8 b''8 c'''8 a''8 \bar "|" c'''8 b''8 a''8
|
25 |
+
b''8 c'''8 a''8 \bar "|" b''4 g''4 e''4 c'''8 b''8
|
26 |
+
a''8 b''8 c'''8 a''8 \bar "|" b''4 g''4 e''4 \bar "|"
|
27 |
+
b''4 g''4 e''4 b''4 g''4 e''4 \bar "|" b''4 g''4
|
28 |
+
e''4 \bar "|" d''4 g''4 g''4 b''4 g''4 e''4 \bar "|"
|
29 |
+
d''4 g''4 g''4 \bar "|" d''4 g''4 g''4 d''4 g''4
|
30 |
+
g''4 \bar "|" d''4 g''4 g''4 \bar "|" g''2 a''4 d''4
|
31 |
+
g''4 g''4 \bar "|" g''2 a''4 \bar "|" g''2 a''4 g''2
|
32 |
+
a''4 \bar "|" g''2 a''4 \bar "|" b''8 a''8 g''8 a''8
|
33 |
+
b''8 g''8 g''2 a''4 \bar "|" b''8 a''8 g''8 a''8
|
34 |
+
b''8 g''8 \bar "|" b''8 a''8 g''8 a''8 b''8 g''8
|
35 |
+
b''8 a''8 g''8 a''8 b''8 g''8 \bar "|" b''8 a''8 g''8
|
36 |
+
a''8 b''8 g''8 \bar "|" a''4 g''4 e''8 d''8 b''8
|
37 |
+
a''8 g''8 a''8 b''8 g''8 \bar "|" a''4 g''4 e''8 d''8
|
38 |
+
\bar "|" a''4 g''4 e''8 d''8 a''4 g''4 e''8 d''8
|
39 |
+
\bar "|" a''4 g''4 e''8 d''8
|
40 |
+
}
|
41 |
+
|
42 |
+
\score{
|
43 |
+
<<
|
44 |
+
|
45 |
+
\context Staff="default"
|
46 |
+
{
|
47 |
+
\voicedefault
|
48 |
+
}
|
49 |
+
|
50 |
+
>>
|
51 |
+
\layout {
|
52 |
+
}
|
53 |
+
\midi {}
|
54 |
+
}
|
n-grams/gen_songs_abc/song_182017/gen_song_182017.midi
ADDED
Binary file (1.84 kB). View file
|
|
n-grams/gen_songs_abc/song_182017/gen_song_182017.png
ADDED
n-grams/gen_songs_abc/song_182017/gen_song_182017.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b0ba86396ce0b52a66ed51a1e025fc14609c1bc3107dd37a7142bfb8d5d9d31
|
3 |
+
size 12966188
|
n-grams/gen_songs_abc/song_182229/gen_song_182229.abc
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
X:1
|
2 |
+
T:Markov Song 182229
|
3 |
+
R:song
|
4 |
+
C:Visakh Ajith
|
5 |
+
Z:id:hn-song-111
|
6 |
+
M:3/4
|
7 |
+
L:1/8
|
8 |
+
Q:1/4=120
|
9 |
+
K:G
|
10 |
+
e2fedB | e2fedB | d2edBA
|
11 |
+
e2fedB | d2edBA | d2edBA
|
12 |
+
d2edBA | d2edBA | B6
|
13 |
+
d2edBA | B6 | B6
|
14 |
+
B6 | B6 | e4f2
|
15 |
+
B6 | e4f2 | e4f2
|
16 |
+
e4f2 | e4f2 | e2fedB
|
17 |
+
e4f2 | e2fedB | e2fedB
|
18 |
+
e2fedB | e2fedB | d2edBA
|
19 |
+
e2fedB | d2edBA | d2edBA
|
20 |
+
d2edBA | d2edBA | B6
|
21 |
+
d2edBA | B6 | B6
|
22 |
+
B6 | B6 | e4f2
|
23 |
+
B6 | e4f2 | e4f2
|
24 |
+
e4f2 | e4f2 | e2fedB
|
25 |
+
e4f2 | e2fedB | e2fedB
|
26 |
+
e2fedB | e2fedB | d2edBA
|
27 |
+
e2fedB | d2edBA | d2edBA
|
28 |
+
d2edBA | d2edBA | B2e2e2
|
29 |
+
d2edBA | B2e2e2 | B2e2e2
|
30 |
+
B2e2e2 | B2e2e2 | e4
|
31 |
+
B2e2e2 | e4 | e4
|
32 |
+
e4 | e4 | ef
|
33 |
+
e4 | ef | ef
|
34 |
+
ef | ef | g2 fe df
|
35 |
+
ef | g2 fe df | g2 fe df
|
36 |
+
g2 fe df | g2 fe df | ed B2 ef
|
37 |
+
g2 fe df | ed B2 ef | ed B2 ef
|
38 |
+
ed B2 ef | ed B2 ef | g2 fe df
|
39 |
+
ed B2 ef | g2 fe df | g2 fe df
|
40 |
+
g2 fe df | g2 fe df | ed B2 ef
|
41 |
+
g2 fe df | ed B2 ef | ed B2 ef
|
42 |
+
ed B2 ef | ed B2 ef
|
n-grams/gen_songs_abc/song_182229/gen_song_182229.ly
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
\version "2.7.40"
|
2 |
+
\header {
|
3 |
+
composer = "Visakh Ajith"
|
4 |
+
crossRefNumber = "1"
|
5 |
+
footnotes = ""
|
6 |
+
meter = "song"
|
7 |
+
tagline = "Lily was here 2.20.0 -- automatically converted from ABC"
|
8 |
+
title = "Markov Song 182229"
|
9 |
+
transcription = "id:hn-song-111"
|
10 |
+
}
|
11 |
+
voicedefault = {
|
12 |
+
\set Score.defaultBarType = ""
|
13 |
+
|
14 |
+
\time 3/4 \tempo 4=120
|
15 |
+
\key g \major e''4 fis''8 e''8 d''8 b'8 \bar "|" e''4
|
16 |
+
fis''8 e''8 d''8 b'8 \bar "|" d''4 e''8 d''8 b'8 a'8
|
17 |
+
e''4 fis''8 e''8 d''8 b'8 \bar "|" d''4 e''8 d''8
|
18 |
+
b'8 a'8 \bar "|" d''4 e''8 d''8 b'8 a'8 d''4 e''8
|
19 |
+
d''8 b'8 a'8 \bar "|" d''4 e''8 d''8 b'8 a'8
|
20 |
+
\bar "|" b'2. d''4 e''8 d''8 b'8 a'8 \bar "|" b'2.
|
21 |
+
\bar "|" b'2. b'2. \bar "|" b'2. \bar "|" e''2 fis''4
|
22 |
+
b'2. \bar "|" e''2 fis''4 \bar "|" e''2 fis''4 e''2
|
23 |
+
fis''4 \bar "|" e''2 fis''4 \bar "|" e''4 fis''8 e''8
|
24 |
+
d''8 b'8 e''2 fis''4 \bar "|" e''4 fis''8 e''8 d''8
|
25 |
+
b'8 \bar "|" e''4 fis''8 e''8 d''8 b'8 e''4 fis''8
|
26 |
+
e''8 d''8 b'8 \bar "|" e''4 fis''8 e''8 d''8 b'8
|
27 |
+
\bar "|" d''4 e''8 d''8 b'8 a'8 e''4 fis''8 e''8
|
28 |
+
d''8 b'8 \bar "|" d''4 e''8 d''8 b'8 a'8 \bar "|" d''4
|
29 |
+
e''8 d''8 b'8 a'8 d''4 e''8 d''8 b'8 a'8
|
30 |
+
\bar "|" d''4 e''8 d''8 b'8 a'8 \bar "|" b'2. d''4
|
31 |
+
e''8 d''8 b'8 a'8 \bar "|" b'2. \bar "|" b'2. b'2.
|
32 |
+
\bar "|" b'2. \bar "|" e''2 fis''4 b'2. \bar "|" e''2
|
33 |
+
fis''4 \bar "|" e''2 fis''4 e''2 fis''4 \bar "|" e''2
|
34 |
+
fis''4 \bar "|" e''4 fis''8 e''8 d''8 b'8 e''2 fis''4
|
35 |
+
\bar "|" e''4 fis''8 e''8 d''8 b'8 \bar "|" e''4 fis''8
|
36 |
+
e''8 d''8 b'8 e''4 fis''8 e''8 d''8 b'8 \bar "|"
|
37 |
+
e''4 fis''8 e''8 d''8 b'8 \bar "|" d''4 e''8 d''8 b'8
|
38 |
+
a'8 e''4 fis''8 e''8 d''8 b'8 \bar "|" d''4 e''8
|
39 |
+
d''8 b'8 a'8 \bar "|" d''4 e''8 d''8 b'8 a'8 d''4
|
40 |
+
e''8 d''8 b'8 a'8 \bar "|" d''4 e''8 d''8 b'8 a'8
|
41 |
+
\bar "|" b'4 e''4 e''4 d''4 e''8 d''8 b'8 a'8
|
42 |
+
\bar "|" b'4 e''4 e''4 \bar "|" b'4 e''4 e''4 b'4
|
43 |
+
e''4 e''4 \bar "|" b'4 e''4 e''4 \bar "|" e''2 b'4
|
44 |
+
e''4 e''4 \bar "|" e''2 \bar "|" e''2 e''2 \bar "|" e''2
|
45 |
+
\bar "|" e''8 fis''8 e''2 \bar "|" e''8 fis''8 \bar "|"
|
46 |
+
e''8 fis''8 e''8 fis''8 \bar "|" e''8 fis''8 \bar "|"
|
47 |
+
g''4 fis''8 e''8 d''8 fis''8 e''8 fis''8 \bar "|" g''4
|
48 |
+
fis''8 e''8 d''8 fis''8 \bar "|" g''4 fis''8 e''8
|
49 |
+
d''8 fis''8 g''4 fis''8 e''8 d''8 fis''8 \bar "|" g''4
|
50 |
+
fis''8 e''8 d''8 fis''8 \bar "|" e''8 d''8 b'4 e''8
|
51 |
+
fis''8 g''4 fis''8 e''8 d''8 fis''8 \bar "|" e''8
|
52 |
+
d''8 b'4 e''8 fis''8 \bar "|" e''8 d''8 b'4 e''8
|
53 |
+
fis''8 e''8 d''8 b'4 e''8 fis''8 \bar "|" e''8 d''8
|
54 |
+
b'4 e''8 fis''8 \bar "|" g''4 fis''8 e''8 d''8 fis''8
|
55 |
+
e''8 d''8 b'4 e''8 fis''8 \bar "|" g''4 fis''8 e''8
|
56 |
+
d''8 fis''8 \bar "|" g''4 fis''8 e''8 d''8 fis''8 g''4
|
57 |
+
fis''8 e''8 d''8 fis''8 \bar "|" g''4 fis''8 e''8
|
58 |
+
d''8 fis''8 \bar "|" e''8 d''8 b'4 e''8 fis''8 g''4
|
59 |
+
fis''8 e''8 d''8 fis''8 \bar "|" e''8 d''8 b'4 e''8
|
60 |
+
fis''8 \bar "|" e''8 d''8 b'4 e''8 fis''8 e''8 d''8
|
61 |
+
b'4 e''8 fis''8 \bar "|" e''8 d''8 b'4 e''8 fis''8
|
62 |
+
}
|
63 |
+
|
64 |
+
\score{
|
65 |
+
<<
|
66 |
+
|
67 |
+
\context Staff="default"
|
68 |
+
{
|
69 |
+
\voicedefault
|
70 |
+
}
|
71 |
+
|
72 |
+
>>
|
73 |
+
\layout {
|
74 |
+
}
|
75 |
+
\midi {}
|
76 |
+
}
|
n-grams/gen_songs_abc/song_182229/gen_song_182229.midi
ADDED
Binary file (3.31 kB). View file
|
|
n-grams/gen_songs_abc/song_182229/gen_song_182229.png
ADDED
n-grams/gen_songs_abc/song_182229/gen_song_182229.wav
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5e268e21bd147cb33d4064a8c9984e1a0b4438004960f6cc2ed0b924bea21a02
|
3 |
+
size 24343852
|
n-grams/music.py
CHANGED
@@ -38,7 +38,7 @@ def abs_paths(dir):
|
|
38 |
for dir_path,_,filenames in os.walk(dir):
|
39 |
for f in filenames:
|
40 |
yield os.path.abspath(os.path.join(dir_path, f))
|
41 |
-
def
|
42 |
corpus = []
|
43 |
song = []
|
44 |
selected_timeSign = time_Signature
|
@@ -175,14 +175,16 @@ def main(difficulty,time_Signature, Key_Signature):
|
|
175 |
# output = str(temp.communicate())
|
176 |
#Introduces this wait time as we were returning file path even before lilypond converted the abc file
|
177 |
# final_path = os.path.abspath(song_path+".png")
|
178 |
-
return song_path+'.png',song_path+".wav"
|
179 |
|
180 |
|
181 |
#UI SECTION : Build using Gradio.
|
182 |
#Documentation :
|
183 |
-
interface = gr.Interface(fn =
|
184 |
-
inputs=[gr.Radio(difficulty),
|
185 |
-
|
186 |
-
|
187 |
-
outputs = ["image","audio"]
|
188 |
-
|
|
|
|
|
|
38 |
for dir_path,_,filenames in os.walk(dir):
|
39 |
for f in filenames:
|
40 |
yield os.path.abspath(os.path.join(dir_path, f))
|
41 |
+
def music_gen(difficulty,time_Signature, Key_Signature):
|
42 |
corpus = []
|
43 |
song = []
|
44 |
selected_timeSign = time_Signature
|
|
|
175 |
# output = str(temp.communicate())
|
176 |
#Introduces this wait time as we were returning file path even before lilypond converted the abc file
|
177 |
# final_path = os.path.abspath(song_path+".png")
|
178 |
+
return [song_path+'.png'],song_path+".wav"
|
179 |
|
180 |
|
181 |
#UI SECTION : Build using Gradio.
|
182 |
#Documentation :
|
183 |
+
# interface = gr.Interface(fn = music_gen,
|
184 |
+
# inputs=[gr.Radio(difficulty,label="Difficulty"),
|
185 |
+
# gr.Radio(timesignature,label="Time Signature"),
|
186 |
+
# gr.Dropdown(keysignature,label="Key Signature")],
|
187 |
+
# outputs = ["image","audio"],
|
188 |
+
# title="Sheet Music Generation for Sight-Reading",
|
189 |
+
# description="TO be added")
|
190 |
+
# interface.launch(inline=False)
|