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