]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/macros.itexi
''
[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 \medskip
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 @end quotation
91 @end macro
92 @end ifinfo
93
94 @ifhtml
95 @macro separate
96 @html
97 <p></p><br><br>
98 @end html
99 @end macro
100 @end ifhtml
101
102 @c netscape 4.x doesn't handle html chars 4.0 :-(
103 @c <p></p><center>&hearts;</center><br>
104 @c <p></p><center><font size="-1">*</font><font size="0">*</font><font size="-1">*</font></center><br>
105
106 @ignore
107
108 @c Huh, do outline mode and texinfo really fight eachother?
109 @c Outline can only use spaces to indent topic headers
110 @c (or bullets, but then topics can't start with `@c').
111 @c Texinfo can't have spaces in macro names.
112
113 @macro c_ {word}
114 \word\
115 @node \word\
116 @section \word\
117 @end macro
118
119 @macro c__ {word}
120 \word\
121 @menu
122 * \word\::                      
123 @end menu
124
125 @node \word\
126 @subsection \word\
127 @end macro
128
129 @macro c___ {word}
130 \word\
131 @node \word\
132 @unnumberedsubsubsection \word\
133 @end macro
134
135 @macro c_ {word}
136 @end macro
137
138 @end ignore
139