werckme / werckmeister

An open source Sheet Music MIDI Compiler
http://werckme.github.io/
GNU General Public License v3.0
32 stars 4 forks source link

template instead of type, name #389

Closed SambaGodschynski closed 6 months ago

SambaGodschynski commented 1 year ago

as a composer I want to save words to write. So instead of writing a template like this:

[
type: template;
name: myTemplate;
{
}
]

I want to write just:

[
template: myTemplate;
{
}
]