-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
At the moment, Sibmei exports Expression text as <dynam>
. Is that actually sensible? I guess e.g. "dolce" should be an Expression text, but should it be output as <dynam>
, or rather as <dir>
?
Suggested solutions:
- Export as
<dir>
and set@class
to the style ID from Sibelius (with the leadingtext.staff.
ortext.system.
stripped). Example for that:text.staff.technique
=>technique
,text.staff.expression
=>expression
. - Projects should define their own styles or style mappings and use a Sibmei extension or a postprocessing step to get their desired encoding.