]> 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 @c I want some space over here,  not silly characters.
75 @tex
76 @end tex
77 @end macro
78 @end iftex
79
80 @c \heartsf was supposed to be filled?
81
82 @c center*** is broken?
83
84 @ifinfo
85 @macro separate
86
87 @quotation
88 @end quotation
89 @end macro
90 @end ifinfo
91
92 @ifhtml
93 @macro separate
94 @html
95 <p></p><br><br>
96 @end html
97 @end macro
98 @end ifhtml
99
100 @ignore
101
102 @c Huh, do outline mode and texinfo really fight eachother?
103 @c Outline can only use spaces to indent topic headers
104 @c (or bullets, but then topics can't start with `@c').
105 @c Texinfo can't have spaces in macro names.
106
107 @macro c_ {word}
108 \word\
109 @node \word\
110 @section \word\
111 @end macro
112
113 @macro c__ {word}
114 \word\
115 @menu
116 * \word\::                      
117 @end menu
118
119 @node \word\
120 @subsection \word\
121 @end macro
122
123 @macro c___ {word}
124 \word\
125 @node \word\
126 @unnumberedsubsubsection \word\
127 @end macro
128
129 @macro c_ {word}
130 @end macro
131
132 @end ignore
133
134
135 @ifhtml
136 @macro internalsref{NAME}
137 @uref{../lilypond-internals/\NAME\.html,\NAME\}
138 @cindex \NAME\
139 @end macro
140 @macro seeinternals{NAME}
141 See @internalsref{\NAME\}
142 @end macro
143 @end ifhtml
144 @ifnothtml
145 @macro seeinternals{NAME}
146 @end macro
147 @macro internalsref{NAME}
148 @cindex \NAME\
149 \NAME\
150 @end macro
151 @end ifnothtml
152