lilypond-1.0.19
[lilypond.git] / NEWS
blobaadb5066fd0b75f8d4111ae47989100736829b84
1 pl 18.uu1
2         - gcc 2.7 fixes
4 pl 18
5         - dictionary.hh fix
7 pl 17.jbr1
8         - stepmake/stepmake/bin/package-zip32.sh: Updated configure statement
9           and modified win32 specific distribution file names to match
10           pl 16.hwn1 changes.
11         - scripts/ly2dvi.py: Modified search paths to match the new lilypond
12           installation tree.
13         - scripts/convert-mudela.py: Remove the an existing backup file
14           before renaming original.  This is a WIN32 Python requirement.
15         - Documentation/ntweb/index.html: Updated documentation to match
16           new lilypond installation tree.
17         - lily/main.cc: Fixed LILYPONDPREFIX search paths.
19 **********
21 pl 17
22         - fixed RPM building.
24 pl 16.hwn1
25         - ridiculous slur dims fixed.
26         - ly2dvi32.py -> ly2dvi.py, ly2dvi.sh -> ly2dvi-old
27         - use re iso. regex for python stuff.
28         - bf: mudela-book.py
29         - updated install directions.  Made lilypond-login for csh
30         - bf: installdirs of MF stuff
31         - Dictionary implementation using hash tables (LilyPond is 3% faster)
32         - Cache [non]group_l_arr () calls in translator-group.cc (LilyPond is 4% faster)
34 pl 16.uu1
35         - debian URLs, make/stepmake.make  patch
36         - further debian fixes.
37         
38 pl 14.tca1
39         - partitas
40         - prall{mordent,prall} patch.
42 ******
43 pl 16
44         - read property ydirection and tieYDirection for tie direction.
45         - bf: slur over rest.
46         - bf: include path
47         - part of jcn2
48         - configure --enable-guile
50 pl 15.jcn1
51         - autoconf on mf,mfont mp,mpost
53 pl 15.am
54         - Lots of patches from *Adrian* *Mariano*!
56 **********
58 pl 15
59 pl 14.hwn1
60         - \lyrics iso \lyric (mudela 1.0.7)
61         - cleaned up real_expression syntax.
62         - removed optional_semicolon nonterminal after toplevel assignment
63         - MInterval Music::time_int () -> Moment Music::duration ()
64         - junked Music_iterator::daddy_iter_l_
65         - junked Sequential_music::offset_mom_
66         - tempo compression:
67                 * syntax: \times 2/3 Music
68                 * Compressed_music, Compressed_music_iterator
69         - flower: init rational to 0
70         - flower: removed P?Cursor<>::P?Cursor (), using pointer iso ref now.
71         - don't install into TeX, but into ${datadir}/{mf,tex,ly} (todo: ps)
74 *********
75 pl 14
77 pl 13.uu1
78         - syntax for \translator: (\name  "Name")
79         - bfs for footer
80         - bf: init/{book,center}-fragment.ly, YODL nofooter stuff. 
81         - bf: redeclaration
82         - bf: doc fixes
83         - bfs: egcs 1.1
85 pl 13.mb1
86         - bf: Lookup::afm_find, the width was undefined for the feta fonts.
87         - bf: refman.yo
89 pl 13.jcn5
90         - bf: init/paper* missing `;'
91         - lilyponddefs.ps fixes
92         - crude output name fix, see scores.cc
94 pl 13.jcn4
95         - some ps output fixes
96         - lilyponddefs.ps: some sane implemenations
97         - removed (some) ghostscript internals
99 pl 13.jcn3
100         - PostScript output version 0.0; do
101               export GS_LIB=$HOME/usr/src/lilypond/tex
102               export GS_FONTPATH=$HOME/usr/src/lilypond/mf/out
103               make -C mf pfa
104               lilypond -t example-1  # or try: lilypond -t twinkle :-)
105               gv lelie.ps
106         - ps:
107           * lots of output fixes, chars, strings
108           * tex/lilyponddefs.ps: added rather braindead defs
110 pl 13.jcn2
111         - tex/lily-ps-defs.ps (./tex?)
112         - grand output rehack
113           * dropped {dimen,tex}.{cc,hh}
114           * {ps,tex} stuf to {Ps,Tex}_lookup
115           * init/table*.ly: added #parameters
116         - ps fonts:
117           * ps-to-pfa.py generates valid type-3 fonts
118           * do: make -C mf pfa
119           * set: GS_FONT=GS_FONTPATH=$HOME/usr/src/lilypond/mf/out
121 pl 13.jcn1
122         - crude postscript type 3 font: 
123            make sure to have mfplain.mem metapost precompiled macros
124            make -C mf ps
125            gv out/feta20.sp
127 ********
129 pl 12.mb1
130         - bf: feta-timesig.mf Added horizontal space, minor corrections.
131         - Changed meaning of Staff.timeSignatureStyle:
132                 C       Use C and stroked C for 4/4,2/2
133                 old     Use old style mensuration marks
134                 1       Use single number
135                 Cn/m    Set symbol explicitly, n/m=2/2 or 4/4   
136                 oldn/m  Set symbol explicitly, n/m=2/2,3/2,3/4,4/4,6/4 or 9/4.
137           All other time signatures are typeset with the default two-digit
138           layout.
139                 
141 pl 12.jcn2
142         - Lookup abstract base class
143         - Lookup/Symtable(s): separation of input/output
145 pl 12.jcn1
146         - preparations for braindead PostScript output
148 pl 12.hwn3
149         - praeludium-fuga-E to relative mode
150         - bf: mudela-mode.el
151         - bf: BIBINPUTS
152         - more dutch glossary + explanations
153         - table-to-html fixes
154 pl 12.hwn2
155         - bf: mymycode in .yo
156         - VERSION to out/
157         - add VPATH to mutopia
158         - access_Identifier (bool): (non)copy arg now explicit.
159         - bf: lilypond-latex.tex
160   
163 pl 12.hwn1
164         - \remove "Engraver_type";
165         - \output "bla" -> output = "bla" (mudela 0.1.6)
166         - \property defaultclef -> \property defaultClef
167         - naming of access_{Engraver,Performer,Translator_group} ()
168         - changed syntax for \translator in \paper{} (mudela 0.1.6)
169         - declared contexts:
171                 StaffContext = \translator { .. }
172                 \translator { \StaffContext }
174         - elt_b -> elem_b
175         - bf: add Separating_line_group_engraver to RhythmicStaff.
178 pl 12.am1
179         - large doc patch, ChoireStaff -> ChoirStaff
181 *******
182 pl 12
184 pl 11.uu2
185         - added Transposed_music for mixing transposition and relative 
187 pl 11.jcn1
188         - bf: config.make striproff
189         - texinfo
190 pl 11.mb2
191         - feta-timesig.mf: Added some flesh on C and C2,
192           added old-style mensuration marks.
194 pl 11.mb1
195         - Added feta-timesig.mf, font for C and alla breve.
198 pl 11.uu1
199         - new \property: meterSignatureStyle for C and C2 time sigs
200         - bf: BIBINPUTS
201         - stepmake 53
202         - bf: gif vs. png stuff
204 *******
205 pl 11
207 pl 10.uu2
208         - plet-spanner fix. 
209         - large doc patch (thanks Adrian)
211 pl 10.jbr1
212         - aclocal.m4, stepmake/aclocal.m4: Choose specific python
213         - stepmake/bin/release.py: Use the same python calling process
214         - make/lilypond-vars.make: PATH should not use PATHSEP.  It is fine 
215           to hard code it to `:' on both Windows NT and UNIX.
216         - stepmake/bin/package-zip32.sh: Perform configure with a specific
217           python, ie cygwin32 python on Windows NT
219 pl 10.uu1
220         - junked \octave
221         - marginBreakPriority, direction==LEFT
222         - mf-to-table NT fix (JBR)
223         - createKeyOnClefChange property
226 pl 10.jcn1
227         - mf-to-xpms for Harmonia
228   
229 pl 9.jbr1
230         - scripts/convert-mudela.py: We must close infile and outfile before
231           a rename occurs.  NT Windows locks open files.
232           stepmake/bin/package-zip32.sh: renamed all python bins to:
233           <filename>.py in NT Windows distribution.
236 *********
237 pl 10
239 pl 9.jcn1
240         - started gnuisation of website
241           * filetype and size
242           * 'no gifs due to patent problems'
243         - bumped stepmake version nr (again):
244           please update stepmake/VERSION after making changes to stepmake...
245   
246 pl 9.hwn1
247         - do default midi,paper by toplevel \paper / \midi (mudela 1.0.4)
248         - bf: error if no Score context
249         - notename table now can be declared as well.
250         - junked \clear
252 *********
253 pl 9
254         
255 pl 8.uu1
256         - junked \staff, \multi
257         - bf Music_list::Music_list (Music_list const&)
258         - AC_SUBST(PATHSEP,DIRSEP)
259         - generate Documentation/tex/out/*.bib (AM)
260         - a4 fixes (AM)
261         - bf: metafont-*.make
262         - parser.yy: intlist mods. (mudela 1.0.2)
263         - \melodic -> \notes (mudela 1.0.3)
264         - typo: calcalute_dependencies ()
266 pl 8.jcn3
267         - gif -> png
268             * ps-to-pngs.sh
269             * stepmake
270             * website
271             * yodl-1.31.4 (to be released)
272         - target 'texinfo' -> 'info'
274 pl 8.jcn2
275         - more doco in texinfo (with yodl pl3)
276         - bf's: package-diff
278 pl 8.jcn1
279         - removed tutorial from texinfo, yodl2texinfo is still rather broken
280         - bf: setlocale NUMERIC to 'C'
281         - removed ugly space from print-dimen
283 *******
284 pl 8
285         - make website fixes.
287 pl 7.jcn1
288         - minor stepmake/yodl fixes
290 pl 7.uu1
292         - changed separator in vocabulary
293         - added barAlways and defaultBarType properties.
295 pl 7.hwn1
296         - changed header format.  Use a + for concatenation.
298                 \header { key = "concat" + "string" }
299         
300         (mudela 1.0.2)  
301         - allow computed properties in translator definition
303                 GrandStaff = \translator {
304                         minVerticalAlign = 1.5\staffheight;
305                         ..
306                 }
308         - Music inheritance. Datastructure and parser now follow this grammar
310                 Music_list:
311                         | Music_list Music
312                         ;
313                 Simultaneous_music: '<' Music_list '>'
314                         ;
315                 Sequential_music: '{' Music_list '}'
316                         ;
318         - bf: Item::do_unlink () don't iterate on attached_span_l_arr_,
319 because it is changed by Spanner::set_bounds () (thanks Thomas)
320         - bf: URL Documentation/index (thanks EP)
321         - bf: twinkle.ly (thanks EP)
322         - bf: mi2mu (thanks Murray)
323         - bf: mudela-book --dependencies
324         - split LaTeX and TeX stuff
326 pl 7.tca1
327         - more Partita's 
329 pl 7.jbr1
330         - aclocal.m4,make/lilypond-vars.make: added PATHSEP as AC_SUBST to  
331           help support Windows NT doco build.  
332           Documentation/ntweb/index.yo: minor spelling changes
335 *************
336 pl 7
337         - refman updates by Adriano Moriano.
340 pl 6.jbr2
341         - scripts/ly2dvi32.py: Fixed bug with lily input including multiple
342           files.  Also, we now stream out lilypond log one line at a time
343           for better feedback.
345 pl 6.jbr1
346         - scripts/ly2dvi32.py: Added some doco, add postscript option, set
347           MFINPUTS along with TEXINPUTS, modified initialization sequence. 
348           Made some Python style changes per Han-Wen suggestions.
349         - Documentation/man/ly2dvi32.yo: Added a manpage for ly2dvi32.
350         - stepmake/bin/package-zip32.sh: Added doco distribution.  Removed
351           the installation directory after zip operation.  
352         - Documentation/ntweb/index.yo: LILYPOND -> LILYPONDPREFIX and 
353           comments about MiKTeX-1.11.
355 pl 6.tca1
356         - First movement of Partita II (BWV 826) in 
357           mutopia/J.S.Bach/Cembalo-Partitas. Lilypond output was so
358           beautiful that I'll have to write the rest of the partita.
360 pl 6.uu2
361         - mudela-book.py --dependencies
362         - more doc fixes (AM)
363         - warn if declaring a keyword.
364         - \grouping 4 2*3; now accepted.
365         - patches to standchen.ly
367 pl 6.uu1
369         - mudela-book handles \input now
370         - vocabulary fixes by Adrian Moriano
372 ********
373 pl 6
374         - largish rehack:
375           * Super_element is now an `abstract' class,
376           * Paper_score directly contains one Line_of_score.  The
377         breaking/postprocessing/deletion is mixed with the output phase.
378           * Hopefully this will save memory for large scores. (benchmarks, anyone?)
379           * bf: Horizontal_vertical_group_item::do_unlink () should call
381         Axis_group_item::do_unlink ()
383         - changed LILYPOND to LILYPONDPREFIX
384         - added tfm and dvi target for mf/
385         - reincluded english.ly
386         - doc fixes (thanks, Adrian Moriano)
387         - doc fixes.
388         - mf: ex height added.
390 pl 5.mb1
391       - Mudela 1.0.1: Changed \accidentals -> \keysignature
392       - Identifiers can be used in textual scripts:
395         tempoString="Allegro molto assai";
397                 [...]
399         c^\tempoString 
403 pl 5.jbr2
404         - aclocal.m4,config.h.in,flower/file-path.cc: Added PATHSEP and 
405           DIRSEP to configuration to support windows style path and pathlists.
406         - stepmake/bin/package-zip32.sh,stepmake/stepmake/package.make:
407           zip target now calls package-zip32.sh which creates winnt 
408           binary distribution zip file. xzip target continues to use 
409           package-zip.sh for Jan's cross-compiled version.
410         - lily/main.cc: Added a search for LILYPOND environment variable to
411           better facilitate binary distributions. 
412         - Documentation/README-W32.yo: Updated information on running lilypond
413           on winnt.
414           
417 pl 5.jcn1
418         - (step)make fixes from yodl
419         - minor doco fixes
420         - bf: patch in website after 'make release'
422 pl 5.jbr1
423         - Documentation/ntweb/Makefile: Used absolute url for LilyPond Homepage
424         - Documentation/ntweb/index.yo: Minor mods per Jan's suggestions
429 *************
430 pl 5
432 pl 4.jcn1
433         - texinfo docs, lots of yodl TODO
434         - junked some makefiles
435         - ntweb: use BLURB
436         - bf: pletvisibility 
437         - adaptions for yodl-1.31.2's automatic texinfo conversion 
438         - reinclude of 1.jcn2:
439                   - renamed -alto -> viola
440                   - bf: avant-gardish six preludes
441                   - bf: ly2dvi warnings
443 pl 4.jbr1
444         - stepmake/stepmake/install-outfiles.sub.make: fixed typo
445         - scripts/GNUmakefile: add ly2dvi32 to installation list and fixed
446           included executable-targets.make to facilate installation of scripts
447         - Documentation/ntweb: Fixes to nt web page and added topdoc like
448           automation.
450 *********
451 pl 4
452 pl 3.mb2
453         - Changed text script alignment: center -> left
454         - TeX commands counts as one character when calculating
455           the length of a Text_def
457 pl 3.jbr2
458          - Documentation/topdocs/index.yo: Added link to NT dist page
459          - Documentation/ntweb/: Added Makefile and index.yo to build the
460            NT dist page
462 pl 3.hwn1
463         - stepmake hacking
465 pl 3.uu1
466         - stepmake MAKEFILES -> STEPMAKE_TEMPLATES
467         - count \texcommands in tex string
470 pl 3.jcn1
471        - bf: website: empty toplevel readme's
472        - bf: xs4all (again?)
473        - can't administer ftp site now: put patch into website
476 pl 3.jbr1
477         - stepmake/stepmake/Executable_targets: UNIX cross-compile doesn't
478           work with $(DOTEXE) on source of install command.
479         - stepmake/Generic_targets: creating multiple dirs with mkdir 
480           requires -p option
481         - scripts/ly2dvi32.py: General and Winnt specific fixes
484 *********
485 pl 3
487 pl 2.uu1
488         - solaris 2.6 compile/make website fixes.
489         - rm'd WWW.make
490         - stepmake .43
491         - pcnov095.win.tue.nl -> ftp.cs.uu.nl
492   
493 pl 2.hwn1
494         - mi2mu naming of track output
495         - bf: do key restore sign only once
496         - ly2dvi32 preliminary version (JBR)
497         - bf index.html link
498         - bf mudela-book.py
501 **********
502 pl 2
503         - scalar compile stuff
504         - bf install directory
505         - YODL note
506         - GUI faq update
507         - bf ly2dvi
508         - stepmake split:  Po.make
509         - make check target
510         - dist AFMs and manpages
511         - split up mudela.yo in glossary.yo, tutorial.yo and refman.yo
513 pl 1.jcn1
514         - www.digicash.com www.xs4all.nl
515         - fake msgfmt
516         - make uninstall fixes
518 pl 1.jbr2 - aclocal.m4,stepmake/aclocal.m4,stepmake/stepmake/Variables.make:
519             Support install target for unix, unix cross compile, and 
520             Windows NT
522 pl 1.jbr1 - stepmake/stepmake/Executable.make: DOTEXE was missplaced
523           - scripts/convert-mudela.py: program_id should write to stderr
525 **************
526 pl 1
527         - mi2mu fix: \key "D"
528         - \hoffset
529         - started new NEWS file 
530         - lots of stepmake hacking
531         - aclocal.m4 copied from stepmake
532         - ly2dvi 0.12
533         - build the doco from the source tree.
534         - include website in RPM