Code 16 -- Text parameter structure _______________________________________________________________________ | p1 | p2 | p3 | p4 | p5 | |code num.| staff num.| horiz. pos.| vert. pos.| character space factor | |___16____|___________|____________|___________|________________________| ________________________________________________________________________ | p6 | p7 | p8 | p9 | p10 | | horz. size | vert. size | font overide | rotation | size of the space. | |____________|____________|______________|__________|____________________| ________________________________________________________________________ | p11 | p12 | p13 - p18 | | total space used | continuation flag | storage for up to 18 characters | |__________________|___________________|_________________________________| P5 can adjust the space used by each character. e.g. if p5 = .9 then each character will occupy only 90% of its ordinary space. (The SIZE of the character remains the same.) The factor will hold for the entire string. P6 and p7 control the size. If p7 is left at zero it will become equal to p6. * P8 can be used to override the normal font with a different font. 92 = Bodoni-Bold, 93 = Italic-Bold, 94 = Bodoni, 95 = Italic, 98 = Stick. Use 9700-9734 to substitute PostScript fonts 0-34. P9 can rotate an entire string (as well as a continuation into the next item.) P10 sets the size of the space chararacter only. Both p10 and p5 are factors which act relative to the p6 size factor. P11 indicates the space needed by the string. This is used by the system to determine the proper position for the continuation of long strings. Normally it should not be altered. P12 = 1 = this string of text is a continuation of the previous string. All lower parameters will be the same as those of the previous item. = 0 = this string stands alone or is the start of a longer one. The text is stored in parameters 13 - 18. Each parameter has 6 digits, each character uses 2 digits. Some of the 2-digit numbers are used for font changes and special characters. Normally these parameters are not edited. .