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