]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/macros.itexi
patch::: 1.3.145.jcn1
[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$\\heartsuit$\\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 @ifnottex
31 @macro braakseparate
32
33 @center ***
34
35 @end macro
36 @end ifnottex
37
38 @ifinfo
39 @macro separate
40
41 @quotation
42 @quotation
43 @quotation
44 @quotation
45 @quotation
46 @quotation
47 ***
48 @end quotation
49 @end quotation
50 @end quotation
51 @end quotation
52 @end quotation
53 @end quotation
54 @end macro
55 @end ifinfo
56
57 @ifhtml
58 @macro separate
59 @html
60 <p></p><center>*<font size=+1>*</font>*</center><br>
61 @end html
62 @end macro
63 @end ifhtml
64
65 @c netscape 4.x doesn't handle html chars 4.0 :-(
66 @c <p></p><center>&hearts;</center><br>
67 @c <p></p><center><font size=-1>*</font><font size=0>*</font><font size=-1>*</font></center><br>
68
69 @ignore
70
71 @c Huh, do outline mode and texinfo really fight eachother?
72 @c Outline can only use spaces to indent topic headers
73 @c (or bullets, but then topics can't start with `@c').
74 @c Texinfo can't have spaces in macro names.
75
76 @macro c_ {word}
77 \word\
78 @node \word\
79 @section \word\
80 @end macro
81
82 @macro c__ {word}
83 \word\
84 @menu
85 * \word\::                      
86 @end menu
87
88 @node \word\
89 @subsection \word\
90 @end macro
91
92 @macro c___ {word}
93 \word\
94 @node \word\
95 @unnumberedsubsubsection \word\
96 @end macro
97
98 @macro c_ {word}
99 @end macro
100
101 @end ignore
102