]> git.donarmstrong.com Git - lilypond.git/blob - NEWS
4da9b2d30362727098e8f1281c291c2dc39a6fdd
[lilypond.git] / NEWS
1 pl 11.mb2
2         - feta-timesig.mf: Added some flesh on C and C2,
3           added old-style mensuration marks.
4
5 pl 11.mb1
6         - Added feta-timesig.mf, font for C and alla breve.
7
8 pl 10.uu2
9         - plet-spanner fix.
10         - large doc patch (thanks Adrian)
11
12 pl 10.jbr1
13         - aclocal.m4, stepmake/aclocal.m4: Choose specific python
14         - stepmake/bin/release.py: Use the same python calling process
15         - make/lilypond-vars.make: PATH should not use PATHSEP.  It is fine 
16           to hard code it to `:' on both Windows NT and UNIX.
17         - stepmake/bin/package-zip32.sh: Perform configure with a specific
18           python, ie cygwin32 python on Windows NT
19
20 pl 10.uu1
21         - junked \octave
22         - marginBreakPriority, direction==LEFT
23         - mf-to-table NT fix (JBR)
24         - createKeyOnClefChange property
25
26
27 pl 10.jcn1
28         - mf-to-xpms for Harmonia
29   
30 pl 9.jbr1
31         - scripts/convert-mudela.py: We must close infile and outfile before
32           a rename occurs.  NT Windows locks open files.
33           stepmake/bin/package-zip32.sh: renamed all python bins to:
34           <filename>.py in NT Windows distribution.
35
36
37 *********
38 pl 10
39
40 pl 9.jcn1
41         - started gnuisation of website
42           * filetype and size
43           * 'no gifs due to patent problems'
44         - bumped stepmake version nr (again):
45           please update stepmake/VERSION after making changes to stepmake...
46   
47 pl 9.hwn1
48         - do default midi,paper by toplevel \paper / \midi (mudela 1.0.4)
49         - bf: error if no Score context
50         - notename table now can be declared as well.
51         - junked \clear
52
53 *********
54 pl 9
55         
56 pl 8.uu1
57         - junked \staff, \multi
58         - bf Music_list::Music_list (Music_list const&)
59         - AC_SUBST(PATHSEP,DIRSEP)
60         - generate Documentation/tex/out/*.bib (AM)
61         - a4 fixes (AM)
62         - bf: metafont-*.make
63         - parser.yy: intlist mods. (mudela 1.0.2)
64         - \melodic -> \notes (mudela 1.0.3)
65         - typo: calcalute_dependencies ()
66
67 pl 8.jcn3
68         - gif -> png
69             * ps-to-pngs.sh
70             * stepmake
71             * website
72             * yodl-1.31.4 (to be released)
73         - target 'texinfo' -> 'info'
74
75 pl 8.jcn2
76         - more doco in texinfo (with yodl pl3)
77         - bf's: package-diff
78
79 pl 8.jcn1
80         - removed tutorial from texinfo, yodl2texinfo is still rather broken
81         - bf: setlocale NUMERIC to 'C'
82         - removed ugly space from print-dimen
83
84 *******
85 pl 8
86         - make website fixes.
87
88 pl 7.jcn1
89         - minor stepmake/yodl fixes
90  
91 pl 7.uu1
92
93         - changed separator in vocabulary
94         - added barAlways and defaultBarType properties.
95
96 pl 7.hwn1
97         - changed header format.  Use a + for concatenation.
98
99                 \header { key = "concat" + "string" }
100         
101         (mudela 1.0.2)  
102         - allow computed properties in translator definition
103
104                 GrandStaff = \translator {
105                         minVerticalAlign = 1.5\staffheight;
106                         ..
107                 }
108
109         - Music inheritance. Datastructure and parser now follow this grammar
110
111                 Music_list:
112                         | Music_list Music
113                         ;
114                 Simultaneous_music: '<' Music_list '>'
115                         ;
116                 Sequential_music: '{' Music_list '}'
117                         ;
118
119         - bf: Item::do_unlink () don't iterate on attached_span_l_arr_,
120 because it is changed by Spanner::set_bounds () (thanks Thomas)
121         - bf: URL Documentation/index (thanks EP)
122         - bf: twinkle.ly (thanks EP)
123         - bf: mi2mu (thanks Murray)
124         - bf: mudela-book --dependencies
125         - split LaTeX and TeX stuff
126
127 pl 7.tca1
128         - more Partita's 
129
130 pl 7.jbr1
131         - aclocal.m4,make/lilypond-vars.make: added PATHSEP as AC_SUBST to  
132           help support Windows NT doco build.  
133           Documentation/ntweb/index.yo: minor spelling changes
134
135
136 *************
137 pl 7
138         - refman updates by Adriano Moriano.
139
140
141 pl 6.jbr2
142         - scripts/ly2dvi32.py: Fixed bug with lily input including multiple
143           files.  Also, we now stream out lilypond log one line at a time
144           for better feedback.
145
146 pl 6.jbr1
147         - scripts/ly2dvi32.py: Added some doco, add postscript option, set
148           MFINPUTS along with TEXINPUTS, modified initialization sequence. 
149           Made some Python style changes per Han-Wen suggestions.
150         - Documentation/man/ly2dvi32.yo: Added a manpage for ly2dvi32.
151         - stepmake/bin/package-zip32.sh: Added doco distribution.  Removed
152           the installation directory after zip operation.  
153         - Documentation/ntweb/index.yo: LILYPOND -> LILYPONDPREFIX and 
154           comments about MiKTeX-1.11.
155
156 pl 6.tca1
157         - First movement of Partita II (BWV 826) in 
158           mutopia/J.S.Bach/Cembalo-Partitas. Lilypond output was so
159           beautiful that I'll have to write the rest of the partita.
160
161 pl 6.uu2
162         - mudela-book.py --dependencies
163         - more doc fixes (AM)
164         - warn if declaring a keyword.
165         - \grouping 4 2*3; now accepted.
166         - patches to standchen.ly
167
168 pl 6.uu1
169
170         - mudela-book handles \input now
171         - vocabulary fixes by Adrian Moriano
172
173 ********
174 pl 6
175         - largish rehack:
176           * Super_element is now an `abstract' class,
177           * Paper_score directly contains one Line_of_score.  The
178         breaking/postprocessing/deletion is mixed with the output phase.
179           * Hopefully this will save memory for large scores. (benchmarks, anyone?)
180           * bf: Horizontal_vertical_group_item::do_unlink () should call
181
182         Axis_group_item::do_unlink ()
183
184         - changed LILYPOND to LILYPONDPREFIX
185         - added tfm and dvi target for mf/
186         - reincluded english.ly
187         - doc fixes (thanks, Adrian Moriano)
188         - doc fixes.
189         - mf: ex height added.
190
191 pl 5.mb1
192       - Mudela 1.0.1: Changed \accidentals -> \keysignature
193       - Identifiers can be used in textual scripts:
194
195
196         tempoString="Allegro molto assai";
197
198                 [...]
199
200         c^\tempoString 
201
202
203
204 pl 5.jbr2
205         - aclocal.m4,config.h.in,flower/file-path.cc: Added PATHSEP and 
206           DIRSEP to configuration to support windows style path and pathlists.
207         - stepmake/bin/package-zip32.sh,stepmake/stepmake/package.make:
208           zip target now calls package-zip32.sh which creates winnt 
209           binary distribution zip file. xzip target continues to use 
210           package-zip.sh for Jan's cross-compiled version.
211         - lily/main.cc: Added a search for LILYPOND environment variable to
212           better facilitate binary distributions. 
213         - Documentation/README-W32.yo: Updated information on running lilypond
214           on winnt.
215           
216
217
218 pl 5.jcn1
219         - (step)make fixes from yodl
220         - minor doco fixes
221         - bf: patch in website after 'make release'
222
223 pl 5.jbr1
224         - Documentation/ntweb/Makefile: Used absolute url for LilyPond Homepage
225         - Documentation/ntweb/index.yo: Minor mods per Jan's suggestions
226
227
228
229
230 *************
231 pl 5
232
233 pl 4.jcn1
234         - texinfo docs, lots of yodl TODO
235         - junked some makefiles
236         - ntweb: use BLURB
237         - bf: pletvisibility 
238         - adaptions for yodl-1.31.2's automatic texinfo conversion 
239         - reinclude of 1.jcn2:
240                   - renamed -alto -> viola
241                   - bf: avant-gardish six preludes
242                   - bf: ly2dvi warnings
243
244 pl 4.jbr1
245         - stepmake/stepmake/install-outfiles.sub.make: fixed typo
246         - scripts/GNUmakefile: add ly2dvi32 to installation list and fixed
247           included executable-targets.make to facilate installation of scripts
248         - Documentation/ntweb: Fixes to nt web page and added topdoc like
249           automation.
250
251 *********
252 pl 4
253 pl 3.mb2
254         - Changed text script alignment: center -> left
255         - TeX commands counts as one character when calculating
256           the length of a Text_def
257
258 pl 3.jbr2
259          - Documentation/topdocs/index.yo: Added link to NT dist page
260          - Documentation/ntweb/: Added Makefile and index.yo to build the
261            NT dist page
262
263 pl 3.hwn1
264         - stepmake hacking
265
266 pl 3.uu1
267         - stepmake MAKEFILES -> STEPMAKE_TEMPLATES
268         - count \texcommands in tex string
269
270
271 pl 3.jcn1
272        - bf: website: empty toplevel readme's
273        - bf: xs4all (again?)
274        - can't administer ftp site now: put patch into website
275
276
277 pl 3.jbr1
278         - stepmake/stepmake/Executable_targets: UNIX cross-compile doesn't
279           work with $(DOTEXE) on source of install command.
280         - stepmake/Generic_targets: creating multiple dirs with mkdir 
281           requires -p option
282         - scripts/ly2dvi32.py: General and Winnt specific fixes
283
284
285 *********
286 pl 3
287
288 pl 2.uu1
289         - solaris 2.6 compile/make website fixes.
290         - rm'd WWW.make
291         - stepmake .43
292         - pcnov095.win.tue.nl -> ftp.cs.uu.nl
293   
294 pl 2.hwn1
295         - mi2mu naming of track output
296         - bf: do key restore sign only once
297         - ly2dvi32 preliminary version (JBR)
298         - bf index.html link
299         - bf mudela-book.py
300
301
302 **********
303 pl 2
304         - scalar compile stuff
305         - bf install directory
306         - YODL note
307         - GUI faq update
308         - bf ly2dvi
309         - stepmake split:  Po.make
310         - make check target
311         - dist AFMs and manpages
312         - split up mudela.yo in glossary.yo, tutorial.yo and refman.yo
313
314 pl 1.jcn1
315         - www.digicash.com www.xs4all.nl
316         - fake msgfmt
317         - make uninstall fixes
318
319 pl 1.jbr2 - aclocal.m4,stepmake/aclocal.m4,stepmake/stepmake/Variables.make:
320             Support install target for unix, unix cross compile, and 
321             Windows NT
322
323 pl 1.jbr1 - stepmake/stepmake/Executable.make: DOTEXE was missplaced
324           - scripts/convert-mudela.py: program_id should write to stderr
325
326 **************
327 pl 1
328         - mi2mu fix: \key "D"
329         - \hoffset
330         - started new NEWS file 
331         - lots of stepmake hacking
332         - aclocal.m4 copied from stepmake
333         - ly2dvi 0.12
334         - build the doco from the source tree.
335         - include website in RPM
336