chiark / gitweb /
Import upstream version 5.3.
[mup] / mup / docs / uguide / midmeas.html
1 <HTML>
2 <HEAD><TITLE>
3 Mid-measure parameter changes
4 </TITLE></HEAD>
5 <BODY>
6 <P>
7 &nbsp;&nbsp;&nbsp;<A HREF="chrdattr.html">&lt;-- previous page</A>
8
9 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Table of Contents</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="crossst.html">next page --&gt;</A>
10 </P>
11           
12 <H3>
13 Mid-measure parameter changes
14 </H3>
15 <P>
16 The group attributes can optionally be preceded by mid-measure
17 parameter changes.
18 This is not used very often, but the most common
19 use is to change the
20 <A HREF="param.html#clef">clef</A>
21 in the middle of a measure. There are two
22 other parameters that can also be changed here:
23 <A HREF="param.html#defoct">defoct</A>
24 and
25 <A HREF="param.html#release">release.</A>
26 The change is enclosed in double angle brackets.
27 After the opening angle bracket is the
28 <A HREF="contexts.html">context</A>
29 to which the changes applies (score, staff, or voice),
30 followed by one or more parameter changes.
31 <BR><PRE>
32 1: c; e; &lt;&lt;score clef=bass&gt;&gt; 2g;
33 bar
34 </PRE><BR>
35 <IMG SRC="mugex20.gif" ALT="Picture of Mup output"><BR>
36 If there is more than one parameter listed, they are separated by semicolons.
37 <BR><PRE>
38 &lt;&lt; staff clef = tenor ; defoct = 4 &gt;&gt;
39 </PRE><BR>
40 </P>
41 <P>
42 If you wish to change parameters in more than one context, multiple
43 angle-bracketed items can be given:
44 <BR><PRE>
45 2-3 2: 2c; &lt;&lt;score release=100&gt;&gt;&lt;&lt;staff clef=alto&gt;&gt;&lt;&lt;voice defoct=3&gt;&gt; c;
46 </PRE><BR>
47 </P>
48 <P>
49 If you specify &quot;staff&quot; or &quot;voice&quot; context, the specific staff(s) or voice(s)
50 to which the changes apply is based on which staff(s) or voice(s)
51 are being described on the input line. So in the example above,
52 the clef is changed to alto on staffs 2 and 3, and the defoct is
53 changed to 3 for voice 2 on both of those staffs. The release change
54 applies to the entire score.
55 </P>
56 <HR><P>
57 &nbsp;&nbsp;&nbsp;<A HREF="chrdattr.html">&lt;-- previous page</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Table of Contents</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="crossst.html">next page --&gt;</A>
58 </P>
59 </BODY></HTML>