2022.07.22

This commit is contained in:
Seymour Shlien
2022-07-31 12:16:26 -04:00
parent ff3200286b
commit e74fd94609
7 changed files with 20 additions and 4 deletions

View File

@@ -1643,6 +1643,9 @@ parsevoice (s)
parsed =
parseclef (&s, word, &vparams.gotclef, vparams.clefname,
&vparams.new_clef, &cgotoctave, &coctave);
/* printf("vparams.clefname =%s\n",vparams.clefname); */
/* do not create a tablature voice [SS] 2022.07.31 */
if (strcmp(vparams.clefname,"tab") == 0) return;
if (vparams.gotclef) {
/* make clef an attribute of current voice */
copy_clef (&voicecode[num - 1].clef, &vparams.new_clef);