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