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