]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/macros.itexi
patch::: 1.3.126.jcn3
[lilypond.git] / Documentation / user / macros.itexi
1 @ifinfo
2 @macro rgrob {word}
3 @ref{ (lilypond-internals)\word\, \word\ },
4
5 @end macro
6 @macro reng {word}
7 @ref{ (lilypond-internals)Engraver \word\, \word\ },
8
9 @end macro
10 @end ifinfo
11
12 @ifnotinfo
13 @macro rgrob {word}
14 @ref{ (lilypond-internals)\word\, \word\ }
15
16 @end macro
17 @macro reng {word}
18 @ref{ (lilypond-internals)Engraver \word\, \word\ }
19
20 @end macro
21 @end ifnotinfo
22
23
24 @ignore
25
26 @c Huh, do outline mode and texinfo really fight eachother?
27 @c Outline can only use spaces to indent topic headers
28 @c (or bullets, but then topics can't start with `@c').
29 @c Texinfo can't have spaces in macro names.
30
31 @macro c_ {word}
32 \word\
33 @node \word\
34 @section \word\
35 @end macro
36
37 @macro c__ {word}
38 \word\
39 @node \word\
40 @subsection \word\
41 @end macro
42
43 @macro c___ {word}
44 \word\
45 @node \word\
46 @unnumberedsubsubsection \word\
47 @end macro
48
49 @end ignore
50
51 @macro c_ {word}
52 @end macro