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