Indicates whether this note is a tablature note (has tabFret or tabString).
bool get isTabNote => tabFret != null || tabString != null;