Although I can't check this right now, I'm 99% sure that the problem is caused by using letters for pitches in the inline TeX commands. When you need to refer to a pitch level in inline TeX, you should ALWAYS use numbers, because PMX's internal pitch-tracking algorithms are not aware of any such inline entries, and numerical pitch level entries do not affect TeX's octave tracking.
--Don Simons ---- Dieter <[email protected]> wrote: > Hi Bob, > the following PMX code : > ============================================ > % nstaves ninstr mtrnuml mtrdenl mtrnump mtrdenp > 1 1 2 4 2 4 > % npickup nkeys > 0 0 > % npages nsystems musicsize fracindent > 0 4 20 0.05 > > t > .\ > w200pt > Tt > Test tremolo > \trrml{h}\ a24l | \trml{h}\ a24l | // > \trmu{j}\ c25u | \trrmu{j}\ c25u | / > =========================================== > works fine and yields: > > > when I change to 4/4 beat, I get: > ================================================== > % nstaves ninstr mtrnuml mtrdenl mtrnump mtrdenp > 1 1 4 4 4 4 > % npickup nkeys > 0 0 > % npages nsystems musicsize fracindent > 0 4 20 0.05 > > t > .\ > w200pt > Tt > Test tremolo > > \trrml{h}\ a24l \trml{h}\ a24l | // > \trmu{j}\ c25u \trrmu{j}\ c25u | / > ============================================= > > > What am I doing wrong? Do I have to reset something before I use Tremolo > in the same measure? > > > Regards, > Dieter ------------------------------- [email protected] mailing list If you want to unsubscribe or look at the archives, go to http://tug.org/mailman/listinfo/tex-music

