Nyan nyan nyan!
var nyan = new abeck({
X: 1,
title: 'The Song',
bpm: 450,
meter: '4/4',
length: '1/4',
rhythm: 'reel',
key: 'Cmaj'
});
nyan.push([
["^d", '1'],
["e", '1'],
["^f", '2'],
])
.push([
["b", '2'],
["^d", '1'],
["e", '1'],
])
.push([
["^f", '1'],
["b", '1'],
["^c'", '1'],
["^d'", '1']
])
.push([
["^c'", '1'],
["^a", '1'],
["b", '2'],
])
.push([
["^f", '2'],
["^d", '1'],
["^e", '1']
])
.push([
["^f", '2'],
["b", '2']
])
.push([
["^c'", '1'],
["^a", '1'],
["b", '1'],
["^c'", '1']
])
.push([
["e'", '1'],
["^d'", '1'],
["e'", '1'],
["^c'", '1']
])
.push([
["^f'", '2'],
["^g'", '2']
])
.push([
["^c'", '1'],
["^d'", '2'],
["b", '1']
])
.push([
["d'", '1'],
["^c'", '1'],
["b", '2']
])
.push([
["b", '2'],
["^c'", '2']
])
.push([
["d'", '2'],
["d'", '1'],
["^c'", '1']
]);