werckme / werckmeister

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

use templates also in non accomp tracks #336

Closed SambaGodschynski closed 1 year ago

SambaGodschynski commented 2 years ago
[
type: template;
name: seq1;
{
  I II III IV |
}
]
[
instrument: lead;
{
    \fff
    r4 e f# g  | c'1~       |  
    /template: seq1/ 
   C7 | D7  | 
   r4 c d e f |
}
]

restrictions:

SambaGodschynski commented 1 year ago

close with #360