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