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