]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/macros.itexi
* Documentation/user/music-glossary.tely (Top): remove 13pt.
[lilypond.git] / Documentation / user / macros.itexi
1 @c -*-texinfo-*-
2
3
4 @c Reference GLOSsary
5 @macro rglos {NAME}
6 @ifhtml
7 @c ugh: @ref assumes that external refs are split documents too
8 @html
9 <a style="text-decoration: none; color: inherit;" href="../music-glossary.html#\NAME\">\NAME\</a>@c
10 @end html
11 @end ifhtml
12 @ifnothtml
13 \NAME\@c
14 @end ifnothtml
15 @end macro
16
17
18 @ifnottex
19 @macro texisharp {word}
20 #
21 @end macro
22 @end ifnottex
23
24 @iftex
25 @macro texisharp {word}
26 @tex
27 $\\sharp$%
28 @end tex
29 @end macro
30 @end iftex
31
32 @ifnottex
33 @macro texiflat {word}
34 b
35 @end macro
36 @end ifnottex
37
38 @iftex
39 @macro texiflat {word}
40 @tex
41 $\\flat$%
42 @end tex
43 @end macro
44 @end iftex
45
46
47
48 @iftex
49 @macro separate 
50 @c I want some space over here,  not silly characters.
51 @tex
52 @end tex
53 @end macro
54 @end iftex
55
56 @c \heartsf was supposed to be filled?
57
58 @c center*** is broken?
59
60 @ifinfo
61 @macro separate
62
63 @quotation
64 @end quotation
65 @end macro
66 @end ifinfo
67
68 @ifhtml
69 @macro separate
70 @html
71 <p></p><br><br>
72 @end html
73 @end macro
74 @end ifhtml
75
76
77 @c dup?
78 @ifhtml
79 @macro internalsref{NAME}
80 @uref{../lilypond-internals/\NAME\.html,\NAME\}@c
81 @cindex \NAME\@c
82 @end macro
83
84 @macro inputfileref{DIR,NAME}
85 @uref{../../../../\DIR\/out-www/collated-files.html#\NAME\,@file{\DIR\/\NAME\}}@c
86 @end macro
87
88 @end ifhtml
89
90 @ifinfo
91 @macro internalsref{NAME}
92 @inforef{\NAME\,,lilypond-internals}@c
93 @cindex \NAME\@c
94 @end macro
95
96 @macro inputfileref{DIR,NAME}i
97 @file{\DIR\/\NAME\}
98 @end macro
99
100 @end ifinfo
101
102 @iftex
103 @macro internalsref{NAME}@c
104 @cindex \NAME\@c
105 @code{\NAME\}@c
106 @end macro
107 @macro inputfileref{DIR,NAME}@c
108 @file{\DIR\/\NAME\}@c
109 @end macro
110 @end iftex
111
112
113 @iftex
114 @macro seeinternals{NAME}
115 internals document,  @internalsref{\NAME\}
116 @end macro
117 @end iftex
118
119 @ifnottex
120 @macro seeinternals{NAME}
121 @internalsref{\NAME\}
122 @end macro
123 @end ifnottex
124
125 @macro refbugs
126 @noindent
127 @heading Bugs
128
129 @end macro
130
131 @macro seealso
132 @noindent
133 @heading See also
134
135 @end macro
136
137 @macro refcommands
138 @noindent
139 @heading Predefined commands
140
141 @end macro
142
143
144 @c
145 @c ARGGGHHHHH! I want
146 @c @cindex @code{@backslash\WHAT\}
147 @c how do I do that?
148 @c   --hwn
149
150 @macro refcommand{WHAT}
151 @cindex @code{\WHAT\}
152 @code{\WHAT\}, 
153 @end macro
154
155 @macro syntax
156 @noindent
157 @heading Syntax
158
159 @end macro