]> git.donarmstrong.com Git - lilypond.git/blob - NEWS
release: 0.0.30
[lilypond.git] / NEWS
1 pl 30
2
3 Features
4         - better multivoice spacing
5         - move rest in multivoice staff
6         - errors in TeX output now warnings
7         - progress indicator
8         - music processing speedup.
9 Internal
10         - make spanner for staffsym; scrap Line_pstaff
11         - scrap simplestaff (Rhythmic_staff temporarily disabled)
12         - docxx 3.0 format comments
13         - split register source files
14         - hardcoded dimensions compile time
15         - Lookup::tex_hairpin
16 Bugs
17         - non G-clef clefs
18         - script junking (2x)
19         - empty files
20         - beam::center (plet position!)
21         
22 pl 29
23         - multiplatform Makefile (JN)
24         - context errors: bugfixes (JN)
25
26 pl 28
27
28 Internal
29         - idealspacing slightly better for multivoice.
30 Doc
31         - Request_register
32 Bugfix
33         - Script.cc : float exception (MB)
34         - Request::Request(Request) copying of definition pointer (JN)
35         - cleaned dependencies for broken spanners
36         - stupid typo in Staff_elem::post_processing()
37         - init of hpos in PCol::PCol
38         - Word_wrap::solve() bug 
39
40 pl 27
41         - preliminary WIN32 support (JN)
42 Features
43         - errors converted to warnings (JN)
44         - context errors (JN)
45         - As vs. as  notename.
46         - WARNING: "melodic" stafftype will create the new Complex_staff!
47 Examples
48         - Lohman's Viola Quartet (JN)
49         - JS Bach Solo Cello suite II menuet (JN)
50
51
52 pl pre27
53
54 Features        
55         - option --init
56         - last_duration_mode: default_duration is last duration entered
57         (\duration{\last})
58         - syntax: grouping 2*4 3*8
59         - preliminary multivoice support
60 Examples
61         - JS Bach's WTK example added.
62
63 Internal:
64         - Text_reg and Script_reg
65
66 pl 26
67         - Documentation/lelie_logo.png
68         - 8-bit chars for input (see ltest.tex) (MB)
69         - quotes around string now optional
70 Bugfixes:
71         - unmatched ] (MB)
72 Internal:
73         - print/name methods of Staff_elem
74         - added Request_register
75         - Voice_group_registers, Voice_registers, *_register
76         - Complex_staff
77
78 pl 25
79         - other clefs added, keys typeset properly (MB)
80
81 pl 24:
82         - Lyrics (JCN)
83         - Commands in music-mode (an input feature) (there you are, Mats)
84
85 pl 23:
86         - TODO file inc'd
87         - cadenza mode.
88         - default extension, search path.
89         - error.pod,faq.pod
90         - Markers
91         - configure script
92         - inputfile name in output.
93 Internal changes:
94         - scrapped VPATH
95         - Make dependencies per .o
96         - Split Input_* parsing steps to enable marking 
97 Bugfixes:
98         - unconnected columns
99
100
101 pl 22:
102         - doco from mpp
103         - repeat signs
104         - | checks for bar in a voice (Barcheck_req)
105 Internal changes:
106         - naming (Hungarian notation, svec vs. Array)
107         - cleanup PScore, Score
108         - removed Staff_commands, plugging commands into Staff_column directly
109 Bugfixes:
110         - bug noteheadswap
111         - huge memleak fixed; unearthed lots of bugs
112
113 pl 21:
114         - scripts
115         - texts
116         - nplets (triplets!)
117 Internal changes:
118         - Move breaking stuff into a separate class Break_algorithm
119         - dependencies for Staff_elem's
120
121 pl 20:
122         - updated doco to .pod
123         - include files from .ly
124 Internal changes:
125         - Rational for time measurement
126         - directionalspanner/textspanner
127
128 pl 19:
129         - grouping code: LilyPond can set advanced multibeams.
130 Internal changes:
131         - struct Moment
132
133
134 pl 18:
135         - robust Staff_commands
136
137 pl 17:
138         - robust Input_commands
139         - merged Vertical_/Horizontal music
140         - PARTIALs with duration
141         - modularized lexer: multiple runs
142
143 pl 16
144         - notenames configurable
145
146 pl 15
147         - grouping code
148         - multibeams (simple)
149
150 pl 14
151         - symtables from .ly
152         - Input_command
153         - Input_{score/staff}
154
155 pl 13
156         - Horizontal/Vertical music
157         - Input_commands