1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
\input texinfo @c -*- texinfo -*-
@setfilename macro-at.info
@settitle AUTHORS -- who did what on GNU LilyPond
@macro foo
foo-expansion
@end macro
@macro bar
bar-expansion
@end macro
@node Top, , AUTHORS -- who did what on GNU LilyPond, (dir)
@top
@menu
* AUTHORS -- who did what on GNU LilyPond:: AUTHORS -- who did what.
@end menu
@node AUTHORS -- who did what on GNU LilyPond, Top, , Top
@chapter AUTHORS -- who did what on GNU LilyPond?
This file lists authors of GNU LilyPond, and what they wrote.
It also uses foobar@{.
@itemize @bullet
@item @email{pinard@@iro.montreal.ca, Fran@,{c}ois Pinard},
parts of Documentation.
@item @email{foobar@@baz@@, The Foobar},
the usual foobarical thing.
@item @email{another@@foobar@{, Buzzer},
buzzed all the way.
@item @email{@foo{}@@@bar{}},
also helped.
@item @email{tomcato@@xoommail.com, Tom Cato Amundsen},
cembalo-partita in mundela.
@end itemize
@bye
|