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