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