abc2svg
Diff
Not logged in

Differences From Artifact [207c7a69fa]:

To Artifact [c4876b91f7]:


820
821
822
823
824
825
826



827
828
829
830
831
832
833
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836







+
+
+







			if (e.part) {
//				if (s.time != tim) {
//					// fixme: insert a part (?)
//				}
				s.part = e.part
			}
			if (e.tempo) {
				e.tempo.v = s.v
				e.tempo.p_v = s.p_v
				e.tempo.st = s.st
				lkvsym(e.tempo, s)
				lktsym(e.tempo, s)
			}
		}
	}
} // set_ctrl()