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