chiark / gitweb /
Import upstream version 5.3.
[mup] / mup / docs / uguide / slashmrk.html
1 <HTML>
2 <HEAD><TITLE>
3 Diagonal slash marks
4 </TITLE></HEAD>
5 <BODY>
6 <P>
7 &nbsp;&nbsp;&nbsp;<A HREF="pianored.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="breathmk.html">next page --&gt;</A>
10 </P>
11          
12 <H2>
13 Diagonal slash marks
14 </H2>
15 <P>
16 Sometimes, instead of a note or notes,
17 a diagonal slash mark is printed on a staff.
18 This is used for various purposes,
19 such as strumming a chord (in a
20 guitar part), or to mean that the previous beat should be
21 repeated or
22 that a note should be improvised.
23 You can get slash marks for all notes by setting the
24 <A HREF="param.html#notehead">noteheads parameter.</A>
25 <BR><PRE>
26 noteheads = &quot;allslash&quot;
27 </PRE><BR>
28 or if you want to use hollow slashes for half notes and longer
29 <BR><PRE>
30 noteheads = &quot;slash&quot;
31 </PRE><BR>
32 Usually such slash marks do not include a stem,
33 so you may wish to also set
34 <BR><PRE>
35 stemlen=0
36 </PRE><BR>
37 </P>
38 <P>
39 If you just want specific chords to be slashes, you can use the
40 chord head shape override:
41 <BR><PRE>
42 1: b;[ hs &quot;allslash&quot;; len 0 ]... ;;;
43 bar
44 </PRE><BR>
45 <IMG SRC="mugex99.gif" ALT="Picture of Mup output"><BR>
46 </P>
47 <HR><P>
48 &nbsp;&nbsp;&nbsp;<A HREF="pianored.html">&lt;-- previous page</A>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="index.html">Table of Contents</A>&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="breathmk.html">next page --&gt;</A>
49 </P>
50 </BODY></HTML>