uliska / lilyglyphs

Make LilyPond's notational elements available in Lua- and XeLaTeX
30 stars 13 forks source link

Important: Reconsider option handling #98

Open uliska opened 5 years ago

uliska commented 5 years ago

Option handling is somewhat more complicated than usual:

Maybe there's the need for a class here that transparently handles the options. The goal must be that the individual Formatter can be declared as simple as possible. Glyph formatters for example should be created simply with the command name and the glyph name, and optional design options.

In any case this has to be thought through before implementing the actual commands.