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