Macro persichetti::note[][src]

macro_rules! note {
    ($token:expr) => { ... };
    ($name:expr, $accidental:expr) => { ... };
}

Initialize a Note

The constructor is either Note::from_str or Note::new. With the string constructor, the return type will be a Result of Note andNoteError.