abc2svg
Diff
Not logged in

Differences From Artifact [ffb8b071d4]:

To Artifact [141aa4213f]:


2400
2401
2402
2403
2404
2405
2406
2407


2408
2409
2410

2411
				stafflines: '|||||',
				staffscale: 1
			}
		}
		par_sy.nstaff = nstaff
	}

	// link the first %%score


	sym_link(s)
	if (staves_found < 0)
		s.default = true

}







|
>
>


|
>

2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
				stafflines: '|||||',
				staffscale: 1
			}
		}
		par_sy.nstaff = nstaff
	}

	// link the first %%score in the top voice
	p_voice = curvoice;
	curvoice = voice_tb[par_sy.top_voice];
	sym_link(s)
	if (staves_found < 0)
		s.default = true;
	curvoice = p_voice
}