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