/// Generate a kick-ass beat
///
/// This macro creates a `main` function. Just put nothing but the import and a
/// macro call in a file and `cargo run` it:
///
/// ```
/// #[macro_use] extern crate macromusic;
/// sick_beat!(400 4, 460 2, 460 1, 400 4, 360 3);
/// ```