Per bar horizontal scrolling, advancing the scroll to center the beginning of a new starting bar once its first note is highlighted.
Note by note horizontal scrolling, advancing the scroll to center on screen every new highlighted note.
Paginated horizontal scrolling, advancing the scroll to next page once a out of screen note is highlited, considering each page what horizontally fits on one screen. This is the default value.
Generated using TypeDoc
Enumeration of different ways of horizontal score scrolling, like paginaged (PAGE is default value), note by note (NOTE) or in packed chunks by doing scroll just on bar starting (BAR).