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