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