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 chords has higher prio than voice chord #423

Open SambaGodschynski opened 3 months ago

SambaGodschynski commented 3 months ago

use this template:

[
template: guitar.ocker.reifenRaufUnRunner;
instrument: guitar2;
{
    /chord: "B"/
    r8 <I III V>
    /chord: "A"/
    r8 <I III V>
    /chord: "G#"/
    r8 <I III V>
    /chord: "G"/
    r16 <I III V>8. |
}
]

expected: the voice chords are being used actual: the chord comming from the accomp track will be used