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