// Jaws repeating Melody
#include <Tunes.h>
#include <pitches.h>

Note Hunt[] =
{
	{ NOTE_B1, DUR3(no2te)-10, no2te },
	{ NOTE_G1, DUR3(no2te), no2te },
	{ REPEAT, 0, 0 }
};
