]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/macros.itexi
patch::: 1.3.139.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 @ignore
17
18 @c Huh, do outline mode and texinfo really fight eachother?
19 @c Outline can only use spaces to indent topic headers
20 @c (or bullets, but then topics can't start with `@c').
21 @c Texinfo can't have spaces in macro names.
22
23 @macro c_ {word}
24 \word\
25 @node \word\
26 @section \word\
27 @end macro
28
29 @macro c__ {word}
30 \word\
31 @menu
32 * \word\::                      
33 @end menu
34
35 @node \word\
36 @subsection \word\
37 @end macro
38
39 @macro c___ {word}
40 \word\
41 @node \word\
42 @unnumberedsubsubsection \word\
43 @end macro
44
45 @macro c_ {word}
46 @end macro
47
48 @end ignore
49