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