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