2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
|
nstaff = -1;
voice_tb = [];
curvoice = null;
new_syst(true);
staves_found = -1;
gene = {}
a_de = [] // remove old decorations
}
// treat a 'V:' info
function get_voice(parm) {
var v, transp, vtransp,
a = info_split(parm, 1),
vid = a.shift();
|
>
|
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
|
nstaff = -1;
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();
|