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