]> git.donarmstrong.com Git - lilypond.git/blob - ANNOUNCE
release: 0.0.54
[lilypond.git] / ANNOUNCE
1
2         Announcing
3                         
4         GNU LilyPond
5
6         The Music Typesetter
7
8 Do you pine for the nice days of Linux 0.95, when men were men and
9 wrote their own applications? Are you without a nice project and just
10 dying to cut your teeth into a bleeding edge application you can
11 modify for your needs?  Do you find it frustrating that everything
12 works in LaTeX?  No more all-nighters to get a nifty program working?
13 Then this post might be just for you!
14
15 I have been working very hard on a music typesetting system (called
16 GNU LilyPond) the past half year, and I finally think it is ready to be
17 used and hacked at by a larger public than me and my co-developer.
18
19 Sources for this project are on:
20
21         ftp://pcnov095.win.tue.nl/pub/lilypond/
22
23 detailed info and examples can be found on the webpage at:
24
25         http://www.stack.nl/~hanwen/lilypond/index.html
26
27 (it is somewhat lousy, but I have more important things to do).
28
29
30 [DETAILED DESCRIPTION]
31
32 WHAT IS GNU LilyPond
33
34 Technically it is a preprocessor which generates TeX
35 (or LaTeX) output which contains information to typeset a musical
36 score. Practically it is a typesetter, which only uses TeX as an
37 output medium. (this is handy because there exist music fonts for TeX)
38
39 As a bonus, you can also output a MIDI file of what you typed.
40
41 The input is a script file which is read. The script file is a "music
42 definition", ie, you type the melody as if it is read out loud 
43
44 WHAT IS NEEDED?
45
46 for compilation you need
47
48         Unix. (Win32 is known to work, too)
49         GNU C++ v2.7 or better, with libg++ installed.
50         GNU make. 
51         Flex (2.5.1 or better). 
52         Bison. (1.25 or better)
53
54 for running you need
55
56         TeX
57
58 FEATURES
59
60 ASCII script input (mudela), with identifiers (for music reuse),
61 customizable notenames
62
63 MIDI output lets you check if you have entered the correct notes.
64 MIDI to Mudela conversion through the mi2mu program.
65
66 Multiple staffs in one score. Each staff can have a different meters.
67 Multiple voices within one staff; beams optionally shared between
68 voices.  Multiple scores within one input file. Each score is output
69 to a different file.
70
71 Beams, slurs, chords, super/subscripts (accents and text), 
72 general n-plet (triplet, quadruplets, etc.), lyrics, transposition
73 dynamics (both absolute and hairpin style) clef changes, meter
74 changes, cadenza-mode, key changes, repeat bars
75
76
77 [Kudos to FSF, all linux hackers, and --of course-- especially
78 GrandMaster Linus T, for the OS and The Announce :-]
79
80         Han-Wen Nienhuys <hanwen@stack.nl>
81         Jan Nieuwenhuizen <jan@digicash.com>