1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
|
if (!tsfirst)
return
self.set_bar_num()
pit_adj()
// give the parser result to the application
if (user.get_abcmodel)
user.get_abcmodel(tsfirst, voice_tb, anno_type, info)
if (user.img_out) // if SVG generation
self.output_music()
tunes.push([tsfirst, voice_tb, info]) // keep tune data for upper layers
// if inside multicol, reset the parser
|
|
|
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
|
if (!tsfirst)
return
self.set_bar_num()
pit_adj()
// give the parser result to the application
if (user.get_abcmodel)
user.get_abcmodel(tsfirst, voice_tb, abc2svg.sym_name, info)
if (user.img_out) // if SVG generation
self.output_music()
tunes.push([tsfirst, voice_tb, info]) // keep tune data for upper layers
// if inside multicol, reset the parser
|