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