]> git.donarmstrong.com Git - lilypond.git/blob - Documentation/user/macros.itexi
release: 1.3.128
[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 @node \word\
32 @subsection \word\
33 @end macro
34
35 @macro c___ {word}
36 \word\
37 @node \word\
38 @unnumberedsubsubsection \word\
39 @end macro
40
41 @macro c_ {word}
42 @end macro
43
44 @end ignore
45