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