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