]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
4b4c02e51040532eec2bcb5f9252478964fc0b2d
[lilypond.git] / CHANGES
1
2 1.3.36.hwn1
3 ===========
4
5 * Abstract Align_element into Align_interface. Removed
6 Axis_align_{item,spanner}, Align_element, Super_element, all multiple
7 inheritance in the backend.
8
9 * new Gade score, INSTALL.texi fixes (thanks, Mats)
10
11 * Removed Item::hpos_f (), Score_element::{get,set}_real ()
12
13 * comments detailing properties for Axis_group_interface,
14 Side_position_interface, Score_element, Item and Spanner
15
16 1.3.36.jcn3
17 ===========
18
19 * Fixed vertical dimensions of elements in dynamic line spanner by adding
20   axis-group to dynamic line spanner.
21
22 * Bugfix: line-spanner lasts always full duration of (de)crescendi.
23
24 * Bugfix: broken (de)crescendi on a dynamic-line-spanner.
25
26 * Bugfix: compilation dynamic-engraver.
27
28 * Added and updated a faq about postscript and ghostscript.
29
30 * Fixed order of slurVerticalDirection verticalDirection in
31   generic-property.scm.  Similar fixes for Stem, Tie, etc.
32
33 * Added a Text_engraver to GraceContext.  Maybe it was removed on
34   purpose: scripst on grace notes seem broken, they appear on the
35   main note.
36
37 * Bugfix: volume effect of (de)crescendi was sometimes wrong way round.
38
39 1.3.36
40 ======
41 1.3.35.hwn1
42 ===========
43
44 * textEmptyDimension changed into textNonEmpty, default: off,
45 ie. texts don't occupy space.
46
47 * Use STL map for Lookup::lookup_p_tab_p_
48
49 * Abstracted Axis_group_element into Axis_group_interface, and removed
50 Axis_group_element. This eliminates some multiple inheritance in the
51 backend
52
53 1.3.35.jcn1
54 ===========
55
56 * Added minimum-space property to Side_position_interface.  Used in
57   positioning of Volta_spanner: voltaMinimumSpace.
58
59 * Fixed and cleaned-up volta-spanner.
60
61 * Moved directional-element.cc -> directional-element-interface.cc
62
63 * Renamed all `process_requests' to `process_music', which fixes
64   midi performance.
65
66 * Fixed dimensions (more x-y interchanges) of brace, bracket and
67   volta-spanner.
68
69 * Bit half-baken fix in to get similar vertical placement of orphaned vs.
70   line-spanned dynamic elements.
71
72 * Added property bracketCollapseHeight: the minimal size of a staff bracket
73   that will be typeset.  Smaller brackets will not be displayed.  This
74   fixes the (in 1.3.x reintroduced) funny duck-beak-bracket-bug (sorry).
75
76 * Removed some dissonant chords from Coriolan
77
78 1.3.35
79 ======
80
81 * Removed Documentation/programmer directory 
82
83 1.3.34.jcn3
84 ===========
85
86 * Small enhancements to Staff_margin_engraver:
87    - by default, the marginScript left aligns the text
88    - to set the text style, use property marginScriptTextStyle
89    - to change the alignment, use property marginScriptHorizontalAlignment
90      (centred and right alignment require manual padding settings).
91
92 * Print a friendly message if the manual pages failed to build.
93
94 * Bugfix: dynamicDirection now overrides verticalDirection setting.
95
96 * Warning messages and nl.po
97
98 * Fixed vertical alignment for all dynamic items and (reluctantly)
99   reinstated old directional behaviour for orphaned dynamics.
100
101 * Finished maximumRestCount property.
102
103 1.3.34
104 ======
105 1.3.33.hwn2
106 ===========
107
108 * Print key without setting key, syntax "\key ;". General cleanups of
109 key-item.
110
111 * Add paragraph tags in HTML output of mudela-book.  Music fragment
112 don't run into the text anymore.
113
114 * Bugfix: don't align the first line of text. (Lookup::text ()).
115
116 * Abstract away data members of Axis_group_element, Align_element
117
118
119 1.3.33.jcn3
120 ===========
121
122 * Added helpful properties instrumentScriptPadding/instrScriptPadding for
123   Staff_margin_engraver.
124
125 * Removed some empty files, substituted (c) 1999 occurrences.
126
127 * Added \property maximumRestCount.  It will prevent showing (or actually:
128   moving in case of a collision) more than maximumRestCount similar rests.
129   WIP!
130
131 * Rewrote Staff_margin_engraver.  Staff margin texts now hang on a new
132   breakable item: Left_edge_item.
133
134 * Fixed vertical alignment for dynamic elements.  Orphaned dynamic items
135   (not supported by a Dynamic_line_spanner) still collide with Staff,
136   although they now have staff support, which was supposed to fix this.
137
138 * Fixed Staff_margin_engraver for "instrument", "instr" is still broken.
139
140 * Dynamic elements are only put in a Dynamic_line_spanner if there
141   actually is more than one adjacent note-column with a dynamic.
142   This breaks the fine looks of all dynamics, again :-)
143
144
145 1.3.33
146 ======
147
148 1.3.32.hwn3
149 ===========
150
151 * Experiment: use STL map for Scheme_hash_table; Is there a speedup?
152
153 * Bugfix: print brace iso. bracket for Piano / GrandStaff
154
155 * Change naming: change do_post_processsing into after_line_breaking,
156 do_pre_processsing into before_line_breaking and do_process_requests
157 into do_process_music.
158
159 * Bugfix in hash-table.hh: do quadratic probing, and not cubic probing.
160
161 * Display property name for type error.
162
163 * Cleanups for Dynamic_engraver and Dynamic_line_spanner.
164
165 * Warn if last column in score is musical. Helps catch programming errors.
166
167 * Spanner::spanned_drul_ now is private. 
168
169 * Rewrote some bar code: moved molecule functions out of Lookup.
170
171 1.3.32.jcn3
172 ===========
173
174 * Embedded newlines in text items are now allowed.  This helps avoiding
175   TeX-hacking in some cases.  See input/test/coriolan-margin.ly
176
177 * Fixed stupid x-y interchange bug for staff-bracket.  This fixes
178   placement of staff-brackets.
179
180 * Fixed bracket/arch-thickness interchange bug, and made bracket a bit
181   thinner.
182
183 * Fixed slur/bezier-beautiful name mismatch.  This should fix the steep
184   slurs that were apparently reintroduced in 1.3.29.
185
186 * Made some small fixes to Coriolan.
187
188 * Removed duplicate lily/output-property-engraver.hh.
189
190 * Removed optional use of vanilla spanner in Dynamic_engraver.
191
192 * Fixed (measured) tremolo for Stem and Beam. Merged declarations
193   stem-engraver.hh and chord-tremolo-engraver.hh into their .cc
194   implementation file.  Also fixed looks of Chord tremolo, input and
195   implementation is still ugly.
196
197 * Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit
198   parser and lexer.
199
200 1.3.31.mb1
201 =========
202
203 * Fixed \specialkey and \normalkey. Updated documentation.
204
205 1.3.32
206 ======
207 1.3.31.jcn5
208 ===========
209
210 * Fixed and cleaned-up Dynamic_engraver.  Optionionally uses vanilla
211   spanner instead of Dynamic_line_spanner.
212
213 * Made gcc-2.95 compile fix in libc-extension.
214
215 * Various fixes to Coriolan, score starts to look acceptable.
216
217 * Moved optional text of crescendo into Crescendo spanner.  Fixed horizontal
218   and vertical alignment of dynamics.
219
220 * Added new text crescendo spanners to Coriolan and made some fixes.
221   If you're using timidity, use the -EO option to prevent notes get
222   stuck.  I'm not sure whose fault this is, Lily's MIDI output may be
223   stretching the standard a bit.
224
225 * Adjacent dynamic markings are now grouped on a horizontal line, but it's
226   not perfect yet: they're always below the staff and no horizontal spacing
227   is done.  Also, character metrics of dynamics are still not used.
228   See: input/test/crescendi.ly and input/test/dyn-line.ly
229
230 * Cleaned up Span_dynamic_performer.
231
232 1.3.31
233 ======
234 1.3.30.mb1
235 =========
236
237 * Fixed the page layout, reintroducing space for the header and
238   trying to keep piece titles on the same page as the piece.
239   The header and footer can now contain several lines.
240
241 1.3.30.jcn3
242 ===========
243
244 * Lily now also performs crescendi and decrescendi in MIDI output:
245   Span_dynamic_performer (bit scrappy).
246
247 * Added preliminary support for crescendi/decrescendi other than `hairpins',
248   eg: `cresc. poco `a poco -- -- --'
249
250 * Made MIDI tie performance fix.
251
252 1.3.30.jcn2
253 ===========
254
255 * Lily now performs absolute dynamics in MIDI output.
256
257 * Included David's comments on opus47 in TODO.
258
259 1.3.30.jcn1
260 ===========
261
262 * More Coriolan: flute-1,2; oboe-1,2; clarinet-1,2; 
263   fixes and remainder french horn-1,2; trombone-1,2;
264   fagotto-1,2; timpani; and several fixes.
265   
266 1.3.30.uu1
267 ==========
268
269 * Remove some old doco from programmer/ and put on personal homepage.
270
271 * Removed union-find from flower library.
272
273 * Only quantise tie horizontal part inside the staff.
274
275 1.3.30
276 ======
277 1.3.29.hwn1
278 ===========
279
280 * Report type errors for \property. Helps with converting 1.2 input
281
282 * Use Scheme for Align_element; fixed graceAlignPosition 
283 and removed \property alignmentReference in the process.
284
285 * Use generic properties for lyrics too.  This fixes \property
286 Lyrics.textStyle
287
288
289 * Add relative distance for constraints between non-column items.
290
291 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
292 increased automatically.
293
294 * Translators now only change properties of their own context. This
295 removes the 2nd argument to Translator::get_property()
296
297 * Bugfix for Metapost mode
298
299 1.3.29.uu1
300 ==========
301
302 * Updates of glossary  (Christian Mondrup)
303
304 * Bugfix with bar number placement
305
306 * Moved links to bibliography/ and misc/ to main index.
307
308 1.3.29
309 ======
310
311 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
312   Slurs are now calculated just once.
313
314 * Bezier_bow gets constants from paper.  Still no sensible solution for
315   magic asymmetry gradient step constants.
316
317 * Reinstantiated tangent-controls, more flexible than ever.  You can choose
318   between area asymmetry and tangent-controls.  My guess is, tangent controls
319   will be junked in 1.3.30.
320
321 * Slur area: only look at x-gradient.
322
323 * Added credits for some symbols of as5/9 fonts.
324
325 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.  
326
327 * Bugfix: midi2ly put out recent version (ugh).
328
329 1.3.28.hwn2
330 ===========
331
332 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
333 properties.
334
335 * Removed Gade score. To appear (shortly?) on Mutopia. 
336
337 * Make Bar_script_engraver look for typeVisibilityFunction (eg
338 property barNumberVisibilityFunction). Changed the names of the Scheme
339 functions to be understandable. See input/test/bar-script-visibility.ly
340
341 * rewrite of class Molecule. It has now reached the ultimate quality
342 plateau. All molecule data is now shared.
343
344 1.3.28
345 ======
346
347 * Update of the glossary by Christian Mondrup 
348
349 * Moved horn-concerto-3 out of tarball to private website, removed
350 W.A.Mozart subdirectory.
351
352 1.3.27.hwn1
353 ===========
354
355 * Bugfix: don't make giant ties if the horizontal part of tie is near
356 the center.
357
358 * Small optimizations to be a little more careful with mem usage. 
359
360 * Website change: put all examples in one directory.
361
362 * Removed Atom as a separate type.  Now use SCM, and since we use
363 function composition, Atoms are immutable, so they don't have to be
364 copied. This makes life easier, hopefully this is quicker and uses
365 less memory.
366
367 1.3.27.jcn1
368 ===========
369
370 * Bezier_bow: minimise_enclosed_area
371
372 1.3.27
373 ======
374
375 1.3.26.hwn4
376 ===========
377
378 * Tuplet-spanner slope calculation now looks better on tupletted rests
379 (patch courtesy Laurent Martelli)
380
381 * Bugfix (Staff_performer::new_instrument_str ()) check type of
382 \property "instrument"
383
384 * New mechanism for breaking lines: do not copy & prune the element
385 property list separately, but combine these steps. Dramatically
386 reduces memory usage for large scores.
387
388 1.3.27
389 ======
390 1.3.26.jcn2
391 ===========
392
393 * Bugfix: font used in volta-spanner calculation.
394
395 * Added simple selection list to webpage, inspired by sawmill.
396  
397 * Devised kludge for ascii 5 character font pitches.
398  
399 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
400
401 1.3.26.hwn1
402 ===========
403
404 * Plug memory leaks related to Moment:
405   - Spacing_engraver::do_pre_move_processing ()
406   - make_rational ()/make-rational
407   - Paper_column::Paper_column ()
408
409 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
410
411 * Plug memory leak in Score_engraver::set_columns ()
412
413 * Plug memory leak in Scheme_hash_table::set()
414
415 * Plug memory leak in Score_element::molecule_extent ()
416
417 * Bugfix: don't crash if a slur doesn't span anything.
418
419 * Bugfix: don't crash if doing beams without a staff symbol.
420
421 * Generic element property setting:
422
423         \outputproperty #predicate #'symbol = #value
424
425 Will set the element property symbol to value, for any elements that
426 return true for PREDICATE.  This allows you to virtually tweak *ANY*
427 property of the output. Example in input/test/generic-output-property.ly
428
429 1.3.26
430 ======
431
432 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
433   to stderr.  This fixes help2man's manpage generation.
434
435 * configure: substitute full path for perl and guile in scripts.
436
437 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
438
439 * Bugfix: default font now user settable
440
441 * as2text: handle plain ascii font, read from stdin, you can now do:
442
443   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
444
445 1.3.25.hwn1
446 ===========
447
448 * Bugfix: second half of broken ties now are displayed again.
449
450 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
451 it horizontally on the clef.
452
453 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
454
455 * Bugfix: unbroken repeat barlines now work, eg. |:
456
457 * Added Request_iterator to make more flexible constructions possible.
458
459 1.3.25
460 ======
461 * as2text: catch missing font/character errors, added default font, set text.
462
463 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
464
465 * Ascii output, minimal support:
466   - AsciiScript Fonts: mf/*.af
467   - Init files: ly/*-as.*ly 
468   - AsciiScript translation to text: scripts/as2text.scm
469   - input/test/as.fly input/test/as1.fly
470   - Output support: lily/lily.scm
471   - Try:
472       lilypond -f as -i init-as.fly input/test/as.fly
473       as2text as.as
474
475 1.3.24.hwn1
476 ===========
477
478 * The horizontal part of ties will avoid collision with staff lines.
479
480 * Plugged memory leak: don't protect Atom function.
481
482 * Lookup cleanups. Made lots of functions static. Moved some code out
483 of Lookup.
484
485
486
487 1.3.24.hwn1
488 ===========
489
490 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
491 does not delete any of the file_ly*.tex.
492
493 * Added header and footer support in ly2dvi.py
494
495 1.3.24
496 ======
497
498 * Added a ROADMAP file explaining the source directory layout.
499
500 * Minor tweak in the feta 6 and 9 numeral
501  
502 * Moved files from lib/ to flower/
503
504 * Removed Note_head_side class.
505
506 * Updated the webpage to be a little more chatty. 
507
508 * Small Local_key_engraver optimization: only lookup timing engraver once.
509
510 * Fixed dashed slurs
511
512 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
513 to offset the slur instead of bending it too much
514
515 * Look at stem directions for tie direction.
516
517 * Compound multimeasure rests. Put measures_i_ variable in an element
518 property.  Made the symbol a lot wider.
519
520 * Time signature small cleanups.
521
522 1.3.22.hwn2
523 ===========
524
525 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
526 version.
527
528 * Breathing marks now have a direction by default.
529
530 * Do set generic script properties.
531
532 * Also put tuplet brackets under notes.
533
534 * Score_element_info: only store origin of element, but not the path
535 to parent translators. Saves a little memory, and removes some complexity.
536
537
538 1.3.22.hwn1
539 ===========
540
541 * Autobeaming in time sigs that don't have 1/4 beats fixed.
542
543 * (De)crescendi should now work. (Thanks Michael)
544
545 * Better error reporting for conflicting time signatures.
546
547 * Line_number_engraver: output locations of note head
548 definitions. Very handy when entering complicated scores.
549
550 * Rewrote multi measure rest support: now they are entered as spanners
551 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
552
553   { \commandspanrequest \start "rest"
554     SXXXX
555     \commandspanrequest \stop "rest"
556   }
557
558 * Removed support of percent style repetitions. 
559
560 * Put texts outside the staff.
561
562 1.3.21.mb1
563 ==========
564 * Getopt bugfix: don't assert on certain errors.
565
566 * ly2dvi: Remove unnecessary space for the page headers.
567
568 * Bugfix convert-mudela
569
570 1.3.21.hwn1
571 ===========
572
573 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
574 not buffer name.
575
576 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
577 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
578 \property tupletInvisible will stop all tuplet spanner creation.
579
580 * Don't go berserk if tuplet spanner is on only one column.
581
582 * Use SCMs & Smobs for Molecules & atoms.  This uses less
583 scm_(un)protect_object () calls, so the output stage should be faster.
584
585 * Added \property tupletSpannerDuration, to make multiple tuplet signs
586 with one \times.
587
588 * Some programming Errors in spacing are now caught. Lily does not
589 hang when encountering degenerate springs.
590
591 * Allow beams to start and end over rests
592
593 1.3.19.hwn2
594 ===========
595 * Fix disappearing clefs when clefs are not printed with a barline.
596
597 1.3.20.jcn2
598 ==========
599
600 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
601   input/test/beam-control.fly
602 * Added \context Voice to .fly and .sly; the default \context Staff is almost
603   never what you expect
604 * Fixed decision for .sly/.fly in lilypond-mode.
605
606 1.3.19.hwn1
607 ==========
608
609 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
610 Cleanup mf-to-table.py
611
612 * Fixed embarassing slur bug.
613
614 1.3.19.jcn1
615 ==========
616
617 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
618
619 1.3.18.uu2
620 ==========
621
622 * lilypond-mode.el for emacs supersedes mudela-mode.el 
623
624 * Tuplet spanners don't collide with encompassing notes. 
625
626 * Gobbled Adobe parseAFM* code, for future use.
627
628 * Big 1999 to 2000 search/replace.
629
630 * Big interline to staff_space search/replace for mf files.
631
632 * Removed Bow class, and split code into Tie and Slur
633
634 * Don't put scripts on grace notes.
635
636 * Font_metric uses SCM for name field.
637
638 * Various compilation fixes.
639
640 1.3.17.jcn2
641 ===========
642
643 * Bugfix: beams with less than one (visible) stem
644
645 * small fixes to pa.ly
646
647 1.3.17.jcn1
648 ===========
649
650 * Fixed bug that made multi-measure rest barnumber counts go wild.
651 (even more scm2int/int2scm mixups!)
652
653 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
654
655 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
656
657 1.3.17.hwn2
658 ===========
659
660 * Remove Paper_def calls in bezier-bow.cc
661
662 * Remove data members of Tuplet_spanner,  Volta_spanner
663
664 * hang_on_clef, property hangOnClef removed
665
666 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
667 function to determine breaking behavior.
668
669 * More Scheme typechecking.
670
671 * Be strict about the difference between strings and symbols for conversion.
672
673 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
674 Laurent Martelli.
675
676 * Partial French translation, courtesy Laurent Martelli.
677
678 * Small corrections in NL translation. 
679
680 1.3.17.hwn1
681 ===========
682
683 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
684 we have a longa note head.  noteHeadStyle = "harmonic" is not
685 supported anymore. (for now, that is)  
686
687 * Reference manual update. Document \properties with examples
688
689 * fix mudela-book --help
690
691 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
692 Key_item::c0_position_
693
694 * Clef_engraver general cleanup. Use alists (\property
695 supportedClefTypes, clefPitches) for clef types.
696
697 * Use progress_indication () for progress. Don't include <iostream.h> directly 
698 Don't include <string.h>, <math.h> from headers.
699
700
701 1.3.16.hwn1
702 ===========
703
704 * \property stemCentered (boolean): centers stem on note head. See
705 input/test/stem-centered.ly
706
707 * input/trip.ly, small test of lots of features.
708
709 * \property Staff.collisionMergeDotted: merge equal noteheads
710 with different dot count. See input/test/collision-merge-dotted.fly
711
712 * Dotted rest bugfix 
713
714 * Don't crash if a slur does not span any notes.
715
716 * Volta repeats fixed.
717
718 * cleanup of Note_heads_engraver
719
720 * removed dots_i_ member of Dots
721
722 1.3.16.jcn1
723 ===========
724 * Fixed cross staff slurs.  It seems that cross-staff sign
725   was swapped.
726
727 1.3.15.hwn1
728 ===========
729
730 * Fixed bug in stem code.  Stem in chords works again.  Small
731 stem cleanups.
732
733 * Use element properties for Staff_symbol.
734
735 * \property sparseTies (boolean).  Only make one tie in the
736 middle for tied chords.
737
738 * Junked Directional_spanner, Column_info.
739 Directional_element now is element interface `Directional_element_interface'
740
741 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
742
743 pl 15.jcn4
744         - removed old notename2scm conversion
745         - beam-dir-algorithm through scm
746         - bfs paper-scm
747         - bf: knee-stemlengths
748
749 pl 15.jcn3
750         - moved poor man's stem arrays to scm
751         
752 pl 15.jcn2
753         - beam quanting using scm lists
754
755 pl 14.hwn1jcn1
756         - chord-name uses scm members
757         - bfs: knee with different mults, interstaff knee, auto-knee
758
759 **********
760 pl 14.hwn1
761         - specialize duration.cc for lily, move out of lib/
762         - stem cleanup
763         - more SCM typechecking
764         - stafflineleading -> staff_space
765         - bf: rod distances.
766         - junk some unused code.
767         
768 pl 13.hwn2
769         - paper/score column cleanups. Junk Score_column type
770
771 pl 13.hwn1
772         - Bezier_bow/Bezier cleanups
773         - bf: rest under beam.
774         
775 pl 13.jcn2
776         - untangled Chord_name (item) and Chord (list-of-pitches)
777         
778 pl 13.jcn1
779         - bezier-bow fix
780
781 **********
782 pl 12.hwn1
783         - polynomial.hh
784         - bf: generic properties
785         - quantise_iv () fix.
786         - bezier cleanup
787         - class Polynomial 
788         - use smobs for font metric tables/hashes.
789         - nl.po bf
790
791 **********
792 pl 11.jcn3
793         - small beam fixes (interstaff knees still broken)
794
795 pl 11.hwn1
796         - bf: dots
797         - bf: harmonic note heads
798         - revise stem, notehead, rest
799
800 pl 11.jcn2
801         - included missing scm,ly updates
802         - bf: urg to_dir () takes scm..
803         - bf's: if (Foo b = bar != 1)
804         - beam cleanup
805
806 *********
807 pl 10.uu1
808         - various small bfs
809         - bf: alignment reversed
810         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
811         - bf: staccato pos
812         - Knee fixes (thanks, Jan)
813
814 pl 10.jcn2
815         - fixes for invisible beamed stems
816         - removed steminfo from properties, don't cache Stem_info
817
818 pl 10.jcn1
819         - steminfo to properties
820         - dropped internote dim for stem-beams
821
822 *********
823 pl 9.hwn1
824         - abstracting Staff_symbol_referencer to an interface.
825         - quantised_position for staccato dots.
826         - standchen fixes
827         - junk Score_element::do_{width,height}: set callbacks directly.
828         - merge Score_element, Graphical_element
829         - merge Axis_group_element, Graphical_axis_group
830         - junk pointer fields from Score_element derived classes
831         - junk obsolete do_substitute_dependency code.
832
833 **********
834
835 pl 8.hwn2
836         - staff-support for Crescendi.
837         - padding for accidentals.
838         - cascading offset callbacks
839
840 pl 8.hwn1
841         - note-head-side 
842         - naming Staff_sidify -> Side_position_interface
843
844 ***********
845
846 pl 7.mb1
847         - bf: timeSignatureStyle works again
848
849 pl 7.hwn1
850         - Dirk Latterman key/mmrest patches
851         - Offset callbacks in Dimension_cache
852         - Junked Staff_side_*
853         - Staff_sidify: interface class.
854         - prelude-{1,2} fixes.
855
856 ***********
857 pl 6.uu2
858         - bf: PS font selecting.
859
860 pl 6.uu1
861         - bf: ls-latex
862         - mudela-book --no-pictures
863         - bf: ly2dvi
864         - convert-mudela: beamAuto moment syntax. 
865
866 pl 6.jcn3
867         - fixed scm output
868
869 pl 6.jcn2
870         - half-baken ly-gulp-file in scm
871         - resurrected scm output through guile
872
873 pl 5.mb1
874         - bf: version of init.sly, init.fly
875         - Clarify necessary version of texinfo
876         - bf: texi files, minor errors and syntax compatible with 
877           older makeinfo
878
879 pl 6.jcn1
880         - bf: scm output
881
882 *******
883
884 pl 5.hwn2
885         - Bach preludes: mutopification
886         - dots are Directional_element too; use \property dotDirection
887         - moved some stuff out of Lookup
888         - bf: dots
889         - font selection mechanics changed.
890
891 pl 5.uu1
892         - bf: smob allocation (thanks David!)
893
894 pl 5.hwn1
895         - junked \shape. Now use #'margin-shape 
896         - timing: one_beat -> \property beatLength
897         - bf convert-mudela
898
899 ************
900
901 pl 4.uu1
902         - input/test/ \property fixes.
903         - gcc 2.95 fix
904
905 pl 4.hwn1
906         - Break_align_engraver,
907         break align order from  \property breakAlignOrder
908         - junked Score_priority_engraver
909         - moved Time_description into Timing_translator
910         - use properties for timing, see input/test/timing.fly
911         * removed \cadenza ; now use \property Score.timing
912         * \property measurePosition
913         * \property measureLength
914         * \property currentBarNumber
915         - Note_name_engraver , \context NoteNames
916
917
918 pl 4.jcn1
919         - junked some chord guessing code
920         - bf: lookup size (-1) for chord-name accidentals
921         - bf: ly2dvi's MFINPUTS setting
922
923 *************
924 pl 2.jcn3
925         - chords:
926           * Chord is item
927           * junked TeX hacking
928           * configurable with styled strings from scm
929           * fixes: dim, /no X, tonic != C
930
931 pl 2.jcn2
932         - chords from  scm 
933
934
935 pl 3.hwn2
936         - visibility-lambdas into default elt properties SCM.
937         - clef types in SCM
938         - verticalDirection properties now in SCM.
939
940 pl 3.hwn1
941         - move position_i_ into Staff_symbol_referencer
942         - move dir_ into Directional_element baseclass
943
944 ****************
945
946 pl 2.hwn1
947         - bf: dynamic style.
948         - prepare to move dir_ into SCM. 
949
950 pl 2.jcn2
951         - chord fixes: 
952            * inversion request: no inversion guessing for chord entry
953            * bass request: c/+b to add bass note not part of chord
954            * -dim modifier works on all thirds
955            * colon iso dash as tonic/modifier-additions separator
956            * C:m5- displays as "Cdim"
957            * C:m5-7- displays as "Co"
958
959 pl 2.jcn1
960         - moved bracket vars to params
961         - reverted broken lilypond-devel
962
963 *************
964 pl 1.uu1
965         - David's patches:
966         * mfplain.mp detection
967         * Graphical_element::common_refpoint() robuster.
968         * fixes for mudela-mode.el
969         - Dirk's patches:
970         * key signature placement,
971         * tied accidentals.
972
973 pl 1.hwn2
974         - extra-offset elt property.
975         - junked Chord_tremolo
976
977 pl 1.hwn1
978         - changed calling convention for {get,set,remove}_elt_property()
979         - rm'd some mutopia examples.
980
981 *******
982 pl 0.hwn2,1
983       - Generic properties and Property_engraver. Moved most of the
984 properties.
985
986 0.lu1
987         - resurrected midi2ly
988
989 0.jcn1
990         - bf: lyrics lexer
991         - reverted mup2ly revert
992
993 pl 3.uu1:
994         - frontport of 1.2.17 patches.
995
996 **********
997
998 1.3.0:
999
1000 pl 15.hwn2
1001         - loads of bfs.
1002
1003 pl x.jcn3
1004         - another workaround: reset buffer state for scm_ftell ()
1005         - workaround for broken scm_ftell ()
1006
1007 pl 15.hwn1
1008         - \properties are now SCM s, junk Scalar type
1009         - use SCM for strings in parser.
1010         - Moment derived from Rational. Moment may be smobified.
1011
1012 pl 15.jcn4
1013         - direct #... to scm parser  (Thanks to Gary Houston)