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