Notes on tab staff should read fret / string via screenreader

• Aug 1, 2017 - 21:06
Priority
P1 - High
Type
Functional
Severity
S5 - Suggestion
Status
closed
Regression
No
Workaround
No
Project

WIndows 10, GIT commit: 871c8ce

Running under NVDA, current;y notes on tab staves report pitch only. They should also/instead report fret and string.


Comments

Status PR created fixed

Fixed in branch master, commit e36e8d620c

_fix #239186: read string/fret info for tablature

The status line and screenreader info do not currently include string or fret info for tab.
This was requested, and seems logical and easy to do, so this commit adds the support
by incorporating the info into the return value of Note::accessibleInfo()
and Note::screenreaderInfo().

This adds addition translation strings for string and fret,
which could be a consideration in the timing for this.
It is not as high a priority for me as my other main accessibility._

Fix version
3.3.0