public Note(Beat.Beat beat = null) : this() { this.Beat = beat; }
public void AddBeat(Beat.Beat beat) { beat.Voice = this; Beats.Add(beat); }