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