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