chiark / gitweb /
Import upstream version 5.3.
[mup] / mup / docs / uguide / phrase.html
1 <HTML>
2 <HEAD><TITLE>
3 Phrase marks
4 </TITLE></HEAD>
5 <BODY>
6 <P>
7 &nbsp;&nbsp;&nbsp;<A HREF="mussym.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="cres.html">next page --&gt;</A>
10 </P>
11              
12 <H2>
13 Phrase marks
14 </H2>
15 <P>
16 If there is only one voice, specifying <I>place</I> for a phrase just tells
17 Mup where to draw the phrase mark. If there are
18 <A HREF="param.html#vscheme">two or more voices,</A>
19 and a <I>place</I> is specified, &quot;above&quot;
20 indicates to Mup that the phrase is associated with voice 1,
21 and &quot;below&quot; indicates to Mup that the phrase is associated with voice 2.
22 </P>
23 <P>
24 If no <I>place</I> is specified and there is only one voice with notes,
25 Mup will decide which side would be better based on the musical data.
26 This means the phrase mark may come out above or below.
27 In the case where there are two voices and
28 there are notes present in both voices, phrase marks will be drawn both
29 above and below.
30 </P>
31 <P>
32 Each phrase statement item must include a begintime and duration.
33 A phrase mark must begin and end on a chord, so Mup first takes the begintime
34 and duration and finds the chords nearest to each of them. It then draws a
35 phrase mark between them, shaping it to be out of the way of other things as
36 much as possible.
37 It is possible to specify a &quot;grace back up&quot; on the begintime
38 (a negative number in parentheses,
39 specifying how many grace notes to back up),
40 to make the phrase include leading grace notes.
41 It is possible to &quot;nest&quot; phrase marks (i.e., have one phrase on a subset of
42 the chords of another phrase).
43 </P>
44 <P>
45 Some examples:
46 <BR><PRE>
47 staff 2
48   vscheme=2o
49
50 music
51
52 1: d;f;a;b;
53 2,3 1: a;f;d;g;
54 2 2: 4.c;8b-;4d;g; 
55 phrase 1: 1 til 4;
56 phrase above 2,3: 1 til 2; 3 til 4;
57 phrase below 2: 2.5 til 1m + 1.5;
58 bar
59 1: b;c+;d+;e+;
60 2,3 1: g;a;f;c;
61 2 2: 4.e;8f;4b-;g;
62 bar
63 </PRE><BR>
64 <IMG SRC="mugex73.gif" ALT="Picture of Mup output"><BR>
65 </P>
66 <P>
67 Phrase marks are sometimes used on
68 tablature staffs in conjunction with slides.
69 <BR><PRE>
70 score staffs=2
71 staff 2 stafflines=tab
72 music
73
74 2: a3&lt;&gt;;a4;e4&lt;&gt;;e2;
75 phrase above 2: 1 til 2; 3 til 4;
76 bar
77 </PRE><BR>
78 <IMG SRC="mugex74.gif" ALT="Picture of Mup output"><BR>
79 </P>
80 <P>
81 The word &quot;phrase&quot; can be preceded by a line type modifier: dotted or dashed.
82 The dotted or dashed styles might be used for phrase marks
83 that were added by an editor rather than the composer, or to show a phrase
84 that doesn't apply to all verses.
85 </P>
86 <HR><P>
87 &nbsp;&nbsp;&nbsp;<A HREF="mussym.html">&lt;-- previous page</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Table of Contents</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="cres.html">next page --&gt;</A>
88 </P>
89 </BODY></HTML>