]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/macros.itexi
patch::: 1.4.0.jcn2
[lilypond.git] / Documentation / user / macros.itexi
1 @ifinfo
2 @macro reng {word}
3 @ref{ (lilypond-internals)Engraver \word\, \word\ },
4
5 @end macro
6 @end ifinfo
7
8 @ifnotinfo
9 @macro reng {word}
10 @ref{ (lilypond-internals)Engraver \word\, \word\ }
11
12 @end macro
13 @end ifnotinfo
14
15
16
17 @iftex
18 @macro separate
19
20 @tex
21 \\hbox to\\hsize{\\hfill\\smallrm*\\textrm*\\smallrm*\\hfill}
22 @end tex
23
24 @end macro
25 @end iftex
26
27 @c \heartsf was supposed to be filled?
28
29 @c center*** is broken?
30
31 @ifinfo
32 @macro separate
33
34 @quotation
35 @quotation
36 @quotation
37 @quotation
38 @quotation
39 @quotation
40 ***
41 @end quotation
42 @end quotation
43 @end quotation
44 @end quotation
45 @end quotation
46 @end quotation
47 @end macro
48 @end ifinfo
49
50 @ifhtml
51 @macro separate
52 @html
53 <p></p><center>*<font size=+1>*</font>*</center><br>
54 @end html
55 @end macro
56 @end ifhtml
57
58 @c netscape 4.x doesn't handle html chars 4.0 :-(
59 @c <p></p><center>&hearts;</center><br>
60 @c <p></p><center><font size=-1>*</font><font size=0>*</font><font size=-1>*</font></center><br>
61
62 @ignore
63
64 @c Huh, do outline mode and texinfo really fight eachother?
65 @c Outline can only use spaces to indent topic headers
66 @c (or bullets, but then topics can't start with `@c').
67 @c Texinfo can't have spaces in macro names.
68
69 @macro c_ {word}
70 \word\
71 @node \word\
72 @section \word\
73 @end macro
74
75 @macro c__ {word}
76 \word\
77 @menu
78 * \word\::                      
79 @end menu
80
81 @node \word\
82 @subsection \word\
83 @end macro
84
85 @macro c___ {word}
86 \word\
87 @node \word\
88 @unnumberedsubsubsection \word\
89 @end macro
90
91 @macro c_ {word}
92 @end macro
93
94 @end ignore
95