public void noteMiss(SheetNote note) { noteList.Remove(note); }
internal Stage(Act act, SheetNote actor) { Act = act; Actor = actor; }