abc2svg
Diff
Not logged in

Differences From Artifact [eca7fdefbb]:

To Artifact [a7d8691739]:


1891
1892
1893
1894
1895
1896
1897



1898



1899
1900
1901
1902
1903
1904
1905
			curvoice = new_voice("1")
		    var	def = 1 // true
		} else {
			curvoice = voice_tb[staves_found < 0 ? 0 : par_sy.top_voice]
		}
	}




	get_voice(curvoice.id + ' ' + a.join(' '))



	if (def)
		curvoice.default = 1 //true

	if (s == parse.ckey				// if first K:
	 && curvoice.clef.clef_type == 'p') {		// and percussion
		s.k_drum = 1 //true			// no transpose
		s.k_sf = 0				// no accidental







>
>
>

>
>
>







1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
			curvoice = new_voice("1")
		    var	def = 1 // true
		} else {
			curvoice = voice_tb[staves_found < 0 ? 0 : par_sy.top_voice]
		}
	}

	p_voice = curvoice.clone
	if (p_voice)
		curvoice.clone = null		// don't stop the multi-voice sequence
	get_voice(curvoice.id + ' ' + a.join(' '))
	if (p_voice)
		curvoice.clone = p_voice

	if (def)
		curvoice.default = 1 //true

	if (s == parse.ckey				// if first K:
	 && curvoice.clef.clef_type == 'p') {		// and percussion
		s.k_drum = 1 //true			// no transpose
		s.k_sf = 0				// no accidental