Re: [musicxml] Separate Roman numeral analysis and chord symbols (#295)

Thanks for all the great discussion! My decades away from roman numeral notation are showing: the IV6 example should be:

```
<harmony>
  <function>IV</function>
  <kind>major</kind>
  <inversion>1</inversion>
</harmony>
```

There are a lot of great ideas here that I think we can integrate into the existing harmony element rather than requiring a new element. I will come back with more detailed questions once we fix up the mailing list setup - we have a pull request submitted at the appropriate W3C repo. However I wanted to fix my earlier mistake as soon as possible since it was causing confusion.

-- 
GitHub Notification of comment by mdgood
Please view or discuss this issue at https://github.com/w3c/musicxml/issues/295#issuecomment-545190451 using your GitHub account

Received on Tuesday, 22 October 2019 22:57:12 UTC