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