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