[fix] correct rendering of flat notes
To date, all $name would be displayed as sharps Now, we correctly render flats, and use subscript notation for octaves.
This commit is contained in:
@ -100,8 +100,8 @@ $8`
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Alto Recorder",
|
||||
"fingering": {
|
||||
name: "Alto Recorder",
|
||||
fingering: {
|
||||
"F4": "11111111",
|
||||
"F#4":"1111111|",
|
||||
"G4": "11111110",
|
||||
|
||||
Reference in New Issue
Block a user