Expose lyric.ticks() to plugin framework

• Oct 10, 2015 - 23:57
Type
Plugins
Severity
S5 - Suggestion
Status
active
Regression
No
Workaround
No
Project

Midi import works great for the most part, but I came across a file that had hyphens and underscores attached to lyrics. I wanted to convert these to syllabic and melismatic lyrics, so I tried to write a plugin. Unfortunately, only the syllabic property is exposed; I concluded that I needed access to the ticks property to programmatically add melismas.

After adding the one line to the code, I was able to create the plugin. I'd like to add this change for all to benefit.

Attachment Size
fixlyrics.qml 6.64 KB

Comments