]> git.donarmstrong.com Git - lilypond.git/blob - CHANGES
patch::: 1.3.45.jcn1
[lilypond.git] / CHANGES
1 1.3.45.jcn1
2 ===========
3
4 * Accidentals with chord-names smaller and as superscript.
5
6 * Do some extra footify (works only once) while making html docs.  
7   When I do
8
9      make out=www -C Documentation/out-www/regression-test.html
10
11   I expect a footified and white-backgrounded .html.
12
13 1.3.44.jcn2
14 ===========
15
16 * Implemented una-chorda and sostenuto piano pedals in performer and engraver.
17
18 * Added Properties textScriptWordSpace and chordNameWordSpace.
19
20 * Junked old lyrics in star-spangled-banner.
21
22 1.3.44.jcn1
23 ===========
24
25 * Added a Piano_pedal_engraver.
26
27 * Removed some empty files.
28
29 * Created piano pedal symbols: * - . P e d.
30
31 * Fixed ps-to-pfa.py to handle multiple unfills.
32
33 * Moved accordion symbols out of feta-script to end of font.
34
35 * Bugfix: don't create tfm's, pfa's etc of feta-test fonts.
36
37 * Fixed blot_diameter for small resolutions.
38
39 1.3.43
40 ======
41
42 1.3.43.hwn1
43 ===========
44
45 * Put global element list into Line_of_score, instead of
46 Paper_score. post processing (the stage after line breaking) is now
47 truly done per-system, and we got rid of an ugly hack to get font
48 handling OK.
49
50 * Bugfix: set the group-interface of System_start_delimiter.
51
52 * Cleanups of Break_algorithm and derived classes, Move
53 broken_col_range () to Line_of_score, remove Paper_score::col_l_arr_
54
55 * Bugfix for accordion symbols.
56
57 * Various patches to prevent crashing when do_brew_molecule gets
58 called before after_line_breaking (). This was a problem in Spanner
59 classes mostly.
60
61 1.3.43
62 ======
63
64 1.3.42.jcn3
65 ===========
66
67 * Made a quick try at piano pedal performer, damper pedal only.
68
69 * mf/feta-accordion.mf: Fixed strange turning paths.
70
71 * mf/feta-beugel.mf: Fixed infinity errors.
72
73 * Use a more discriptive name for windows setup.zip.
74
75 * mf/GNUmakefile: Have logs as last target, so that normally, they're 
76 not made twice.
77
78 * stepmake/stepmake/metafont-rules.make: Don't remove the .log files.
79 The logs are a target, removing them retriggers make.
80
81 * stepmake/stepmake/metapost-rules.make: Remove the correct log and tfm
82 files, ie the ones that clutter the source directory, not the target logs.
83
84 * Windows distribution: faked symlink for cmtfm.  Setup.zip should now be
85 standalone; ie, no need for Cygnus' usertools anymore.
86
87 1.3.42.jbr1
88 ===========
89   
90 * Documentation/ntweb: Updated angels.ly to match current syntax.
91 Also updated index.texi.
92
93 1.3.42.uu1
94 ==========
95
96 * Change all occurances of Staff_margin_engraver to
97 Instrument_name_engraver, add a convert-mudela rule
98
99 * Change status == busy assert into programming sample/sample/error
100
101 1.3.42
102 ======
103
104 1.3.41.jcn3
105 ===========
106
107 * Lots of fixes to windows distribution scripts.
108
109 * Added configuration features --program-prefix, --program suffix.
110
111 * lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
112 This fixes inversions c/g and bass additions d/+c on chords.
113
114 1.3.41.mb1
115 ==========
116
117 * Avoid that xxxXXXVerticalExtent is used for empty HaraKiriStaff
118   lines.
119
120 1.3.41.hwn1
121 ===========
122
123 * Debian patches (thanks Anthony!)
124
125 * Use symbols for prefatory matter spacing. Do not use the typename
126 for looking up item pairs in the table, but read element property
127 break-align-symbol
128
129 * Instrument_name_engraver, uses break alignment instead of
130 side-position.
131
132 * System_start_delimiter_engraver, System_start_delimiter, uses a
133 spanner for the braces/brackets at the left of the system. Remove all
134 old Span_score_bar engravers.
135
136 * Removed Base_span_bar_engraver::use_prority_b_, and moved
137 Base_span_bar_engraver into Span_bar_engraver.
138
139 1.3.40.jcn3
140 ===========
141
142 * mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.
143
144 * input/test: Removed stale AutoStaffSwitch examples.
145
146 * mutopia/E.Satie: Fixed gnossiene-4, doing \autochange.  Removed
147 stale copy of gnossiene-4.
148
149 * buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.
150
151 * make/lilypond.spec.in: Made some bugfixes for _prefix, preparations
152 for cross-building to Cygwin.
153
154 * buildscripts/make-cygwin-cross.sh: Now using rpm packages.
155
156 1.3.40.hwn2
157 ===========
158
159 * added \property XXXMinimumVerticalExtent, \property XXXExtraVerticalExtent
160
161 * New_chord_tremolo_engraver: make tremolo beams from
162
163         \repeat "tremolo" NUMBER <Music-expression>
164
165 Removed support for "old-style" tremolos.
166
167 * Add a convert-mudela function for the conversion "\key A;" to "\key a; 
168
169 * Read \property measurePosition within the engraver code, instead of
170 looking up the Timing_translator.
171
172 * star-spangled-banner.ly: add Bar_engraver to LyricsVoice 
173
174 * Changed all .fly and .sly files to .ly files.  Propose to dump .fly
175 and .sly.
176
177 1.3.40
178 ======
179
180 1.3.39.jbr1
181 ===========
182
183 * buildscripts/mf-to-table.py: feta dep files are now opened with write
184   binary option.  This avoids carriage return linefeed problems and
185   windows while not affecting unix.
186
187 * Documentation/hacking.texi: Fixed a texinfo syntax error
188
189 * stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x,
190   directory paths.
191
192 * Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links.
193
194 1.3.39.hwn1
195 ===========
196
197 * Glossary updates by Christian Mondrup.
198
199 * Bugfix: use generic properties in lyrics too. This fixes the
200 \property textStyle for lyrics.
201
202 * Score_element::preset_extent(), used by \property
203 XXXVerticalExtent, so hard code the size of a vertical group. 
204
205 * Don't fix up reference points for originals of broken
206 spanners. Fixes spurious "orphaned score-element" warnings.
207
208 * buildscripts/make-cygwin-cross.sh: Use rx-1.5 instead of regex (Jeffrey).
209
210 * scm/lily.scm: Fixed check for Windows: by default don't use scm regex.
211
212 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: Significantly smaller
213 patch for guile.
214
215 * buildscripts/make-cygwin-cross.sh: Compile native package GNU regex,
216 which should fix Windows problems with guile.  Also added input directory
217 to zip file.
218
219 * stepmake/aclocal.m4: Added decent checking for version of guile, and 
220 fixed warning message.
221
222 * lily/lexer.ll (My_lily_lexer): Bugfix: lookup chordmodifiers in the
223 chord-modifier table (not in the pitch list).
224
225 1.3.39
226 ======
227
228 1.3.38.hwn2
229 ===========
230
231 * General cleanups of My_lily_parser. 
232
233 * Start of a Chord_tremolo_iterator for the `\repeat 4 "tremolo"'
234 syntax.
235
236 * Moved Score_element::do_space_processing out of the dependency
237 mechanism.
238
239 * Use Scheme for notename tables.  Removed uppercase letters for low
240 octave notes. Removed Notename_table.
241
242 * Fixed core dump with declared "\key  ; "
243
244 * Extra robustness warning for Side_position_interface::aligned_on_self ()
245
246 * Extra robustness: make sure that first and last columns are breakable.
247         
248 1.3.38.jcn4
249 ===========
250
251 * stepmake/aclocal.m4: Added support for cross-compiling with guile.
252
253 * buildscripts/make-cygwin-cross.sh: A try at dropping cygwin1.dll
254  dependency by using mingw.  Compiling guile is too much to ask
255  for mingw, though.  Also:
256  - rename python scripts .py (request from Alain)
257  - install native packages under their own, separate root. (Alain)
258
259 * lily.scm: Don't use regex module when running on
260 Windows. (Shamus)
261
262 * lily/staff-margin-engraver.cc (acknowledge_element): If
263 possible, hang y-axis of margin script to span-bar.  This fixes
264 vertical placement of margin scripts attached to staff groups.
265
266 * help2man-rules.make: Fixes for generating manpages by copying
267 and for building using --scrdir.
268
269 * stepmake/stepmake/generic-targets.make: Preserve date stamp of
270 config.h, version.hh files file when copying.
271
272 * buildscripts/make-cygwin-cross.sh: made number of fixes:
273         - add `Cygnus/' prefix to directories in .zip-file too.
274         - package guile too.
275         - don't link to cygwin1.dll
276
277 * stepmake/stepmake/install-targets.make: bugfix, don't fail if directory
278   is not emty when uninstalling.
279         
280 * stepmake/stepmake/generic-targets.make: added man target.
281
282 * buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin
283   development tools and lilypond executable.
284
285 * Documentation/ntweb/lilypond-manpages.patch: provide pre-built
286   manpages, so that make doesn't fail on help2man trying to execute
287   a GNU/windows executable.     
288
289 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for
290   guile-1.3.4.  
291
292 * flower/libc-extension.cc (memmem): cygwin compile fix.
293
294 1.3.38
295 ======
296
297 1.3.37.hwn1
298 ===========
299
300 * (generic-property.scm) added \property tieDash to set dashing on
301 ties.
302
303 * Removed  ly_eval_str(), we should use scm_eval (Scm_object).
304
305 * Removed scm_to_array (), array_to_scm (), associated junk. Reverted
306 undocumented .29 patch that made Bezier::control_ into an
307 Array<Offset>.  Added some comments documenting the reasons for the
308 changes.
309
310 * Revert generic-property.scm of .37 fix, fix the real problem in
311 property-engraver.cc: use the right symbol to check if element
312 property is already set.
313
314 1.3.37.jcn2
315 ===========
316
317 * Fixed srcdir build, so that you can do:
318
319       tar xzf releases/lilypond-x.y.z
320       mkdir <build>
321       cd <build>
322       ../lilypond-x.y.z/configure
323       make
324
325   as with any other gnu package.  All build output goes to <build>/out.
326
327 * Changed and fixed use of different configurations, and different output
328   directories.  Finally, you can use different configurations alongside
329   eachother.  From make/stepmake.make:
330
331       # Use alternate configurations alongside eachother:
332       #
333       #     ./configure --enable-configsuffix=debug
334       #     make conf=debug
335       #
336       # uses config-debug.make and config-debug.h; output goes to out-debug.
337       #
338
339       # Use same configuration, but different output directory:
340       #
341       #     make out=www
342       #
343       # uses config.make and config.h; output goes to out-www.
344       #
345
346
347 * Fixed performance of (de)crescendi.
348
349 * Better documentation for arithmetic_multiplier and arithmetic_basicspace
350   in params.ly.
351
352 * Added instrument-equaliser for MIDI output, see scm/midi.scm, and
353   properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].
354
355 * Changed absolute midi volume settings into factor of full scale.
356
357 * Fixed another dynamic-line-spanner bug, it gets hairy.
358
359 * Added warning for spanners that are not fully contained in parent spanner.
360
361
362 1.3.37
363 ======
364 1.3.36.hwn1
365 ===========
366
367 * Abstract Align_element into Align_interface. Removed
368 Axis_align_{item,spanner}, Align_element, Super_element, all multiple
369 inheritance in the backend.
370
371 * new Gade score, INSTALL.texi fixes (thanks, Mats)
372
373 * Removed Item::hpos_f (), Score_element::{get,set}_real ()
374
375 * comments detailing properties for Axis_group_interface,
376 Side_position_interface, Score_element, Item and Spanner
377
378 1.3.36.jcn3
379 ===========
380
381 * Fixed vertical dimensions of elements in dynamic line spanner by adding
382   axis-group to dynamic line spanner.
383
384 * Bugfix: line-spanner lasts always full duration of (de)crescendi.
385
386 * Bugfix: broken (de)crescendi on a dynamic-line-spanner.
387
388 * Bugfix: compilation dynamic-engraver.
389
390 * Added and updated a faq about postscript and ghostscript.
391
392 * Fixed order of slurVerticalDirection verticalDirection in
393   generic-property.scm.  Similar fixes for Stem, Tie, etc.
394
395 * Added a Text_engraver to GraceContext.  Maybe it was removed on
396   purpose: scripst on grace notes seem broken, they appear on the
397   main note.
398
399 * Bugfix: volume effect of (de)crescendi was sometimes wrong way round.
400
401 1.3.36
402 ======
403 1.3.35.hwn1
404 ===========
405
406 * textEmptyDimension changed into textNonEmpty, default: off,
407 ie. texts don't occupy space.
408
409 * Use STL map for Lookup::lookup_p_tab_p_
410
411 * Abstracted Axis_group_element into Axis_group_interface, and removed
412 Axis_group_element. This eliminates some multiple inheritance in the
413 backend
414
415 1.3.35.jcn1
416 ===========
417
418 * Added minimum-space property to Side_position_interface.  Used in
419   positioning of Volta_spanner: voltaMinimumSpace.
420
421 * Fixed and cleaned-up volta-spanner.
422
423 * Moved directional-element.cc -> directional-element-interface.cc
424
425 * Renamed all `process_requests' to `process_music', which fixes
426   midi performance.
427
428 * Fixed dimensions (more x-y interchanges) of brace, bracket and
429   volta-spanner.
430
431 * Bit half-baken fix in to get similar vertical placement of orphaned vs.
432   line-spanned dynamic elements.
433
434 * Added property bracketCollapseHeight: the minimal size of a staff bracket
435   that will be typeset.  Smaller brackets will not be displayed.  This
436   fixes the (in 1.3.x reintroduced) funny duck-beak-bracket-bug (sorry).
437
438 * Removed some dissonant chords from Coriolan
439
440 1.3.35
441 ======
442
443 * Removed Documentation/programmer directory 
444
445 1.3.34.jcn3
446 ===========
447
448 * Small enhancements to Staff_margin_engraver:
449    - by default, the marginScript left aligns the text
450    - to set the text style, use property marginScriptTextStyle
451    - to change the alignment, use property marginScriptHorizontalAlignment
452      (centred and right alignment require manual padding settings).
453
454 * Print a friendly message if the manual pages failed to build.
455
456 * Bugfix: dynamicDirection now overrides verticalDirection setting.
457
458 * Warning messages and nl.po
459
460 * Fixed vertical alignment for all dynamic items and (reluctantly)
461   reinstated old directional behaviour for orphaned dynamics.
462
463 * Finished maximumRestCount property.
464
465 1.3.34
466 ======
467 1.3.33.hwn2
468 ===========
469
470 * Print key without setting key, syntax "\key ;". General cleanups of
471 key-item.
472
473 * Add paragraph tags in HTML output of mudela-book.  Music fragment
474 don't run into the text anymore.
475
476 * Bugfix: don't align the first line of text. (Lookup::text ()).
477
478 * Abstract away data members of Axis_group_element, Align_element
479
480
481 1.3.33.jcn3
482 ===========
483
484 * Added helpful properties instrumentScriptPadding/instrScriptPadding for
485   Staff_margin_engraver.
486
487 * Removed some empty files, substituted (c) 1999 occurrences.
488
489 * Added \property maximumRestCount.  It will prevent showing (or actually:
490   moving in case of a collision) more than maximumRestCount similar rests.
491   WIP!
492
493 * Rewrote Staff_margin_engraver.  Staff margin texts now hang on a new
494   breakable item: Left_edge_item.
495
496 * Fixed vertical alignment for dynamic elements.  Orphaned dynamic items
497   (not supported by a Dynamic_line_spanner) still collide with Staff,
498   although they now have staff support, which was supposed to fix this.
499
500 * Fixed Staff_margin_engraver for "instrument", "instr" is still broken.
501
502 * Dynamic elements are only put in a Dynamic_line_spanner if there
503   actually is more than one adjacent note-column with a dynamic.
504   This breaks the fine looks of all dynamics, again :-)
505
506
507
508
509 1.3.33
510 ======
511
512 1.3.32.hwn3
513 ===========
514
515 * Experiment: use STL map for Scheme_hash_table; Is there a speedup?
516
517 * Bugfix: print brace iso. bracket for Piano / GrandStaff
518
519 * Change naming: change do_post_processsing into after_line_breaking,
520 do_pre_processsing into before_line_breaking and do_process_requests
521 into do_process_music.
522
523 * Bugfix in hash-table.hh: do quadratic probing, and not cubic probing.
524
525 * Display property name for type error.
526
527 * Cleanups for Dynamic_engraver and Dynamic_line_spanner.
528
529 * Warn if last column in score is musical. Helps catch programming errors.
530
531 * Spanner::spanned_drul_ now is private. 
532
533 * Rewrote some bar code: moved molecule functions out of Lookup.
534
535 1.3.32.jcn3
536 ===========
537
538 * Embedded newlines in text items are now allowed.  This helps avoiding
539   TeX-hacking in some cases.  See input/test/coriolan-margin.ly
540
541 * Fixed stupid x-y interchange bug for staff-bracket.  This fixes
542   placement of staff-brackets.
543
544 * Fixed bracket/arch-thickness interchange bug, and made bracket a bit
545   thinner.
546
547 * Fixed slur/bezier-beautiful name mismatch.  This should fix the steep
548   slurs that were apparently reintroduced in 1.3.29.
549
550 * Made some small fixes to Coriolan.
551
552 * Removed duplicate lily/output-property-engraver.hh.
553
554 * Removed optional use of vanilla spanner in Dynamic_engraver.
555
556 * Fixed (measured) tremolo for Stem and Beam. Merged declarations
557   stem-engraver.hh and chord-tremolo-engraver.hh into their .cc
558   implementation file.  Also fixed looks of Chord tremolo, input and
559   implementation is still ugly.
560
561 * Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit
562   parser and lexer.
563
564 1.3.31.mb1
565 =========
566
567 * Fixed \specialkey and \normalkey. Updated documentation.
568
569 1.3.32
570 ======
571 1.3.31.jcn5
572 ===========
573
574 * Fixed and cleaned-up Dynamic_engraver.  Optionionally uses vanilla
575   spanner instead of Dynamic_line_spanner.
576
577 * Made gcc-2.95 compile fix in libc-extension.
578
579 * Various fixes to Coriolan, score starts to look acceptable.
580
581 * Moved optional text of crescendo into Crescendo spanner.  Fixed horizontal
582   and vertical alignment of dynamics.
583
584 * Added new text crescendo spanners to Coriolan and made some fixes.
585   If you're using timidity, use the -EO option to prevent notes get
586   stuck.  I'm not sure whose fault this is, Lily's MIDI output may be
587   stretching the standard a bit.
588
589 * Adjacent dynamic markings are now grouped on a horizontal line, but it's
590   not perfect yet: they're always below the staff and no horizontal spacing
591   is done.  Also, character metrics of dynamics are still not used.
592   See: input/test/crescendi.ly and input/test/dyn-line.ly
593
594 * Cleaned up Span_dynamic_performer.
595
596 1.3.31
597 ======
598 1.3.30.mb1
599 =========
600
601 * Fixed the page layout, reintroducing space for the header and
602   trying to keep piece titles on the same page as the piece.
603   The header and footer can now contain several lines.
604
605 1.3.30.jcn3
606 ===========
607
608 * Lily now also performs crescendi and decrescendi in MIDI output:
609   Span_dynamic_performer (bit scrappy).
610
611 * Added preliminary support for crescendi/decrescendi other than `hairpins',
612   eg: `cresc. poco `a poco -- -- --'
613
614 * Made MIDI tie performance fix.
615
616 1.3.30.jcn2
617 ===========
618
619 * Lily now performs absolute dynamics in MIDI output.
620
621 * Included David's comments on opus47 in TODO.
622
623 1.3.30.jcn1
624 ===========
625
626 * More Coriolan: flute-1,2; oboe-1,2; clarinet-1,2; 
627   fixes and remainder french horn-1,2; trombone-1,2;
628   fagotto-1,2; timpani; and several fixes.
629   
630 1.3.30.uu1
631 ==========
632
633 * Remove some old doco from programmer/ and put on personal homepage.
634
635 * Removed union-find from flower library.
636
637 * Only quantise tie horizontal part inside the staff.
638
639 1.3.30
640 ======
641 1.3.29.hwn1
642 ===========
643
644 * Report type errors for \property. Helps with converting 1.2 input
645
646 * Use Scheme for Align_element; fixed graceAlignPosition 
647 and removed \property alignmentReference in the process.
648
649 * Use generic properties for lyrics too.  This fixes \property
650 Lyrics.textStyle
651
652
653 * Add relative distance for constraints between non-column items.
654
655 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
656 increased automatically.
657
658 * Translators now only change properties of their own context. This
659 removes the 2nd argument to Translator::get_property()
660
661 * Bugfix for Metapost mode
662
663 1.3.29.uu1
664 ==========
665
666 * Updates of glossary  (Christian Mondrup)
667
668 * Bugfix with bar number placement
669
670 * Moved links to bibliography/ and misc/ to main index.
671
672 1.3.29
673 ======
674
675 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
676   Slurs are now calculated just once.
677
678 * Bezier_bow gets constants from paper.  Still no sensible solution for
679   magic asymmetry gradient step constants.
680
681 * Reinstantiated tangent-controls, more flexible than ever.  You can choose
682   between area asymmetry and tangent-controls.  My guess is, tangent controls
683   will be junked in 1.3.30.
684
685 * Slur area: only look at x-gradient.
686
687 * Added credits for some symbols of as5/9 fonts.
688
689 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.  
690
691 * Bugfix: midi2ly put out recent version (ugh).
692
693 1.3.28.hwn2
694 ===========
695
696 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
697 properties.
698
699 * Removed Gade score. To appear (shortly?) on Mutopia. 
700
701 * Make Bar_script_engraver look for typeVisibilityFunction (eg
702 property barNumberVisibilityFunction). Changed the names of the Scheme
703 functions to be understandable. See input/test/bar-script-visibility.ly
704
705 * rewrite of class Molecule. It has now reached the ultimate quality
706 plateau. All molecule data is now shared.
707
708 1.3.28
709 ======
710
711 * Update of the glossary by Christian Mondrup 
712
713 * Moved horn-concerto-3 out of tarball to private website, removed
714 W.A.Mozart subdirectory.
715
716 1.3.27.hwn1
717 ===========
718
719 * Bugfix: don't make giant ties if the horizontal part of tie is near
720 the center.
721
722 * Small optimizations to be a little more careful with mem usage. 
723
724 * Website change: put all examples in one directory.
725
726 * Removed Atom as a separate type.  Now use SCM, and since we use
727 function composition, Atoms are immutable, so they don't have to be
728 copied. This makes life easier, hopefully this is quicker and uses
729 less memory.
730
731 1.3.27.jcn1
732 ===========
733
734 * Bezier_bow: minimise_enclosed_area
735
736 1.3.27
737 ======
738
739 1.3.26.hwn4
740 ===========
741
742 * Tuplet-spanner slope calculation now looks better on tupletted rests
743 (patch courtesy Laurent Martelli)
744
745 * Bugfix (Staff_performer::new_instrument_str ()) check type of
746 \property "instrument"
747
748 * New mechanism for breaking lines: do not copy & prune the element
749 property list separately, but combine these steps. Dramatically
750 reduces memory usage for large scores.
751
752 1.3.27
753 ======
754 1.3.26.jcn2
755 ===========
756
757 * Bugfix: font used in volta-spanner calculation.
758
759 * Added simple selection list to webpage, inspired by sawmill.
760  
761 * Devised kludge for ascii 5 character font pitches.
762  
763 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
764
765 1.3.26.hwn1
766 ===========
767
768 * Plug memory leaks related to Moment:
769   - Spacing_engraver::do_pre_move_processing ()
770   - make_rational ()/make-rational
771   - Paper_column::Paper_column ()
772
773 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
774
775 * Plug memory leak in Score_engraver::set_columns ()
776
777 * Plug memory leak in Scheme_hash_table::set()
778
779 * Plug memory leak in Score_element::molecule_extent ()
780
781 * Bugfix: don't crash if a slur doesn't span anything.
782
783 * Bugfix: don't crash if doing beams without a staff symbol.
784
785 * Generic element property setting:
786
787         \outputproperty #predicate #'symbol = #value
788
789 Will set the element property symbol to value, for any elements that
790 return true for PREDICATE.  This allows you to virtually tweak *ANY*
791 property of the output. Example in input/test/generic-output-property.ly
792
793 1.3.26
794 ======
795
796 * lilypond as as2ly: --help and --version to stdout.  Regular identify 
797   to stderr.  This fixes help2man's manpage generation.
798
799 * configure: substitute full path for perl and guile in scripts.
800
801 * Added ascii slur and volta.  There seems to be a Lily bug in volta placement.
802
803 * Bugfix: default font now user settable
804
805 * as2text: handle plain ascii font, read from stdin, you can now do:
806
807   echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
808
809 1.3.25.hwn1
810 ===========
811
812 * Bugfix: second half of broken ties now are displayed again.
813
814 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
815 it horizontally on the clef.
816
817 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
818
819 * Bugfix: unbroken repeat barlines now work, eg. |:
820
821 * Added Request_iterator to make more flexible constructions possible.
822
823 1.3.25
824 ======
825 * as2text: catch missing font/character errors, added default font, set text.
826
827 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
828
829 * Ascii output, minimal support:
830   - AsciiScript Fonts: mf/*.af
831   - Init files: ly/*-as.*ly 
832   - AsciiScript translation to text: scripts/as2text.scm
833   - input/test/as.fly input/test/as1.fly
834   - Output support: lily/lily.scm
835   - Try:
836       lilypond -f as -i init-as.fly input/test/as.fly
837       as2text as.as
838
839 1.3.24.hwn1
840 ===========
841
842 * The horizontal part of ties will avoid collision with staff lines.
843
844 * Plugged memory leak: don't protect Atom function.
845
846 * Lookup cleanups. Made lots of functions static. Moved some code out
847 of Lookup.
848
849
850
851 1.3.24.hwn1
852 ===========
853
854 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
855 does not delete any of the file_ly*.tex.
856
857 * Added header and footer support in ly2dvi.py
858
859 1.3.24
860 ======
861
862 * Added a ROADMAP file explaining the source directory layout.
863
864 * Minor tweak in the feta 6 and 9 numeral
865  
866 * Moved files from lib/ to flower/
867
868 * Removed Note_head_side class.
869
870 * Updated the webpage to be a little more chatty. 
871
872 * Small Local_key_engraver optimization: only lookup timing engraver once.
873
874 * Fixed dashed slurs
875
876 * Rewrite of Slur code.  Be much more picky about slur shapes. We try
877 to offset the slur instead of bending it too much
878
879 * Look at stem directions for tie direction.
880
881 * Compound multimeasure rests. Put measures_i_ variable in an element
882 property.  Made the symbol a lot wider.
883
884 * Time signature small cleanups.
885
886 1.3.22.hwn2
887 ===========
888
889 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
890 version.
891
892 * Breathing marks now have a direction by default.
893
894 * Do set generic script properties.
895
896 * Also put tuplet brackets under notes.
897
898 * Score_element_info: only store origin of element, but not the path
899 to parent translators. Saves a little memory, and removes some complexity.
900
901
902 1.3.22.hwn1
903 ===========
904
905 * Autobeaming in time sigs that don't have 1/4 beats fixed.
906
907 * (De)crescendi should now work. (Thanks Michael)
908
909 * Better error reporting for conflicting time signatures.
910
911 * Line_number_engraver: output locations of note head
912 definitions. Very handy when entering complicated scores.
913
914 * Rewrote multi measure rest support: now they are entered as spanners
915 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
916
917   { \commandspanrequest \start "rest"
918     SXXXX
919     \commandspanrequest \stop "rest"
920   }
921
922 * Removed support of percent style repetitions. 
923
924 * Put texts outside the staff.
925
926 1.3.21.mb1
927 ==========
928 * Getopt bugfix: don't assert on certain errors.
929
930 * ly2dvi: Remove unnecessary space for the page headers.
931
932 * Bugfix convert-mudela
933
934 1.3.21.hwn1
935 ===========
936
937 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
938 not buffer name.
939
940 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
941 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
942 \property tupletInvisible will stop all tuplet spanner creation.
943
944 * Don't go berserk if tuplet spanner is on only one column.
945
946 * Use SCMs & Smobs for Molecules & atoms.  This uses less
947 scm_(un)protect_object () calls, so the output stage should be faster.
948
949 * Added \property tupletSpannerDuration, to make multiple tuplet signs
950 with one \times.
951
952 * Some programming Errors in spacing are now caught. Lily does not
953 hang when encountering degenerate springs.
954
955 * Allow beams to start and end over rests
956
957 1.3.19.hwn2
958 ===========
959 * Fix disappearing clefs when clefs are not printed with a barline.
960
961 1.3.20.jcn2
962 ==========
963
964 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
965   input/test/beam-control.fly
966 * Added \context Voice to .fly and .sly; the default \context Staff is almost
967   never what you expect
968 * Fixed decision for .sly/.fly in lilypond-mode.
969
970 1.3.19.hwn1
971 ==========
972
973 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
974 Cleanup mf-to-table.py
975
976 * Fixed embarassing slur bug.
977
978 1.3.19.jcn1
979 ==========
980
981 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
982
983 1.3.18.uu2
984 ==========
985
986 * lilypond-mode.el for emacs supersedes mudela-mode.el 
987
988 * Tuplet spanners don't collide with encompassing notes. 
989
990 * Gobbled Adobe parseAFM* code, for future use.
991
992 * Big 1999 to 2000 search/replace.
993
994 * Big interline to staff_space search/replace for mf files.
995
996 * Removed Bow class, and split code into Tie and Slur
997
998 * Don't put scripts on grace notes.
999
1000 * Font_metric uses SCM for name field.
1001
1002 * Various compilation fixes.
1003
1004 1.3.17.jcn2
1005 ===========
1006
1007 * Bugfix: beams with less than one (visible) stem
1008
1009 * small fixes to pa.ly
1010
1011 1.3.17.jcn1
1012 ===========
1013
1014 * Fixed bug that made multi-measure rest barnumber counts go wild.
1015 (even more scm2int/int2scm mixups!)
1016
1017 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
1018
1019 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
1020
1021 1.3.17.hwn2
1022 ===========
1023
1024 * Remove Paper_def calls in bezier-bow.cc
1025
1026 * Remove data members of Tuplet_spanner,  Volta_spanner
1027
1028 * hang_on_clef, property hangOnClef removed
1029
1030 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
1031 function to determine breaking behavior.
1032
1033 * More Scheme typechecking.
1034
1035 * Be strict about the difference between strings and symbols for conversion.
1036
1037 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
1038 Laurent Martelli.
1039
1040 * Partial French translation, courtesy Laurent Martelli.
1041
1042 * Small corrections in NL translation. 
1043
1044 1.3.17.hwn1
1045 ===========
1046
1047 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
1048 we have a longa note head.  noteHeadStyle = "harmonic" is not
1049 supported anymore. (for now, that is)  
1050
1051 * Reference manual update. Document \properties with examples
1052
1053 * fix mudela-book --help
1054
1055 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
1056 Key_item::c0_position_
1057
1058 * Clef_engraver general cleanup. Use alists (\property
1059 supportedClefTypes, clefPitches) for clef types.
1060
1061 * Use progress_indication () for progress. Don't include <iostream.h> directly 
1062 Don't include <string.h>, <math.h> from headers.
1063
1064
1065 1.3.16.hwn1
1066 ===========
1067
1068 * \property stemCentered (boolean): centers stem on note head. See
1069 input/test/stem-centered.ly
1070
1071 * input/trip.ly, small test of lots of features.
1072
1073 * \property Staff.collisionMergeDotted: merge equal noteheads
1074 with different dot count. See input/test/collision-merge-dotted.fly
1075
1076 * Dotted rest bugfix 
1077
1078 * Don't crash if a slur does not span any notes.
1079
1080 * Volta repeats fixed.
1081
1082 * cleanup of Note_heads_engraver
1083
1084 * removed dots_i_ member of Dots
1085
1086 1.3.16.jcn1
1087 ===========
1088 * Fixed cross staff slurs.  It seems that cross-staff sign
1089   was swapped.
1090
1091 1.3.15.hwn1
1092 ===========
1093
1094 * Fixed bug in stem code.  Stem in chords works again.  Small
1095 stem cleanups.
1096
1097 * Use element properties for Staff_symbol.
1098
1099 * \property sparseTies (boolean).  Only make one tie in the
1100 middle for tied chords.
1101
1102 * Junked Directional_spanner, Column_info.
1103 Directional_element now is element interface `Directional_element_interface'
1104
1105 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
1106
1107 pl 15.jcn4
1108         - removed old notename2scm conversion
1109         - beam-dir-algorithm through scm
1110         - bfs paper-scm
1111         - bf: knee-stemlengths
1112
1113 pl 15.jcn3
1114         - moved poor man's stem arrays to scm
1115         
1116 pl 15.jcn2
1117         - beam quanting using scm lists
1118
1119 pl 14.hwn1jcn1
1120         - chord-name uses scm members
1121         - bfs: knee with different mults, interstaff knee, auto-knee
1122
1123 **********
1124 pl 14.hwn1
1125         - specialize duration.cc for lily, move out of lib/
1126         - stem cleanup
1127         - more SCM typechecking
1128         - stafflineleading -> staff_space
1129         - bf: rod distances.
1130         - junk some unused code.
1131         
1132 pl 13.hwn2
1133         - paper/score column cleanups. Junk Score_column type
1134
1135 pl 13.hwn1
1136         - Bezier_bow/Bezier cleanups
1137         - bf: rest under beam.
1138         
1139 pl 13.jcn2
1140         - untangled Chord_name (item) and Chord (list-of-pitches)
1141         
1142 pl 13.jcn1
1143         - bezier-bow fix
1144
1145 **********
1146 pl 12.hwn1
1147         - polynomial.hh
1148         - bf: generic properties
1149         - quantise_iv () fix.
1150         - bezier cleanup
1151         - class Polynomial 
1152         - use smobs for font metric tables/hashes.
1153         - nl.po bf
1154
1155 **********
1156 pl 11.jcn3
1157         - small beam fixes (interstaff knees still broken)
1158
1159 pl 11.hwn1
1160         - bf: dots
1161         - bf: harmonic note heads
1162         - revise stem, notehead, rest
1163
1164 pl 11.jcn2
1165         - included missing scm,ly updates
1166         - bf: urg to_dir () takes scm..
1167         - bf's: if (Foo b = bar != 1)
1168         - beam cleanup
1169
1170 *********
1171 pl 10.uu1
1172         - various small bfs
1173         - bf: alignment reversed
1174         - Staff_symbol_referencer -> Staff_symbol_referencer_interface
1175         - bf: staccato pos
1176         - Knee fixes (thanks, Jan)
1177
1178 pl 10.jcn2
1179         - fixes for invisible beamed stems
1180         - removed steminfo from properties, don't cache Stem_info
1181
1182 pl 10.jcn1
1183         - steminfo to properties
1184         - dropped internote dim for stem-beams
1185
1186 *********
1187 pl 9.hwn1
1188         - abstracting Staff_symbol_referencer to an interface.
1189         - quantised_position for staccato dots.
1190         - standchen fixes
1191         - junk Score_element::do_{width,height}: set callbacks directly.
1192         - merge Score_element, Graphical_element
1193         - merge Axis_group_element, Graphical_axis_group
1194         - junk pointer fields from Score_element derived classes
1195         - junk obsolete do_substitute_dependency code.
1196
1197 **********
1198
1199 pl 8.hwn2
1200         - staff-support for Crescendi.
1201         - padding for accidentals.
1202         - cascading offset callbacks
1203
1204 pl 8.hwn1
1205         - note-head-side 
1206         - naming Staff_sidify -> Side_position_interface
1207
1208 ***********
1209
1210 pl 7.mb1
1211         - bf: timeSignatureStyle works again
1212
1213 pl 7.hwn1
1214         - Dirk Latterman key/mmrest patches
1215         - Offset callbacks in Dimension_cache
1216         - Junked Staff_side_*
1217         - Staff_sidify: interface class.
1218         - prelude-{1,2} fixes.
1219
1220 ***********
1221 pl 6.uu2
1222         - bf: PS font selecting.
1223
1224 pl 6.uu1
1225         - bf: ls-latex
1226         - mudela-book --no-pictures
1227         - bf: ly2dvi
1228         - convert-mudela: beamAuto moment syntax. 
1229
1230 pl 6.jcn3
1231         - fixed scm output
1232
1233 pl 6.jcn2
1234         - half-baken ly-gulp-file in scm
1235         - resurrected scm output through guile
1236
1237 pl 5.mb1
1238         - bf: version of init.sly, init.fly
1239         - Clarify necessary version of texinfo
1240         - bf: texi files, minor errors and syntax compatible with 
1241           older makeinfo
1242
1243 pl 6.jcn1
1244         - bf: scm output
1245
1246 *******
1247
1248 pl 5.hwn2
1249         - Bach preludes: mutopification
1250         - dots are Directional_element too; use \property dotDirection
1251         - moved some stuff out of Lookup
1252         - bf: dots
1253         - font selection mechanics changed.
1254
1255 pl 5.uu1
1256         - bf: smob allocation (thanks David!)
1257
1258 pl 5.hwn1
1259         - junked \shape. Now use #'margin-shape 
1260         - timing: one_beat -> \property beatLength
1261         - bf convert-mudela
1262
1263 ************
1264
1265 pl 4.uu1
1266         - input/test/ \property fixes.
1267         - gcc 2.95 fix
1268
1269 pl 4.hwn1
1270         - Break_align_engraver,
1271         break align order from  \property breakAlignOrder
1272         - junked Score_priority_engraver
1273         - moved Time_description into Timing_translator
1274         - use properties for timing, see input/test/timing.fly
1275         * removed \cadenza ; now use \property Score.timing
1276         * \property measurePosition
1277         * \property measureLength
1278         * \property currentBarNumber
1279         - Note_name_engraver , \context NoteNames
1280
1281
1282 pl 4.jcn1
1283         - junked some chord guessing code
1284         - bf: lookup size (-1) for chord-name accidentals
1285         - bf: ly2dvi's MFINPUTS setting
1286
1287 *************
1288 pl 2.jcn3
1289         - chords:
1290           * Chord is item
1291           * junked TeX hacking
1292           * configurable with styled strings from scm
1293           * fixes: dim, /no X, tonic != C
1294
1295 pl 2.jcn2
1296         - chords from  scm 
1297
1298
1299 pl 3.hwn2
1300         - visibility-lambdas into default elt properties SCM.
1301         - clef types in SCM
1302         - verticalDirection properties now in SCM.
1303
1304 pl 3.hwn1
1305         - move position_i_ into Staff_symbol_referencer
1306         - move dir_ into Directional_element baseclass
1307
1308 ****************
1309
1310 pl 2.hwn1
1311         - bf: dynamic style.
1312         - prepare to move dir_ into SCM. 
1313
1314 pl 2.jcn2
1315         - chord fixes: 
1316            * inversion request: no inversion guessing for chord entry
1317            * bass request: c/+b to add bass note not part of chord
1318            * -dim modifier works on all thirds
1319            * colon iso dash as tonic/modifier-additions separator
1320            * C:m5- displays as "Cdim"
1321            * C:m5-7- displays as "Co"
1322
1323 pl 2.jcn1
1324         - moved bracket vars to params
1325         - reverted broken lilypond-devel
1326
1327 *************
1328 pl 1.uu1
1329         - David's patches:
1330         * mfplain.mp detection
1331         * Graphical_element::common_refpoint() robuster.
1332         * fixes for mudela-mode.el
1333         - Dirk's patches:
1334         * key signature placement,
1335         * tied accidentals.
1336
1337 pl 1.hwn2
1338         - extra-offset elt property.
1339         - junked Chord_tremolo
1340
1341 pl 1.hwn1
1342         - changed calling convention for {get,set,remove}_elt_property()
1343         - rm'd some mutopia examples.
1344
1345 *******
1346 pl 0.hwn2,1
1347       - Generic properties and Property_engraver. Moved most of the
1348 properties.
1349
1350 0.lu1
1351         - resurrected midi2ly
1352
1353 0.jcn1
1354         - bf: lyrics lexer
1355         - reverted mup2ly revert
1356
1357 pl 3.uu1:
1358         - frontport of 1.2.17 patches.
1359
1360 **********
1361
1362 1.3.0:
1363
1364 pl 15.hwn2
1365         - loads of bfs.
1366
1367 pl x.jcn3
1368         - another workaround: reset buffer state for scm_ftell ()
1369         - workaround for broken scm_ftell ()
1370
1371 pl 15.hwn1
1372         - \properties are now SCM s, junk Scalar type
1373         - use SCM for strings in parser.
1374         - Moment derived from Rational. Moment may be smobified.
1375
1376 pl 15.jcn4
1377         - direct #... to scm parser  (Thanks to Gary Houston)