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