// Copy and paste this new code into your sketch, replacing the code you pasted in during the last video
// the index of each note in the song
int notes[] = {2,1,0,1,2,2,2,-1,1,1,1,-1,2,4,4,-1,2,1,0,1,2,2,2,-1,1,1,2,1,0};
// the number of notes in the song
int numberOfNotes = 29;