]> git.donarmstrong.com Git - lilypond.git/blob - ANNOUNCE
release: 0.0.78
[lilypond.git] / ANNOUNCE
1 Subject: LilyPond 0.1 released - GNU Project music typesetter
2
3
4         BORN
5
6         August 1, 1997
7
8                 Lily
9
10                 (GNU LilyPond 0.1)
11
12         daughter to Jan 'Janneke' Nieuwenhuizen and Han-Wen 'Wendy'
13         Nienhuys
14
15 Lily is a healthy, bouncing baby weighing 340 kilobytes
16
17 Visiting hours: 24hrs a day at
18
19         ftp://pcnov095.win.tue.nl/pub/lilypond/lilypond-0.1.0.tar.gz (Europe)
20         ftp://alpha.gnu.ai.mit.edu/pub/lilypond/lilypond-0.1.0.tar.gz (US)
21
22 You can see some babyfood, diapers and pictures at
23
24         http://www.stack.nl/~hanwen/lilypond/index.html
25
26 You can send your congratulations to Janneke (jan@digicash.com) and
27 Wendy (hanwen@stack.nl)
28
29 [ And now the serious part ]
30
31         Announcing
32                         
33         GNU LilyPond
34
35         The Music Typesetter
36
37 Do you pine for the nice days of Linux 0.95, when men were men and
38 wrote their own applications? Are you without a nice project and just
39 dying to cut your teeth into a bleeding edge application you can
40 modify for your needs?  Do you find it frustrating that everything
41 works in LaTeX?  No more all-nighters to get a nifty program working?
42 Then this post might be just for you!
43
44 I have been working very hard on a music typesetting system (called
45 GNU LilyPond) the past half year, and I finally think it is ready to be
46 used and hacked at by a larger public than me and my co-developer.
47
48 Sources for this project are on:
49
50         ftp://pcnov095.win.tue.nl/pub/lilypond/
51
52 detailed info and examples can be found on the webpage at:
53
54         http://www.stack.nl/~hanwen/lilypond/index.html
55
56 It isn't flashy, but then I wasn't born to be a webartist.
57
58
59 [DETAILED DESCRIPTION]
60
61 WHAT IS GNU LilyPond?
62
63 GNU LilyPond is a program which converts music definition files into
64 visual or auditive output: it can typeset formatted sheet music to a
65 TeX file and and (mechanical) performances to MIDI files.
66
67 WHY?
68
69 We want to create tools which can produce production quality scores
70 and parts of public music. We haven't quite reached that goal:
71
72 * The quality of the output isn't good enough yet due to
73 some (still) unsophisticated algorithms
74
75 * A number of features haven't been implemented (although they can be
76 quite simple)
77
78 WE WANT YOU!  
79
80 You can become a user, but we'd really appreciate it you would start 
81 hacking at Lily, and help us advance our project more quickly.
82
83 WHAT IS NEEDED?
84
85 for compilation you need
86
87         Unix. (windows32 is known to work, too)
88         GNU C++ v2.7 or better, with libg++ installed.
89         GNU make. 
90         Flex (2.5.1 or better). 
91         Bison. (1.25 or better)
92
93 for running you need
94
95         TeX
96         MusiXTeX fonts 
97
98 The MusiXTeX fonts are part of the MusiXTeX package version T.73,
99 available at any CTAN mirror, or http://www.gmd.de/Misc/Music/ 
100
101 WHAT CAN LILYPOND DO?
102
103 ASCII script input (mudela), with identifiers (for music reuse),
104 customizable notenames
105
106 MIDI output lets you check if you have entered the correct notes.
107 MIDI to Mudela conversion through the mi2mu program.
108
109 Multiple staffs in one score. Each staff can have a different meters.
110 Multiple voices within one staff (up to four handled graciously);
111 beams optionally shared between voices.  Multiple scores within one
112 input file. Each score is output to a different file.
113
114 Beams, slurs, chords, super/subscripts (accents and text), 
115 general n-plet (triplet, quadruplets, etc.), lyrics, transposition
116 dynamics (both absolute and hairpin style), clef changes, meter
117 changes, cadenza-mode, key changes, repeat bars
118
119 Integration with LaTeX through scripts.
120
121
122