2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
|
voice_tb = [];
curvoice = null;
new_syst(true);
staves_found = -1;
gene = {}
a_de = [] // remove old decorations
od = {} // no ottava decorations anymore
if (capo)
capo = false
}
// treat a 'V:' info
function get_voice(parm) {
var v, transp, vtransp,
a = info_split(parm, 1),
vid = a.shift();
|
<
<
|
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
|
voice_tb = [];
curvoice = null;
new_syst(true);
staves_found = -1;
gene = {}
a_de = [] // remove old decorations
od = {} // no ottava decorations anymore
}
// treat a 'V:' info
function get_voice(parm) {
var v, transp, vtransp,
a = info_split(parm, 1),
vid = a.shift();
|