]> git.donarmstrong.com Git - lilypond.git/blob - NEWS
patch::: 1.1.38.tca1
[lilypond.git] / NEWS
1 --- ../lilypond-1.1.38/NEWS     Tue Apr  6 10:26:06 1999
2 ++ b/NEWS       Thu Apr  8 18:12:05 1999
3 @@ -1,3 +1,8 @@
4 pl 38.tca1
5         - added scm/accordion-script.scm and update ly/accordion-defs.ly
6         - renamed some accordion symbols to make them more english and less
7           norwenglish. 
8         - removed dot from \accBayanbase
9  pl 37.script2
10         - bf: AFM for BlueSky AFM files.
11         - \penalty = 4278 -> \penalty 4278pl 38.uu1
12         - bf: clef_8
13         - bf: barnumbers.
14
15 ********
16 pl 38 (april 6)
17 pl 37.script2
18         - bf: AFM for BlueSky AFM files.
19         - \penalty = 4278 -> \penalty 4278
20         - URG!! fixed major (unnoticed) bug in dependency engine
21         - Further Script hacking:
22           * G_script_column
23           * G_script_column_engraver
24
25   pl 37.script1
26         - major Script rehack:
27           * G_stem_staff_side_item
28           * G_script
29           * G_script_engraver
30           * G_script_req
31         - junked Text_def, changed \property textstyle -> \property textStyle
32 (todo -> convert-mudela)
33         - Line_of_score is an Axis_group_element, no more overlapping
34 lines, hopefully.
35         - mf: whole diamond head tweak 
36   
37 pl 37.mb2
38         - Added property clefStyle: "" / "transparent" / "fullSizeChanges"
39         - New example: input/test/incipit.ly
40         - Documented clefStyle and restStyle in refman.tex
41         - Partial bug fix: octaviated clefs. Still broken!!!
42
43  
44 pl 37.mb1
45         - Added property restStyle. 
46         - mensural 4th, 8th and 16th rests.
47 pl 37.uu1
48         - FreeBSD bf
49
50 ****
51 pl 37 (march 30, 1999)
52         - note head styles, see input/test/noteheadstyle.fly
53           * \property noteHeadStyle:
54           * diamond note heads (probably really ugly)
55           * cross note head.
56           * harmonic head (mf sources were tweaked)
57           * transparent for no \heads
58           * \property noteHeadStyle ="" for normal heads.
59
60 pl 36.mb2
61         - bf: timeSignatureStyle
62         - Added dynamic fz (forzando) to Lilypond
63         - bf: N.W.Gade, sfz -> fz
64
65 pl 36.hwn1
66         - debian fixes.
67         - don't insert extra alignment space for empty stuff.
68         - Align_element derives from Axis_group_element
69         - junk cruft for detecting upbeam / downbeam.
70         - junk all *{horizontal,vertical}* Score_element derived classes.
71         - G_staff_side_item::padding_f_ now generic property.
72         - some tweaking of beam & stem. 
73         - junk pointerlist in Sources
74         - junk Stem::mult_i_, Stem::beam_gap_i_, G_staff_side_item::padding, 
75         Bar::at_line_start_b_, Key_item::c_position_, Note_head::type_str_,
76         Note_head::staff_size, Stem::xdir_
77         
78 pl 36.mb1
79         - bf: N.W.Gade
80
81 **************
82
83 pl 35.uu1
84         - more memory tweaks: don't do Score_element::line_l () when deleting lines.
85         - more generic properties.
86         - change ridic. dims assert into warning.
87         - tex/ midi fixes (thanks, Mats).
88         - bf: don't crash when no Stem_infos are set.
89         - extender-spanner simplification
90         - working MIDI chords (Thanks Dscho)
91
92 pl 35.jcn1
93         - some ps fixes
94
95 ************
96 pl 35
97
98 pl 34.hwn2
99         - "Lily Was Here" is def'd as \mudelatagline, override with
100         \header { tagline = "... " ; }
101         - \property currentBarNumber: set
102         current bar number.
103         - \property postBreakPadding: tune extra
104         space padding after linebreaks.
105         - \property textEmptyDimension: disregard script text
106         dimensions (untested)
107         - \property staffLineLeading: set the staff space
108         - adjustable staff space size (per staff)
109         - Staff_symbol_referencer as base class for elements that use
110         info of the staff symbol.  \property numberOfStaffLines also works  OK
111         with ledger lines. (Is that useful? dunno.)
112         - warning  if someone does \translator with no name
113         - junk Item::breakable_b_
114         - junk PointerList<Music*>, use Killing_cons
115         - bf: Auto_beam_engraver.
116         - bf: mmrest engraver.
117         - use callbacks for Dimension_cache.
118         - lots of small cleanups. Junk various members of
119         Score_element & derived classes:
120           * Item::original_l_,
121           * Spanner::original_l_,
122           * Score_element::transparent_b_,
123           * Item::break_priority_i_,
124           * Item::break_status_dir_,
125         - merge Score_priority_engraver / Score_horizontal_align_engraver
126         - Use more generic element properties. 
127         - precompute SCM symbols. 
128         - remove_elt_property (): Try to junk an element property, if not
129         needed anymore.
130
131
132
133 pl 34.uu1
134         - more PointerList junkings.
135         - MIDI bugfix.
136         - be more conservative with Dicts/Hashes mem usage
137
138 *********
139 pl 34
140
141 pl 33.uu2
142         - some performance cleanups: junked PointerList instance, plugged some leaks.
143         - style -> fontname now in scheme.
144         - minor Score_element brainsurgery:
145                 * generic element properties.
146                 * junked Score_element::junk_links, Score_element::unlink
147                 * junked Directed_graph_node as superclass of
148 Score_element, this should reduce mem usage a bit.
149
150 pl 33.jcn2
151         - fixed autobeamer's beam->unlink ()
152
153 pl 33.jcn1
154         - allow autobeaming according to duration iso (crude) multiplicity
155
156 pl 33.jbr1
157          - change my email address
158          - Windows platform does a cp -r instead of a ln -s
159
160 pl 33.uu1
161         - bf: ^ and _
162         - junked poor man's dynamics.
163
164 *********
165 pl 33
166
167 pl 32.mb1
168         - bf: \> and \< were interchanged!!
169         - Added property: textScriptPadding
170         - Changed copyright text on the Gade score.
171
172 pl 32.uu1
173         - really include Gade score now.
174         - fixes: install-[out-]targets, INSTALLATION_[OUT_]SUFFIXES
175         - install TFMs in separate dir.
176 pl 31.hwn3
177         - Span_bar bugfix (there you go, Mats).
178         - bf: Score copy ctor (-> bf declaring score)
179         - new Tie behavior: only tie identical pitches, switchable with
180 oldTieBehavior
181         - junked cautionary_b_ from Musical_pitch
182
183 pl 32.jcn1
184         - set-lily: set weird locale links for $LILYPONDPREFIX 
185
186 **********
187 pl 31.mb2
188         - Added example: "Imellan Fjeldene" by Niels W. Gade.
189         - bf: don't attach staff margin text to clef changes within the
190         lines. (Still not perfect: no text when a clef change happens
191
192 pl 31.hwn2
193         - be somewhat lazy in break/object multiplication.
194         - print # elements for memory usage impression (try  -t)
195         - Paper_score cleanup
196         - junked various Pointer_list instances. Executable now is smaller.
197         - junked various cruft
198         - merged do_substitute_dependen{t,cy} to
199 do_substitute_element_pointer ()
200         - more parser cleanup
201         - Interval uses Drul_array
202         - bf: I've been drinking too much
203         - delete break helpers before object breaking/multiplication.  Try
204 to save some memory.
205   
206 pl 31.jcn4
207         - bf: toplevel install, kpsewhich
208         - sm 71, require yodl-1.31.11
209         - fix: slur macros
210         - bf: info in rpm, if available
211         - fix: rat != float
212         - bf: slur-follow-music
213
214 pl 31.uu1
215         - config.make: include GUILE_LDFLAGS
216
217 ******
218 pl 31 (feb 16)
219
220 pl 30.jcn1
221         - sm fixes, intl/ fixes
222
223 pl 30.mb1
224         - Added support for magnification of TeX fonts ==> 
225           larger dynamics in 20pt scores. (Doesn't work in Postscript)
226
227 pl 30.hwn1
228         - Debian patches (thanks, Anthony)
229         - Italian support (thanks, Maurizio)
230         - parser cleanup
231         - minor chord.cc cleanups.
232         - bf: \rc \rced 
233         - hara kiri doesn't do suicide with normal rests.
234         - Hara_kiri_vertical_group_spanner generalised
235         - extender engraver rewrite, now __ is like ~ [] |, ie. in between
236 notes/lyrics.
237         - lyric engraver now engraves only single voices.  Use
238 separate LyricVoices to get stacked lyrics.
239         - bf: bar(Non)Auto first barline  
240         - barAuto -> barNonAuto
241
242
243 *******
244
245 pl 30 (feb 15)
246
247 pl 29.uu1
248         - typewriter font
249         - star-spangled-banner bf (slur.cc).
250
251
252 pl 29.jcn3
253         - fix: slur-case3.ly 
254         - init.sly: .fly with linewidt=-1
255
256 pl 29.jcn2
257         - resurrected ps output
258
259 pl 29.hwn1
260         - bf: coord relative to self.
261         - bf: error msg if no AFM found
262         - bf: hang script on bar in other axis too (fixes staff-side-slur bug)
263         - hang on scripts on clef as well (more to left for single staffs)
264
265
266 pl 29.jcn1
267         - bf: volta sizes
268         - GNU stuff on home page
269
270 *******
271 pl 29
272
273 pl 28.hwn1
274         - bf: mid measure clefs (breakable  items in non-breakable columns.)
275         - spanner.cc assert changed to warning
276         - (c) 1998 -> 1999 search replace.
277
278 pl 28.jcn1
279         - new outline TODO + .emacs setup
280 *******
281 pl 28
282 pl 27.hwn2
283         - un-SMOB Atom.  Cons and Killing_cons as simple cons replacements.
284
285 pl 27.jcn5
286         - outline TODO
287
288 pl 27.jcn4
289         - measure-end hinterfleish patch
290         - input/test/coda-kludge.ly
291         - bf: volta-number placement
292         - volta: support for "1.-2."  "3"
293  
294 pl 27.jcn3
295         - bf's: zero-length repeats
296         - Auto beamer:
297           * turned on by default
298           * input/test/auto-beam*.ly
299           * support for time-defaults
300         - Chords:
301           * input/just-friends.ly
302           * ChordNameContext
303           * bf's: chord mode: accept STRINGS, rests
304           * bf's: banter_str
305         - new bool \property Score.barAtLineStart
306
307 pl 27.hwn1
308         - global ctors
309         - read lily.scm before all .lys
310         - Link_array derives from Array<void*>
311         - search repl: Array<X*> -> Link_array<X>
312         - junked most static casts
313         - revamped Atom / Molecule: Molecule now is the public interface.
314 Atom is a GUILE smob. Guile takes care of allocation and list stuff.
315         - bar scripts on score bars (there you are, Mats)
316         - :||: span bar fixed
317         - using generic ledger lines now (regenerate fonts!)
318         - refman updates (Thanks, Adrian!)
319         - Molecule::operator = (), Molecule::do_center ()
320         - junked Span_score_bar, Score_bar, Staff_bracket, Piano_brace. Folded functionality into Span_bar
321         - textstyle property for textual scripts.
322         - lookup cleanups (time_signature, text, stem, junked extender, filledbox, simple_bar)
323         - junked obsolete TeX stuff.
324         - ly2dvi-testpage.ly
325         - only make AFMs for feta[0-9]+.mf
326         - using strings for abs loudness.
327
328         
329 pl 27.jcn2
330         - grand renaming: Duration vs Moment / Rational
331
332 pl 27.uu1
333         - extra beam warning
334
335 pl 27.jcn1
336         - complete redo of chord and chord name code
337         - small fixes
338
339 *************
340 pl 27 (feb 3)
341
342 pl 26.uu1 
343         - make TFMs too. 
344         - bf: dynamics.  (Don't hang on spanner!)
345         - read TFM before AFM.
346         - fix din-MF stuff (UGH)
347
348 pl 26.jcn4
349         - Chord: handle all chord stuff; lots of chord fixes
350         - bf: Chord-name-engraver: find tonic
351         - bf: my-lily-parser: get_chord
352
353
354 pl 26.jcn3
355         - bf's: spring spacer end of measure
356         - bf: tie/slur rods (dankje, lieverd)
357         - bf's: intl/ compile, install, uninstall
358
359 pl 26.jcn2
360         - enforce {slur,tie}_x_minimum (urg, paper vars?)
361         - tie listens to tieydirection/ydirection
362         - bf: tie placement
363
364 pl 26.jcn1
365         - tutorial fixes
366         - bf: OrchestralScore should do hara-kiri..
367         - bf: makeinfo: 
368           - info in rpm again 
369           - update to yodl pl10, yodl2texinfo fixes
370           - use --force, .info should always be generated
371
372 *********
373 pl 26 (feb 1, 99)
374
375 25.jcn2
376         - bf: staffside axis init
377         - bf: staffmargin stuff.
378         - Timesig C fixes
379
380
381 pl 25.uu2
382         - junked Scarlatti clef
383         - fixed clef^8
384         - Interpretation_context_handle is interface to interpretation context 
385         - Staff_switching_translator: automatic staff switching for Piano staffs.
386
387 pl25.jcn1
388         - volta-spanner: junked dot_p_; not so handy after all: kerning??
389         - feta-nummer: added : ,-.
390         - volta/tuplet thickness
391         - bf: scs-paper
392         - bf: ".|", and bar-thicknesses
393
394 pl 25.uu1
395         - bf: default duration is 4
396
397 **********
398 pl 25
399
400 pl 23.ms2
401         - property noteheadStyle
402         - first attempt to make harmonics : see input/test/harmonics.fly
403
404 pl 23.ms1
405         - sinfonia.ly: several fixes
406         - dynamics
407          * increased range pppppp to ffffff
408          * added sp, spp, sff, rfz
409          * example see input/test/tchaikovsky.ly
410          * updated dynamics in refman
411
412
413 pl 24.jcn2
414         - website fixes
415         - bf's: chords:
416           * reverted c1*2, collides with \times {}
417           * should use: c\breve, c\longa for long chords
418           * addition: c-9, subtraction: c^5
419           * multiple -add, ^sub: c-7+.9-^3.5
420         - bf: lyric chord
421         - bf: lookup text height
422         - bf's: autobeamer
423
424  pl 24.jcn1
425         - bf: rest collisions
426         - separate tfm-reader
427         - bf: :|: should not have thin lines
428
429
430 pl 24.mb1
431         - bf: Correct units now used in the .afm files.
432
433 ******
434
435 pl 24, Hacking Apart Together (Jan 25)
436
437 pl 23.jcn9
438         - bf's: preludes-* (found a \meter and \transpose c`` there!)
439         - bf: ly2dvi: don't barf on 'linewidth = -1.;'
440         - bf: lily-version
441
442 pl 23.jbr1
443         - scripts/ly2dvi.py: Windows 95 shell does not support redivrection 
444           of stderr.  We now distribute ash and use it when needed.
445         - stepmake/bin/package-zip32.sh: distribute ash, and guild ice-9/
446           directory.  We build and distribute manpages in html format instead
447           of text format.
448         - Documentation/ntweb: Updated doco and now distributing as a self
449           extracted binary with install script.
450
451 pl 23.hwn4
452         - bugfixes
453         - changed All_font_metrics to do TFM as well.
454         - changed init/ to ly/
455
456 pl 23.jcn8
457         - tfm reader; revamped code from fontutils-0.6
458
459 pl 23.hwn3
460         - {Bar numbers|staff margin stuff|marks} fixed using
461 Bar_script_engraver as base class
462         - bf: PS points != Lily \pt 
463         - junked Bar_column_engraver
464         - junked Text_item and some old files.
465
466
467 pl 23.jcn7
468         - bf: piano-brace size (veels te simpel: kruis vingers tegen reject)
469         - crude autobeam stuff in mi2mu
470         - brevis, longa chords: c1*2,*4
471         - mutopia/E.Satie/petite-ouverture-a-danser.ly
472         - prop: voltaVisibility
473         - more cello-suite-ii fixes:
474           * nice repeats
475           * removed all beams ifo auto-beamer
476         - bf's: autobeam
477         - junked dur2real; beamAutoEndx now as rational string: "1/2" 
478
479 pl 23.hwn2
480         - _8 clef 
481         - junked #args symtable def.
482         - junked Text_item.
483         - moved Bar assembling into LilyPond
484         - junked symtables reads
485         - Lookup cleanups
486         - junked Symtable from init/table*
487
488 pl 23.hwn1
489         - revamped Scarlatti K3-L378
490         - some more doco
491         - use interning/SCM for Scopes
492         - hanging on now works for breakables too.
493
494 pl 23.jcn6
495         - chord fixes; notemode chord syntax changed: @c@ @c-7@
496         - fixed cello-suite ii
497         - bf's: auto-beamer; but nasty bug remains: input/bug/auto-beam.ly
498         - bf: extender
499         - (bit ugly) fix for lyric-chords
500         - fixed repeats (dankjewel lieverd)
501           * input/twinkle.ly
502           * input/star*.ly
503
504 pl 23.jcn3
505         - succussfully removed []s from wtk1-fugue2.ly
506         - bf + smarter autobeamer
507
508 pl 23.jcn2
509         - mi2mu: d-minor: des->cis, g-minor ges->fis
510
511 pl 23.mb1
512         - bf: Position and possible SIGSEGV in Mark_engraver
513         - Added padding support in G_staff_side_item
514         - bf: Correct direction of textual scripts. 
515         - bf, lookup.cc: Fewer warnings about missing text styles. 
516              Same units used in all .afm files.
517
518 pl 22.jcn5
519         - auto-beaming v0: input/test/auto-beam.ly
520
521
522
523 ***********
524
525 pl 22.jcn4
526         - bf's: repeat-engraver; \bar "|:", ":|" now deprecated for repeats
527         - bf: :|, |:
528         - property barAlways changed to boolean (0/1)
529         - added boolean property: barAuto
530
531 pl 22.jcn3
532         - bf: mmrest
533
534 pl 22.jcn2
535         - updated mi2mu
536         - bf: multi-measure-rest (input/test/m.ly)
537         - half fix for staff-margin-engraver
538
539 pl 22.jcn1
540         - bf's: cross-staff slur
541         - bf: gnossienne-4
542 pl 22.tca1
543         - buxfix, \mudela{ \times 2/3{ ...} } works now
544
545 ******
546   
547 pl 22
548         - fixed "already have a Beam" error
549
550 pl 21.jcn2
551         - gnossienne: hmm, how to 
552           * undisplay bars
553           * don't put 'grace notes' in beam
554           * put separator between  "] \translator Staff=x" 
555
556 pl 21.jcn1
557         - gnossienne-4.ly (start of)
558
559 pl 20.jcn2
560         - mutopia fixes; see preludes-1.ly for cross-staff beams and slurs
561         - bf: broken interstaff slur
562         - sm66: check for gmake
563
564 *******
565 pl 20.jcn1
566         - interstaff slurs v0: preludes-1.ly
567         - warnings for silly interbeam settings
568
569 pl 20.hwn1
570         - inclusion of WIP article about LilyPond.
571         - L.Mozart sinfonfia
572         - bf: [c8 [c8 c8]
573
574 ********
575 pl 20
576
577 pl 19.jcn5
578         - interstaff beams v0: see beam-interstaff.ly and wtk1-fugue2.ly
579
580 pl 19.jcn4
581         - new stem/beam parameters
582         - bf: forced stem shorten
583
584 pl 19.jcn3
585         - dehairification of beam code; cleanup and bugfixes
586           * stemlength
587           * forced stem shorten
588           * slope calculation
589           * damping and correction
590           * catch for silly beams: input/test/beam-suspect.ly
591
592 pl 19.jcn2
593         - multi-measure-rest is now spanner SkipBars=0 is broken
594
595 pl 19.jcn1
596         - hmm, almost centered whole-bar rests -- NOT
597
598 ********
599 pl 18.jcn5
600         - bf: beamtrend
601         - bf: vv-duet
602
603 pl 18.mb1
604          - \mark now works, using G_staff_side_item.
605         - Improved layout of multi-bar rests, including a new
606           font symbol.
607
608 pl 18.jcn4
609         - beam length adjustments
610         - ugly beamtrend fix: input/test/beam-trend.ly
611
612 pl 18.jcn3
613         - bf: (beamed) forced stem shorten
614         - bf: broken slurs and ties; minimal slur/tie length setting ignored
615         - bf: separators on cygwin
616
617 pl 18.jcn2
618         - bf: stem-length algorithm
619         - bf: beam direction algorithm
620         - bf's: wtk1-fugue2.ly
621
622 pl 18.jcn1
623         - stepmake update
624         - small fixes: spacing.ly, wtk1-fugue2-ly, violino-viola duet.
625  
626 *******
627 pl 18 (jan 4 '99)
628
629 pl 17.jbr2
630         - Documentation/README-W32: Brought my stuff up to date
631         - Documentation/ntweb: updated for realease
632         - stepmake/bin/package-zip32.sh: cygwin-b20 changes
633         - scripts/ly2dvi.py: LILYPONDPREFIX fixes
634
635 pl 17.jbr1
636         - scripts/ly2dvi.py root is now the shared directory path not the
637           root of the lily installation.  Environment variable LILYPONDPREFIX
638           is also the path to shared directory.
639         - lily/main.cc WINNT conditional added to avoid a casting of 
640           main_prog
641
642 pl 17.hwn1
643         - bfs wtk1-fugue1
644         - spacing tweak: very widely and tightly spaced lines look
645 better.
646         - allow Beam settings to be overriden: property
647         stemLeftBeamCount, stemRightBeamCount
648         - junked Assoc, Assoc_iter
649         - junked Graphical_element::{width,height}
650         - junked Plet_swallow_engraver, Plet_engraver
651         - Command_tie_engraver -> Tie_engraver, Command_beam_engraver -> Beam_engraver
652         - naming  brew_molecule_p / do_brew_molecule -> output_processing,  do_brew_molecule_p 
653         - experimental Text_item, Staff_side
654         - junked old Beam_engraver and old Tie_engraver.
655         - AFM administration cleanup.
656         - cache brewed molecules.  Speed up ?
657         - rehacked Graphical_element, introduced Dimension_cache
658
659 ********
660
661 pl 17
662 pl 16.jcn2
663         - fix: TEMPO 4., well urg, "TEMPO 4 ."
664         - beginning of violino/violoncello (viola) duet
665
666 pl 16.jcn1
667         - resurrected po-stuff
668
669 *********
670 pl 16
671
672 pl 15.uu1
673         - dynamic fix.  
674         - junked abbrev stuff from parser.
675
676 pl15.tca1
677         - fixed verbatim option behaviour for mudela-book.
678         - added mudela-book option intertext="some text" 
679         - mudela-book now understand latex \begin{verbatim}
680   
681 pl 15.jcn1
682         - chord inversion: 
683           * enter C/E
684           * display chord names according to boolean property
685             \property Score.chordInversion; 
686
687 *********
688 pl 15
689
690 pl 14.hwn1
691         - new beam syntax: { [<c e> <c e>] }, changed in lilypond,
692 parser, lilypond (mudela 1.0.14), manual
693         - new tie syntax:  { <c e > ~ <c e > } changed in manual,  
694 parser, lilypond (Mudela 1.0.13)
695
696 pl 14.jcn1
697         - bf: get_chord C-m5-
698         - typos: chord-name
699
700 pl 14.tca2      
701         - move option proccing out of main
702
703 **********
704
705 pl 14
706
707 pl 13.hwn1
708         - tutorial fixes.
709         - junked find-quarts
710         - junked various plet goryness.
711         - preps for <c e> ~ <c e> syntax
712         - bib fixes 
713
714 pl 12.jcn3
715         - bf's: standchen
716         - added repeat, chord stuff to website
717         - bf: dashed slur
718         - hacks for barlines, dynamics
719
720 pl 12.jcn2
721         - bf: package-diff
722         - new chord syntax, again: TONIC [DURATION] ['-' MODIFIERS/ADDITIONS]
723         - shorthand prefix for note-mode: '@', no shorthand for notes in chord
724            mode...
725  
726 pl 11.jcn6
727         - bf: ly2dvi: better guess LILYPONDPREFIX: <bin>../share/lilypond
728         - chord-table; urg bugs:
729            * note-collisions
730            * accidental-placement
731         - bf: cis m (\textsharpm, urg)
732   
733 pl 11.jcn5
734         - bib entry, twinkle-pop
735         - bf's: chords
736
737 pl 11.jcn4
738
739 **********
740 pl 13
741         - mutopia stuff (thanks, Peter)
742         - bugfix : \maininput
743
744 *********
745
746
747 pl 12
748 pl 11.jcn3
749         - bf: missing triads
750         - @c @c min (* is taken, <<, <> don't work)
751         - chord-modifiers (urg, "sus" should also subtract 2...)
752
753 pl 11.uu3
754         - --safe: security paranoia: disallow untrusted \include,
755 disallow untrusted TeX code, disallow named output
756
757 pl 11.jcn2
758         - duration with chords + change:  @4 c @c7
759
760 pl 11.jcn1
761         - minor chord syntax change: *c6 iso @c6;
762
763 **********
764
765 pl 11
766
767 pl9.tca1
768         - included that missing init/mudela-book-defs.py. Added
769           one line to init/GNUMakefile to make .py-files be included.
770         - fragment and nonfragment options to override autodetection
771
772 pl 10.jcn1
773         - input/test/chords.ly
774         - \type ChordNames and chord-name-engraver.*
775         - chords mode: \chords { <c e g> @c; @d7; }
776
777 pl 10.uu1
778         - scm/ directory.  install .scm stuff too.
779         - tuplet bug fixed.
780
781 **********
782 pl 10
783
784 pl 9.jcn3
785         - property: unfoldRepeats; unfolding still broken
786         - volta spanner y-collision
787         - bf: volta number,dot placement
788         - bf's: init/table16,20
789         - small additions to init/lily.scm to enable some testing
790         - junked extra repeat braces
791
792
793 pl 9.uu2
794         - bib stuff
795         - removed \output from parser/lexer
796
797 pl 9.jcn2
798         - bf/redo: slur.cc, encompass-info: setting of encompass array.  
799         - switched tuplet-engaver off (core dumps)
800
801 pl 9.jcn1       
802         - bf (urg): no |: at start of piece
803         - bf?: text defs without width
804         - alignment absolute dynamics
805         - mutopia/opus-130.ly (excerpt, triggered by GUIDO)
806         - bf: crescendo symbol
807
808
809 pl 9.uu1
810         - added faq entry
811         - copertina (thanks Maurizio)
812
813 *****************
814 pl 9
815         - fixed \relative
816
817 pl8.tca1
818         - changes to mudela-book. Junked fragment and floating options,
819           added eps option. Options should not stay as long that you get
820           comfortable with them. ;)
821         - Also possible to define your own commands with
822           a syntax like \mudela{c d e}
823         - updated mudela-book-doc.doc
824
825 pl 8.jcn3
826         - website: gnuisation of footers
827
828 pl 8.jcn2
829         - input/test/vertical-text.ly: urg ydim of text chords
830         - bf: one set of |: :| volta per staff
831         - bf: init/table* braces + more braces
832         - try at score-volta-bracket
833
834 pl 8.jcn1
835         - bf: lyric-engraver: handle multiple requests (don't overwrite)
836         - bf: guile-config
837         - music-list-iterator
838
839 pl 8.hwn3
840         - coriolan corno 1
841
842 pl 8.hwn2
843         - more output revamping.
844
845 pl 8.hwn1
846         - Scheme output stuff
847         - tutorial fixes.
848
849 *****************
850 pl 8
851
852 pl7.jcn3
853         - bf's: spanner/volta
854         - volta-support: via Note, Bar, and Paper-column to Bar (item)
855
856 pl7.jcn2
857         - note repeats
858
859 pl7.jcn1
860         - configure/guile fixes (still no check for 1.2/1.3)
861
862 pl7.hwn1
863         - tutorial fixes
864         - tuplets over beams.
865
866 *****************
867 pl 7
868
869 pl6.jcn5
870         - repeatbars, volta-spanner work, alternative iteration still broken
871         - volta symbol
872
873 pl5.szmulewicz2
874         - more GUILE stuff.
875         - tutorial doco updates
876
877 pl6.jcn4
878         - volta-spanner
879         - repeat-engraver
880         - repeat/alternative music layout (hehe)
881   
882 pl6.uu1
883         - Doco of music iterators.
884
885 ********
886 pl 6
887
888 pl5.szmulewicz1
889         - rtti stuff
890         - bf's: lily.scm
891
892 pl5.mb1
893         - bf: array.hh, don't make copy if resized to the same size
894         - bf: feta.tex
895
896 pl5.jcn4
897         - scm additions: plet, hairpin
898         - website fixes
899
900 pl5.jcn3
901         - website fixes
902
903 pl5.jcn2
904         - extender-*, see input/test/extender.ly
905         - bf: half-beam length (urg)
906         - fixes: standchen, star
907
908 pl5.jcn1
909         - tex/lily-ps-defs.tex fixes
910         - lily.ps 
911
912 pl 5.hwn1
913         - Tuplet_engraver
914         - lily.ps fix.
915         - junked MY_RTTI stuff, simpler VIRTUAL_COPY_CONS
916
917 ********
918 1.1.5
919
920 pl4.jcn4
921         - fixes; preludes, finger
922
923 pl4.jcn3
924         - bf: text staff vertical align; see input/test/vertical-text.ly
925         - urg, scaled cmr8 by factor 4/5
926         - apart from end/begin of measure spacing urgs, stars-and-stripes.ly 
927           is rather cool
928
929 pl4.jcn2
930         - read (cmrxx)afm for text char widths
931         - tfmtoafm.sh (quite urg)
932         - alphabet.ly
933  
934 pl 4.uu1
935         - read .scm files. No need for GUILE_LOAD_PATH
936         - .ps hack.  No need for lily.ps on the printer
937         
938         (&$^@M&@^$@^&$@ Damn TeX)
939
940
941         - bf: mudela-book -> \default_paper is obsolete.
942
943 pl 3.ms1
944          - thumb-upgrade
945  
946 pl4.jcn1
947         - bf: dotted slur
948         - bf: text ssb
949         - bf: empty/unknown in ps
950
951 pl 4.tca1
952         - 40% speedup executing mudela-book on mudela-book-doc.doc
953         - change of lilypond's output filenames. Given multiple input
954           files, eg. 'm.ly y.ly', output names will now be 'm.tex y.tex'
955           not 'm.tex y-1.tex', but if m.ly containts two paper definitions
956           output will be 'm.tex m-1.tex y.tex' 
957
958 *******
959 1.1.4
960
961 pl 3.tca1
962         - accordion symbols in mf/feta-accordion.mf and
963           init/accordion-defs.ly.
964         - small changes to mudela-book and Documentation/man/mudela-book.yo
965         - mudela-book example file in Documentation/tex/mudela-book-doc.doc
966
967 pl 3.jcn5
968         - bf: dashed-slur
969         - bf: LilyIdString
970         - more star fixes
971         - repeatbar fixes
972
973 pl 3.jcn3
974         - mup-to-ly.py: version 0.0
975         - init/test/stars-and-stripes.ly (from star.mup)
976         - GrandStaffContext
977   
978 pl 3.hwn1
979         - junked musical info from key-item
980         - tutorial fixes.
981
982 pl 3.jcn2
983         - bf: font switch
984  
985 ******
986 1.1.3
987
988 pl 2.jcn2
989
990 pl 2.uu1
991         - ly2dvi.py -I fix
992         - obsoleted ly2dvi.sh
993         - removed Note_head_engraver
994
995 pl 2.hwn1
996         - scm cleanups, chop-decimal
997         - scarlatti clef.
998
999 pl 2.jcn1
1000         - commented-out Level-2 PostScript in lily.ps (J. Buehler)
1001         - moved tex/*.ps to ps/
1002         - merged lilyponddefs.ps, lily-ps-defs: tex/lily.ps
1003         - be sure to set:
1004             export GS_LIB=$HOME/usr/src/lilypond/ps
1005         - added tex and empty ps-symbols
1006
1007 pl 1.jcn4
1008         - more little website fixes
1009
1010 ********
1011
1012 pl 2
1013
1014 pl 1.mb1
1015         - Support for cautionary accidentals. , i.e. accidentals 
1016           within parantheses. Syntax: 'cis?'. Try input/test/accid.fly
1017           Note that the font has changed.
1018         - bf: No unnecessary warnings about time signatures
1019         - Added optional second argument of \key. Set to \major or \minor 
1020           to get a major or minor key. Default: major.
1021         - bf: Compilation error in midi-walker.cc
1022
1023 pl 1.jcn2
1024         - fixes for htmldoc, website
1025         - silly jcn1 fixes
1026         - junked MODULE stuff from lily/GNUmakefile (again)
1027  
1028 pl 0.jcn4
1029         -set:
1030            export GUILE_LOAD_PATH=$HOME/usr/src/lilypond/init
1031         - dstream: Score_element, Column_info
1032         - -fscm debug hack: lilypond -fscm a; guile a.scm > a.tex; tex a
1033         - init/lily.scm
1034  
1035
1036 ********
1037
1038 pl 1
1039 pl 0.uu5
1040         - fixed MIDI output.
1041
1042 pl 0.jcn3
1043         - dropped stepmake/aclocal.m4
1044         - removed silly -lguile (BLA_LIBS, EXTRA_LIBS ??)
1045         - added debugging output format: -fscm
1046         - ly2dvi.py -I fix
1047         - Documentation/tex/feta.tex
1048         - doco fixes: PATCHES.yo, yodl-1.31.7
1049
1050 pl 0.uu4
1051         - Protected_scm to fixup GUILE gc
1052
1053 pl 0.uu3
1054         - more RTTI cleaning.
1055
1056 pl 0.uu2
1057         - undone type_info::before hack. (Ugh.  RTFM).
1058
1059 pl 0.uu1
1060         - more RTTI stuff: is_type_b -> type_info::before
1061
1062 pl 0.jcn1
1063 pl 17.jcn7
1064         - added: set*text, timesig, beam
1065         - guile-1.3 is fine; my egcs-1.0.2's -O2 is broken
1066 pl 17.jbr1
1067         - stepmake/stepmake/bin/package-zip32.sh: Updated configure statement
1068           and modified win32 specific distribution file names to match
1069           pl 16.hwn1 changes.
1070         - scripts/ly2dvi.py: Modified search paths to match the new lilypond
1071           installation tree.
1072         - scripts/convert-mudela.py: Remove the an existing backup file
1073           before renaming original.  This is a WIN32 Python requirement.
1074         - Documentation/ntweb/index.html: Updated documentation to match
1075           new lilypond installation tree.
1076         - lily/main.cc: Fixed LILYPONDPREFIX search paths.
1077            
1078   
1079
1080 **********
1081
1082 1.1.0
1083
1084 pl 18.exp
1085         - use C++ RTTI iso access_Xxx ()
1086         - junk Graphical_lisp_element
1087         - catalan.ly
1088
1089 pl 17.tca1
1090         - rewrite of mudela-book
1091  
1092 pl 17.ms1
1093         - added \thumb (used very often in cello music) in
1094           mf/feta-schrift.mf. 
1095         - added /input/test/thumb.ly (example)
1096
1097 pl 16.jcn1
1098         - dashed-slur through scheme
1099
1100 pl 15.jcn4
1101         - more scheme hacks
1102
1103 pl 15.jcn3
1104         - try at scheme in Atom
1105
1106 pl 15.jcn2 # rest of
1107         - graphical-lisp-element + silly half hook-up with autuplet
1108
1109 pl 17.jcn5
1110         - stepmake pl59: templatised install (see mf/)
1111         - reasonably ps/tex success (with guile-1.2):
1112           * input/kortjakje.ly
1113         - lots more scm stuff
1114         - bf: mf/mfplain.ini
1115         - stepmake pl58: guile 1.3 configure fix
1116         - working font-switch:
1117           guile-1.2 and -lreadline -ldl from 1.3 configure...
1118
1119 pl 17.jcn4
1120         - installable stepmake pl57
1121         - urg, FIXME guile-1.3: 
1122           * don't install shared libs! configure can't handle
1123           * manually add: EXTRA_LIBS = -lguile -lreadline -ldl
1124           * lily's truely broken, downgrade do 1.2
1125
1126 pl 17.jcn3
1127         - lots of stuff still broken, notably font selection, just try 
1128            a()b
1129            or so
1130         - tex output support
1131         - all output through scheme
1132         - option: f, output-format=X
1133         - geile placebox 
1134         - mf/mfplain.ini
1135
1136 pl 17.jcn2
1137         - all paper output through scheme, about half way
1138
1139 pl 17.jcn1
1140         - 16.jcn1
1141