Re: GroupOp.hmm 0.3
Reply #6 –
I repaired the two bugs, and updated the "complex lyrics example" above to include
- grace notes with Lyric=Always; and
- lyrics with " and newlines that are deleted (and hence moved into string fields of a GroupOp-Insert object).
I am unsure about the following code:
item.Opts.Opts and item.Opts.Opts.Lyric == 'Always'
Does this work over all (newer) versions of NWC, i.e., do they all have this doubled Opts? (I seem to remember that with .Text, it is sometimes necessary to check both .Text and .Text.Text). Is there a more idiomatic way to write the access to the Lyric field?
H.M.