1 * etf2ly.py: Finale to LilyPond conversion.
6 * Made simple fix to get part-combiner to recognise different rhythms
8 * Unhardcoded part combiner and a2-engraver; introduced properties
9 splitInterval, soloADue, soloText, soloIIText, aDueText.
11 * Fixed part combiner's too-late problem (Dankje!)
13 * Fixed a2-devnull-engraver, a2-engraver.
15 * Renamed part combiner music names to "one", "two".
17 * Cleaned up decision making in part combiner, renamed to "solo"/"unison"
22 * Minor documentation updates
24 * Mark_engraver: has been broken since .73, fixed!
29 * Added a devnull engraver, that junks (notehead) requests of the second
30 stem when combined parts are in unison (a2).
32 * Part-combine iterator identifies Soli and A2 parts in threads by
33 looking at rhythm and pitches. It switches Voice context automagically,
34 and communicates current state using a2/solo/solo2 properties.
36 * Simple A2_engraver (`a due) prints `a2/Solo/Solo II. Soli seem to
37 arrive one request late.
39 * First try at combining parts: part-combine*
41 * fixed problem with HaraKiri
43 * fixed problem with dynamicDirection
45 * fixed problem with nonEmptyText
47 * `Fixed' chord notation, as per request of David Arnold, ie,
48 Added a chord-name-mode, that only displays chord names
49 when there's a change in the chord-name-scheme, Also, a chord
50 name should always be displayed after a line break. See
52 input/test/drarn-chords.ly
54 * Reverted duration-iter change in midi2ly, moved printing of options.
56 * warning bugfix in lexer.ll (Mats Bengtsson)
61 * Midi2ly bugfix: handle durations longer than longa. These can occur
62 because of lengthened notes when using --no-rests.
64 * Midi2ly: output `new' \key syntax, and updated version number.
66 * Midi2ly bugfix: don't correct quantised durations, don't use tuplets,
67 double dots etc. when user doesn't want them. It probably used to
68 work like this, a long time ago. For some unknown reason, all
69 corrections made by Duration_convert were junked if the corrected
70 duration != exact duration. Duh.
72 * Midi2ly: added a new option: --no-rests.
74 * Update of mudela-book (Tom Cato Amundsen)
75 - --read-lys option, now you can do:
78 mudela-book --read-lys
79 - --outdir=DIR will put ALL output into DIR
80 - @mudela[filename="myfilename"]{c d e f g}
81 - --force-mudela-fontsize
82 - ignore mudela inside @ignore @end ignore
87 * Lyric_phrasing_engraver now catches lyric extenders and correctly
88 terminates them under the last note of a melisma.
90 * Lyric word spacing code changed to fix hyphen alignment.
92 * Other minor tidying up of Lyric_phrasing_engraver and related code.
97 * Lyric_phrasing_engraver now adjusts for melisma. (Glen Prideaux).
99 * Mudela-book fix for Windows95 (Mark Hindley)
101 * Debian update (Anthony Fok)
103 * Added beam melisma for when automaticMelismata and noAutoBeaming are both
104 #t (primarily for hymns). Courtesy Glen Prideaux.
106 * Bugfix: .pfa dependency on $(outdir)/mfplain.mem
111 * stepmake/stepmake/metapost-rules.make: Put all generated files
114 * Added paper variable interscoreline to determine the score line
115 spacing, see input/test/vertical-extent.ly.
116 Cleaned up the lilyponddefs.tex inclusion scheme.
124 * Improved default handling of Lyric_phrasing_engraver and made it on by
127 * Beginnings of a stanza number engraver (\property LyricVoice.stanza =
130 * fixed bug in script.cc so fermata (and other scripts) get flipped
131 correctly when they are above the staff.
136 * Reincluded simple code for including tfm.[1-5] into search path.
137 Configure with --disable-kpathsea to enable this kludge.
142 * Updated input/test/banter-chords.ly German H/B example.
146 * Have configure check for kpathsea library and functions. Made kpathsea
147 support optional for now.
149 * Bugfix: halved width of tremolo-beams.
151 * Included compilation fix for guile-1.3.4 (Anthony).
153 * Added: chord inversion and base to regtest.
155 * Fixed: Chord names that were broken by pl73.
157 * Fixed: Chord inversions that were broken by pl72.
159 * Resurrected ascii-script output, for debugging purposes.
161 * Included compilation fix for scm-hash.cc (Han-Wen).
167 * Small bugfix: also do a deep copy on submusices
169 * Fixed: \autochange doesn't crash anymore.
171 * Cleanup, documentation and enforcement of smob interfaces in
172 LilyPond. We distinguish between SIMPLE_SMOBS and SMOBS (objects that
175 * Glen Prideaux lyric phrasing engraver. See
176 input/test/lyric-phrasing.ly
183 * Removed \interscoreline after the last line, prevents some
184 empty pages. (patch by Mats Bengtsson)
186 * Smobified Music, junked associated identifiers. Use Scheme list to
187 store Music_sequence. Removed const declarations from
188 Music_iterators. Added a mutable and immutable property list to
189 Music. Use music property for all Scheme values in Music. Created
190 and fixed a load of Garbage Collection bugs.
192 * Changed number font to allow automatic .mf creation.
194 * Output place of definition as \special{src:LOCATION}. See FAQ for
195 explanation how to use.
197 * Schemified Local_key_item and fixed minor bug with accidentals.
199 * new Japanese .po file.
201 * Bugfix for broken tie direction
203 * Bugfix for bar at beginning of line break
208 * Robustness fix for minimise_least_squares ()
210 * cleanups of Slur_bezier_bow, removed Bezier_bow.
212 * cleanup of Tie. Changed Tie into interface. Made ties flatter by default.
214 * changed SCM_UNDEFINED to SCM_UNSPECIFIED for return values that go
217 * changed SCM_UNSPECIFIED to SCM_EOL for undefined element
218 properties. This makes initializing list properties redundant.
220 * removed idiotic code for including tfm.[1-5] into search path.
222 * fixed problem with tuplet placement for cross staff tuplets.
226 * Small cleanups to bring down compile time and binary ensmallment.
228 * Made Lookup into a smob, and use guile alist iso. an STL map.
230 * Changed repeated music semantics for relative octave: each
231 alternative takes its inital octave from the body.
233 * Fixed: parser accepts booleans for property values as well.
235 * Added Scarlatti sonata test file to input/
237 * kpathsea support, courtesy Carsten Block <carsten.block@gmx.de>
241 * Fixed: long standing problem in optical-illusion code.
243 * Fixed: stop beam if stem *has* a beam in auto-beam-engraver.
245 * Made interface of Multi_measure_rest, System_start_delimiter,
246 Spacing_spanner, Separating_group_spanner, Beam, Slur and
249 * Use properties for minimum distances and spring parameters. Move
250 spacing related functions from Paper_column into Spaceable_element.
252 * Removed most Paper_column typecasts.
257 * Cleanup auto-beam-engraver: use properties for retrieving timing
260 * Fixed: Multi measure rests don't cause crashes.
262 * Fixed: don't invoke Hara_kiri::consider_suicide too early.
264 * Fixed: property engraver.
266 * Fixed: don't crash on multiple ties.
268 * Cleanups of Beam, should also be a little faster.
270 * Reunite properties and pointers. In implementation we make a
271 distinction between mutable and immutable properties
273 * Add {has|set}_interface () static methods to interface classes.
275 * Made Side_position_interface and Staff_symbol_interface an all
276 statics class, and stripped _interface suffix.
278 * Make Align_interface and Axis_group_interface an all-statics class
280 * Rhythmic_head, Staff_symbol, Grace_align_item, Break_align_item,
281 Bar, Span_bar are now interfaces, Staff_bar was removed. Use a
282 callback for determining barsize.
284 * Removed all GLUE_SCORE_ELEMENT callbacks.
286 * Added test for repeats to trip.ly
291 * ly2dvi: changed back to original semantics of latexheaders.
293 * Stem_tremolo, Crescendo, Hara_kiri_group_spanner, Tuplet_spanner,
294 Volta_spanner changed into interface.
296 * Related cleanups for Tie, Tie_column cleanups.
298 * Made Time_signature, Single_malt_grouping_item, Script_column,
299 Chord_name, Dot_column, Breathing_sign, Key_item type into interface.
301 * Removed const declaration from callback arguments.
303 * Pagebreak support. See input/test/between-systems.ly
305 * Fixed a problem with accidentals in combination with
306 non-nil key signatures.
311 * Use callbacks for augmentation dot positioning.
313 * Removed types Note_head and Rest
315 * Cleanup of slur.cc: use common reference points in a sane manner.
320 * Corrected text sizes in paper*.ly (Mats Bengtsson)
325 * Dots, Collision, Rest_collision removed as separate Score_element type.
327 * Stem and Note_column accept only one rest.
329 * Use offset callback in Stem to resolve rest/beam collisions.
331 * Put the value of new local key signature (accidentals) back into a property.
333 * Set molecule-callback for notename item.
338 * Added some comments to new slur code.
340 * Removed some ugly interstaff slur code, interstaff slurs at line-break
343 * Slur bugfix: 16th beams are also beams.
349 * Bugfix: translate volta spanner at start of line.
351 * Changed directional_element() calls to instantiations
352 of Directional_element_interface.
354 * Removed Dynamic_line_spanner, and cleaned up Dynamic_engraver.
356 * Removed Staff_info type. Information about columns is now transferred
357 via currentMusicalColumn and currentCommandColumn.
363 * Made slur attachment position user settable; properties:
364 slurBeginAttachment slurEndAttachment, values: 'head 'stem
365 'along-side-stem. See input/test/slur-attachment.ly and ophee-slurs.ly.
367 * Fixed slur attachment positions, added missing rule and use simple
368 default starting positions for attachments.
370 * Started rewrite of slur ending code, interstaff slurs are broken for
373 * Fixed download URL of the webpage.
375 * Moved direction.cc to flower/.
380 * Lyrics centered on notehead.
382 * Various bugfixes hyphen-spanner.
384 * Bugfix: set appropriate callbacks for Note_head. This fixes
387 * Removed Clef_item as score-element derived type.
389 * Updated config.sub and config.guess
391 * Bugfix: allow linebreaks on beamed grace notes.
396 * Included dutch po-update based on submitted 1.3.57 nl.po
398 * Added "Development" link to website, now that "Home" is a relative link.
400 * Bugfix: use deep copies for resetting keys.
402 * Assorted typing erors in procedure names in ly/engraver.ly
407 * Made callbacks from Score_element::before_line_breaking() and
408 Score_element::after_line_breaking()
410 * Fixed website; backlinks should work again.
412 * Removed --ignore-version option. Added --verbose option.
422 * Junk int_identifier, real_identifier. Merged Midi_def_identifier and
423 Paper_def_identifier.
425 * Fixed bug with spanning barlines in combination with Hara-Kiri staffs.
427 * Cleaned up Text_item, Hyphen_spanner, Lyric_extender and
428 Sustain_pedal and reduced them to an Score_element interface (they are
429 no longer Score_element derived types).
431 * Some instances of brew_molecule routines have moved out of
432 Score_element, and are now called scheme_molecule.
434 * Moved lots of parameters from ly/params.ly to ly/engraver.ly
439 * Removed String_identifier, and use the type system of GUILE instead.
441 * Fixed \key PITCH MODALITY syntax. The modality argument is now
442 mandatory, a rule in convert-mudela has been added.
444 * Cleaned up buildscripts/ directory: removed obsolete scripts.
446 * Use Scheme_hash_table for identifier Scopes. Scheme_hash_table is
447 based on STL and should be faster than hash_table.
453 * Fixed scm_un/protect_object for guile-1.3.4 and 1.3.5 snapshots,
454 in the process reduced number of protect/unprotect calls. With
455 guile-1.3.5 snapshot, memory usage has decreased by 1/5th, now
456 just 10% above the 1.2 level. Also, Lily's a bit faster.
458 * Fixed make diff bug in stepmake to be able to make this diff :-)
463 * Rewrote key sig support. Now key signature can also be controlled
464 by setting keySignature and localKeySignature properties, eg.
466 \property keySignature = #'((2 . -1) ( 4 . -1) (6 . -1))
468 sets a key signature of `es ges bes' (an unusual key signature).
470 Keys are internally represented as transpositions of the c-major
471 scale. Printing the key signature for a scale is done by filtering out
472 all non-natural accidentals.
474 * Removed support for \keysignature, and \key something \minor; Newkey
480 * Fixed pedal items (hw)
482 * Changed configure option tex-tmfdir to tmf-path now accepting multiple
483 tfm directories. Automated links to cmr and amstex tfm font directories.
485 * Replaced one scm_assoc () u-turn slipped through jcn1
487 * various GUILE 1.3.5 compile fixes
489 * Added `Ped' as a compound symbol font and removed silly scheme kerning.
491 * Replaced some scheme assoc u-turns with scm_assoc ()
493 * Ran po-update (mostly because of new ja contribution).
498 * Cleaned-up scheme list to text conversion for Chord_name and
499 fixed horizontal kerning.
501 * Added examples for american (slashed o) and jazz (black triangle),
502 see input/test/{american-chords.ly,jazz-chords.ly}
504 * Made guile-1.3.5 compile fixes
509 * Fixed typo in Dots::do_brew_molecule (); this fixes the disappearing
512 * Rewrote key signature administration; now Scheme is used; Octave and
513 Key have been junked in favor of Newkey.
515 * japanese .po file included (thanks, Japanese team!)
520 * Fixed several forgotten molecule-callbacks
522 * Fixed first clef in score; now F clefs are also possible.
527 * Updated FAQ with two useful GDB macros.
529 * Several fixes in the documentation.
534 * Made (dutch) po-update
539 * Molecules are now generated via callbacks exclusively; most calls to
540 set_elt_property ("transparent", SCM_BOOL_T) have been replaced by suicide().
545 * Experimental property collapse for most score-elements. (notable
546 exceptions: Scripts, pedals). Change all Score_element constructors to
547 take a basic-property list. The suffix of a property list may be
548 shared by several score-elements, for instance all default G-clefs in
549 a score share the following settings
552 (break-align-symbol . Clef_item)
553 (visibility-lambda . ,begin-of-line-visible)
555 This should reduce memory usage further.
557 * Magically fixed the disappearing Lyrics problem.
559 * Removed used_b_ field from Score_element.
561 * Massive search-replace patch: store pointers and properties
562 separately, in preparation of property collapse.
568 * Bugfix: don't crash on tuplet spanners that don't contain any notes.
570 * Cleanup of Dimension_cache: removed a few redundant
571 fields. Slightly lower memory usage (32 bytes per
572 score-element). Dimension_cache is now a `dumb' struct again.
574 * Add array index to priority field of text scripts to ensure that
575 order is unique, and sensible.
577 * Added an element count statistic.
582 * russian.po (thank you, August.)
584 * Small cleanups in Molecule interface
586 * Spacing related elements perform suicide after calculating
587 distances. This saves a some memory, approximately 2 to 5 % ?
589 * Small cleanups in line breaking: Paper_column stores springs and
590 rods in only one place now. All fields relating to energy have been
593 * Don't generate all output Scheme in memory, but evaluate to output
594 file immediately. This will reduce memory usage a little.
596 * Use STL's map for Dictionary template
598 * Substitute pointers on element properties of the root Line_of_score
601 * Added toplevel doc target, to support building doc with --srcdir
603 * Removed cygwin build stuff; updated versions at:
605 http://appel.dyndns.org/lilypond/gnu-windows/cross
607 * Fixed lily.scm to handle incipits (thanks, Mats)
613 * Made bugfix in smob handling: delete the C-part of freed smobs and
614 be honest about amount of allocation and deletion, so that GUILE
615 doesn't overestimate the amount of memory available.
617 * Faq update: nicer blank note paper, courtesy Mats Bengtsson.
619 * Bugfix: don't crash on durations that are not a power of 2.
621 * Build manpages during `make all'
623 * Bugfix: don't do absolute comparisons in Polynomial::clean ().
625 * Bugfix: set visibility-lambda for key signature created by
626 createKeyOnClefChange. Fixes disappearing key signatures.
628 * Bugfix: make System_start_delimiter of bar-line type invisible when
629 it spans only one staff.
634 * Item cleanups. Copying items and rearranging pointers are done in
635 separate passes, which makes the code cleaner. This fixes a problem
636 with some items not disappearing from hara-kiri staffs.
638 * Use Scheme for Key_item data members.
640 * Don't use regex in chord-names.scm under windows; hybrid chordnames
641 user+calculated will be partly broken.
646 * Junked Shift_tuple from collision; Now it uses SCM.
648 * Bugfix of documentation and test-file of tuplet.
650 * Bugfix type string of repeated music is copied. This fixes declared
653 * Junked various cruft from lily.scm
655 * Use interfaces symbols instead of C++ class-name for assigning generic
658 * Junked Dictionary from Piano_pedal_engraver and
659 Piano_pedal_performer.
661 * Introduced boolean element property no-spacing-rods: ignore this
662 item for hard constraints.
664 * Bugfix: added sanitised TeX fragment in faq.texi
666 * Bugfix: merge equal Bar_reqs
671 * Small fixes for \cresc and \endcresc
673 * Release properties of unbroken spanners & items after doing
674 handle_broken_smobs (); should conserve a little memory.
676 * Fixed handling of orphaned score-elements. Any element that does
677 not have its Line_of_score as a ancestor in both directions, is silently
678 removed from the output. This guarantees that programming errors
679 don't result in coredumps from Dimension_cache::common_refpoint ():
680 element->line_l () is always a common reference point.
682 * Bugfix: set visibility-lambda of clef and octavation-8 explicitly
683 for default case. Now the octavation 8 is not printed at every
689 * Changed noteHeadStyle properties to symbols, for example
690 \property Voice.noteHeadStyle = #'cross
695 * Rewrite of chord-name production in scheme. There are two major styles
696 now, banter and american. To get american style, use
698 \property ChordNames.chordNameStyle = "american"
700 Most anything should be possible now. See input/test/american-chords.ly
702 * Added isinf check to configure.in, and isinf macro from guile to
703 bezier.cc; solaris has no isinf ().
705 * Fixed star-spangled-banner with not-so-nice \bar "|." fix. Almost
708 * Added output property to regression test.
710 * Fixed warning of creating existing outdir.
712 * Added `Mark' interface to text-items that are marks (thanks, HW).
719 * Corrected glossary.tely
721 * Corrected \mark font handling. feta-nummer font only of the
722 string is all numeric.
724 * Implemented noteHeadStyle lookup in Guile. Reintroduced the style
725 "harmonic" and added "baroque" (normal note shapes except for
726 brevis and longa which are square).
728 * Simplified ly2dvi using the power of the geometry package.
730 * Improved heuristic size calculation of TeX macros. Handles e.g.
731 "\\u{a}", "\\"{o}" and "\\^{u}" correctly.
736 * Bugfix: don't hang on zero-duration.
738 * Various glossary updates (thanks, Christian)
746 * Drastically reduced vertical space used by headers/footers, when using
747 ly2dvi. See input/test/fill-a4.ly.
749 * Fixed bug with colons appearing on repeat span-bars.
751 * Added Bar_number_engraver to standard Score context
753 * Construct octavation scripts in the clef-engraver; this fixes the
754 hara-kiri + clef8 problem
762 * Fixed chord-name customisation and made small chord-name build fixes.
764 * Accidentals with chord-names smaller and as superscript.
766 * Do some extra footify (works only once) while making html docs.
771 * Debian patch (Thanks Anthony)
773 * Rewrote Bar_number_engraver and Mark_engraver and removed
774 Bar_script_engraver as baseclass. Both Bar_number_engraver and
775 Mark_engraver are simpler and more robust.
777 * Fixed precedence of \property verticalDirection and dynamicDirection
779 * Fixed keys without barlines
781 * Fixed StaffGroups: removing `\consistsend "Axis_group_engraver"'
782 puts alignment in function again
784 * Fixed StaffGroup + GrandStaff combination.
786 * Music is now mandatory as the first thing in a \score{} block
793 * Implemented una-chorda and sostenuto piano pedals in performer and engraver.
795 * Added Properties textScriptWordSpace and chordNameWordSpace.
797 * Junked old lyrics in star-spangled-banner.
799 * Added a Piano_pedal_engraver.
801 * Removed some empty files.
803 * Created piano pedal symbols: * - . P e d.
805 * Fixed ps-to-pfa.py to handle multiple unfills.
807 * Moved accordion symbols out of feta-script to end of font.
809 * Bugfix: don't create tfm's, pfa's etc of feta-test fonts.
811 * Fixed blot_diameter for small resolutions.
816 * Put global element list into Line_of_score, instead of
817 Paper_score. post processing (the stage after line breaking) is now
818 truly done per-system, and we got rid of an ugly hack to get font
821 * Bugfix: set the group-interface of System_start_delimiter.
823 * Cleanups of Break_algorithm and derived classes, Move
824 broken_col_range () to Line_of_score, remove Paper_score::col_l_arr_
826 * Bugfix for accordion symbols.
828 * Various patches to prevent crashing when do_brew_molecule gets
829 called before after_line_breaking (). This was a problem in Spanner
838 * Made a quick try at piano pedal performer, damper pedal only.
840 * mf/feta-accordion.mf: Fixed strange turning paths.
842 * mf/feta-beugel.mf: Fixed infinity errors.
844 * Use a more discriptive name for windows setup.zip.
846 * mf/GNUmakefile: Have logs as last target, so that normally, they're
849 * stepmake/stepmake/metafont-rules.make: Don't remove the .log files.
850 The logs are a target, removing them retriggers make.
852 * stepmake/stepmake/metapost-rules.make: Remove the correct log and tfm
853 files, ie the ones that clutter the source directory, not the target logs.
855 * Windows distribution: faked symlink for cmtfm. Setup.zip should now be
856 standalone; ie, no need for Cygnus' usertools anymore.
861 * Documentation/ntweb: Updated angels.ly to match current syntax.
862 Also updated index.texi.
867 * Change all occurances of Staff_margin_engraver to
868 Instrument_name_engraver, add a convert-mudela rule
870 * Change status == busy assert into programming error
878 * Lots of fixes to windows distribution scripts.
880 * Added configuration features --program-prefix, --program suffix.
882 * lily/my-lily-parser.cc (get_chord): Bugfix, don't use deleted pitch.
883 This fixes inversions c/g and bass additions d/+c on chords.
888 * Avoid that xxxXXXVerticalExtent is used for empty HaraKiriStaff
894 * Debian patches (thanks Anthony!)
896 * Use symbols for prefatory matter spacing. Do not use the typename
897 for looking up item pairs in the table, but read element property
900 * Instrument_name_engraver, uses break alignment instead of
903 * System_start_delimiter_engraver, System_start_delimiter, uses a
904 spanner for the braces/brackets at the left of the system. Remove all
905 old Span_score_bar engravers.
907 * Removed Base_span_bar_engraver::use_prority_b_, and moved
908 Base_span_bar_engraver into Span_bar_engraver.
913 * mutopia/Coriolan/violino-2.ly: Bugfix: wrong pitch.
915 * input/test: Removed stale AutoStaffSwitch examples.
917 * mutopia/E.Satie: Fixed gnossiene-4, doing \autochange. Removed
918 stale copy of gnossiene-4.
920 * buildscripts/make-cygwin-cross.sh: Made some small .zip package fixes.
922 * make/lilypond.spec.in: Made some bugfixes for _prefix, preparations
923 for cross-building to Cygwin.
925 * buildscripts/make-cygwin-cross.sh: Now using rpm packages.
930 * added \property XXXMinimumVerticalExtent, \property XXXExtraVerticalExtent
932 * New_chord_tremolo_engraver: make tremolo beams from
934 \repeat "tremolo" NUMBER <Music-expression>
936 Removed support for "old-style" tremolos.
938 * Add a convert-mudela function for the conversion "\key A;" to "\key a;
940 * Read \property measurePosition within the engraver code, instead of
941 looking up the Timing_translator.
943 * star-spangled-banner.ly: add Bar_engraver to LyricsVoice
945 * Changed all .fly and .sly files to .ly files. Propose to dump .fly
954 * buildscripts/mf-to-table.py: feta dep files are now opened with write
955 binary option. This avoids carriage return linefeed problems and
956 windows while not affecting unix.
958 * Documentation/hacking.texi: Fixed a texinfo syntax error
960 * stepmake/bin/package-zip32.sh: Fixed or Removed some legacy, 1.2.x,
963 * Documentation/ntweb/index.texi: Fixed broken links, added 1.3.39 links.
968 * Glossary updates by Christian Mondrup.
970 * Bugfix: use generic properties in lyrics too. This fixes the
971 \property textStyle for lyrics.
973 * Score_element::preset_extent(), used by \property
974 XXXVerticalExtent, so hard code the size of a vertical group.
976 * Don't fix up reference points for originals of broken
977 spanners. Fixes spurious "orphaned score-element" warnings.
979 * buildscripts/make-cygwin-cross.sh: Use rx-1.5 instead of regex (Jeffrey).
981 * scm/lily.scm: Fixed check for Windows: by default don't use scm regex.
983 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: Significantly smaller
986 * buildscripts/make-cygwin-cross.sh: Compile native package GNU regex,
987 which should fix Windows problems with guile. Also added input directory
990 * stepmake/aclocal.m4: Added decent checking for version of guile, and
991 fixed warning message.
993 * lily/lexer.ll (My_lily_lexer): Bugfix: lookup chordmodifiers in the
994 chord-modifier table (not in the pitch list).
1002 * General cleanups of My_lily_parser.
1004 * Start of a Chord_tremolo_iterator for the `\repeat 4 "tremolo"'
1007 * Moved Score_element::do_space_processing out of the dependency
1010 * Use Scheme for notename tables. Removed uppercase letters for low
1011 octave notes. Removed Notename_table.
1013 * Fixed core dump with declared "\key ; "
1015 * Extra robustness warning for Side_position_interface::aligned_on_self ()
1017 * Extra robustness: make sure that first and last columns are breakable.
1022 * stepmake/aclocal.m4: Added support for cross-compiling with guile.
1024 * buildscripts/make-cygwin-cross.sh: A try at dropping cygwin1.dll
1025 dependency by using mingw. Compiling guile is too much to ask
1026 for mingw, though. Also:
1027 - rename python scripts .py (request from Alain)
1028 - install native packages under their own, separate root. (Alain)
1030 * lily.scm: Don't use regex module when running on
1033 * lily/staff-margin-engraver.cc (acknowledge_element): If
1034 possible, hang y-axis of margin script to span-bar. This fixes
1035 vertical placement of margin scripts attached to staff groups.
1037 * help2man-rules.make: Fixes for generating manpages by copying
1038 and for building using --scrdir.
1040 * stepmake/stepmake/generic-targets.make: Preserve date stamp of
1041 config.h, version.hh files file when copying.
1043 * buildscripts/make-cygwin-cross.sh: made number of fixes:
1044 - add `Cygnus/' prefix to directories in .zip-file too.
1045 - package guile too.
1046 - don't link to cygwin1.dll
1048 * stepmake/stepmake/install-targets.make: bugfix, don't fail if directory
1049 is not emty when uninstalling.
1051 * stepmake/stepmake/generic-targets.make: added man target.
1053 * buildscripts/make-cygwin-cross.sh: new script for cross-building cygwin
1054 development tools and lilypond executable.
1056 * Documentation/ntweb/lilypond-manpages.patch: provide pre-built
1057 manpages, so that make doesn't fail on help2man trying to execute
1058 a GNU/windows executable.
1060 * Documentation/ntweb/guile-1.3.4-gnu-windows.patch: new patch for
1063 * flower/libc-extension.cc (memmem): cygwin compile fix.
1071 * (generic-property.scm) added \property tieDash to set dashing on
1074 * Removed ly_eval_str(), we should use scm_eval (Scm_object).
1076 * Removed scm_to_array (), array_to_scm (), associated junk. Reverted
1077 undocumented .29 patch that made Bezier::control_ into an
1078 Array<Offset>. Added some comments documenting the reasons for the
1081 * Revert generic-property.scm of .37 fix, fix the real problem in
1082 property-engraver.cc: use the right symbol to check if element
1083 property is already set.
1088 * Fixed srcdir build, so that you can do:
1090 tar xzf releases/lilypond-x.y.z
1093 ../lilypond-x.y.z/configure
1096 as with any other gnu package. All build output goes to <build>/out.
1098 * Changed and fixed use of different configurations, and different output
1099 directories. Finally, you can use different configurations alongside
1100 eachother. From make/stepmake.make:
1102 # Use alternate configurations alongside eachother:
1104 # ./configure --enable-configsuffix=debug
1107 # uses config-debug.make and config-debug.h; output goes to out-debug.
1110 # Use same configuration, but different output directory:
1114 # uses config.make and config.h; output goes to out-www.
1118 * Fixed performance of (de)crescendi.
1120 * Better documentation for arithmetic_multiplier and arithmetic_basicspace
1123 * Added instrument-equaliser for MIDI output, see scm/midi.scm, and
1124 properties midiMinimumVolume, midiMaximumVolume, ranges [0,1].
1126 * Changed absolute midi volume settings into factor of full scale.
1128 * Fixed another dynamic-line-spanner bug, it gets hairy.
1130 * Added warning for spanners that are not fully contained in parent spanner.
1138 * Abstract Align_element into Align_interface. Removed
1139 Axis_align_{item,spanner}, Align_element, Super_element, all multiple
1140 inheritance in the backend.
1142 * new Gade score, INSTALL.texi fixes (thanks, Mats)
1144 * Removed Item::hpos_f (), Score_element::{get,set}_real ()
1146 * comments detailing properties for Axis_group_interface,
1147 Side_position_interface, Score_element, Item and Spanner
1152 * Fixed vertical dimensions of elements in dynamic line spanner by adding
1153 axis-group to dynamic line spanner.
1155 * Bugfix: line-spanner lasts always full duration of (de)crescendi.
1157 * Bugfix: broken (de)crescendi on a dynamic-line-spanner.
1159 * Bugfix: compilation dynamic-engraver.
1161 * Added and updated a faq about postscript and ghostscript.
1163 * Fixed order of slurVerticalDirection verticalDirection in
1164 generic-property.scm. Similar fixes for Stem, Tie, etc.
1166 * Added a Text_engraver to GraceContext. Maybe it was removed on
1167 purpose: scripts on grace notes seem broken, they appear on the
1170 * Bugfix: volume effect of (de)crescendi was sometimes wrong way round.
1177 * textEmptyDimension changed into textNonEmpty, default: off,
1178 ie. texts don't occupy space.
1180 * Use STL map for Lookup::lookup_p_tab_p_
1182 * Abstracted Axis_group_element into Axis_group_interface, and removed
1183 Axis_group_element. This eliminates some multiple inheritance in the
1189 * Added minimum-space property to Side_position_interface. Used in
1190 positioning of Volta_spanner: voltaMinimumSpace.
1192 * Fixed and cleaned-up volta-spanner.
1194 * Moved directional-element.cc -> directional-element-interface.cc
1196 * Renamed all `process_requests' to `process_music', which fixes
1199 * Fixed dimensions (more x-y interchanges) of brace, bracket and
1202 * Half-assed fix to get similar vertical placement of orphaned vs.
1203 line-spanned dynamic elements.
1205 * Added property bracketCollapseHeight: the minimal size of a staff bracket
1206 that will be typeset. Smaller brackets will not be displayed. This
1207 fixes the (in 1.3.x reintroduced) funny duck-beak-bracket-bug (sorry).
1209 * Removed some dissonant chords from Coriolan
1214 * Removed Documentation/programmer directory
1219 * Small enhancements to Staff_margin_engraver:
1220 - by default, the marginScript left aligns the text
1221 - to set the text style, use property marginScriptTextStyle
1222 - to change the alignment, use property marginScriptHorizontalAlignment
1223 (centred and right alignment require manual padding settings).
1225 * Print a friendly message if the manual pages failed to build.
1227 * Bugfix: dynamicDirection now overrides verticalDirection setting.
1229 * Warning messages and nl.po
1231 * Fixed vertical alignment for all dynamic items and (reluctantly)
1232 reinstated old directional behaviour for orphaned dynamics.
1234 * Finished maximumRestCount property.
1241 * Print key without setting key, syntax "\key ;". General cleanups of
1244 * Add paragraph tags in HTML output of mudela-book. Music fragment
1245 don't run into the text anymore.
1247 * Bugfix: don't align the first line of text. (Lookup::text ()).
1249 * Abstract away data members of Axis_group_element, Align_element
1255 * Added helpful properties instrumentScriptPadding/instrScriptPadding for
1256 Staff_margin_engraver.
1258 * Removed some empty files, substituted (c) 1999 occurrences.
1260 * Added \property maximumRestCount. It will prevent showing (or actually:
1261 moving in case of a collision) more than maximumRestCount similar rests.
1264 * Rewrote Staff_margin_engraver. Staff margin texts now hang on a new
1265 breakable item: Left_edge_item.
1267 * Fixed vertical alignment for dynamic elements. Orphaned dynamic items
1268 (not supported by a Dynamic_line_spanner) still collide with Staff,
1269 although they now have staff support, which was supposed to fix this.
1271 * Fixed Staff_margin_engraver for "instrument", "instr" is still broken.
1273 * Dynamic elements are only put in a Dynamic_line_spanner if there
1274 actually is more than one adjacent note-column with a dynamic.
1275 This breaks the fine looks of all dynamics, again :-)
1286 * Experiment: use STL map for Scheme_hash_table; Is there a speedup?
1288 * Bugfix: print brace iso. bracket for Piano / GrandStaff
1290 * Change naming: change do_post_processsing into after_line_breaking,
1291 do_pre_processsing into before_line_breaking and do_process_requests
1292 into do_process_music.
1294 * Bugfix in hash-table.hh: do quadratic probing, and not cubic probing.
1296 * Display property name for type error.
1298 * Cleanups for Dynamic_engraver and Dynamic_line_spanner.
1300 * Warn if last column in score is musical. Helps catch programming errors.
1302 * Spanner::spanned_drul_ now is private.
1304 * Rewrote some bar code: moved molecule functions out of Lookup.
1309 * Embedded newlines in text items are now allowed. This helps avoiding
1310 TeX-hacking in some cases. See input/test/coriolan-margin.ly
1312 * Fixed stupid x-y interchange bug for staff-bracket. This fixes
1313 placement of staff-brackets.
1315 * Fixed bracket/arch-thickness interchange bug, and made bracket a bit
1318 * Fixed slur/bezier-beautiful name mismatch. This should fix the steep
1319 slurs that were apparently reintroduced in 1.3.29.
1321 * Made some small fixes to Coriolan.
1323 * Removed duplicate lily/output-property-engraver.hh.
1325 * Removed optional use of vanilla spanner in Dynamic_engraver.
1327 * Fixed (measured) tremolo for Stem and Beam. Merged declarations
1328 stem-engraver.hh and chord-tremolo-engraver.hh into their .cc
1329 implementation file. Also fixed looks of Chord tremolo, input and
1330 implementation is still ugly.
1332 * Added *.yy and *.ll to TAGS, to that tags-find-replace doesn't omit
1338 * Fixed \specialkey and \normalkey. Updated documentation.
1345 * Fixed and cleaned-up Dynamic_engraver. Optionionally uses vanilla
1346 spanner instead of Dynamic_line_spanner.
1348 * Made gcc-2.95 compile fix in libc-extension.
1350 * Various fixes to Coriolan, score starts to look acceptable.
1352 * Moved optional text of crescendo into Crescendo spanner. Fixed horizontal
1353 and vertical alignment of dynamics.
1355 * Added new text crescendo spanners to Coriolan and made some fixes.
1356 If you're using timidity, use the -EO option to prevent notes get
1357 stuck. I'm not sure whose fault this is, Lily's MIDI output may be
1358 stretching the standard a bit.
1360 * Adjacent dynamic markings are now grouped on a horizontal line, but it's
1361 not perfect yet: they're always below the staff and no horizontal spacing
1362 is done. Also, character metrics of dynamics are still not used.
1363 See: input/test/crescendi.ly and input/test/dyn-line.ly
1365 * Cleaned up Span_dynamic_performer.
1372 * Fixed the page layout, reintroducing space for the header and
1373 trying to keep piece titles on the same page as the piece.
1374 The header and footer can now contain several lines.
1379 * Lily now also performs crescendi and decrescendi in MIDI output:
1380 Span_dynamic_performer in a slightly crappy way.
1382 * Added preliminary support for crescendi/decrescendi other than `hairpins',
1383 eg: `cresc. poco `a poco -- -- --'
1385 * Made MIDI tie performance fix.
1390 * Lily now performs absolute dynamics in MIDI output.
1392 * Included David's comments on opus47 in TODO.
1397 * More Coriolan: flute-1,2; oboe-1,2; clarinet-1,2;
1398 fixes and remainder french horn-1,2; trombone-1,2;
1399 fagotto-1,2; timpani; and several fixes.
1404 * Remove some old doco from programmer/ and put on personal homepage.
1406 * Removed union-find from flower library.
1408 * Only quantise tie horizontal part inside the staff.
1415 * Report type errors for \property. Helps with converting 1.2 input
1417 * Use Scheme for Align_element; fixed graceAlignPosition
1418 and removed \property alignmentReference in the process.
1420 * Use generic properties for lyrics too. This fixes \property
1424 * Add relative distance for constraints between non-column items.
1426 * Automatic \marks: use "\mark ; ". The mark numbers or letters are
1427 increased automatically.
1429 * Translators now only change properties of their own context. This
1430 removes the 2nd argument to Translator::get_property()
1432 * Bugfix for Metapost mode
1437 * Updates of glossary (Christian Mondrup)
1439 * Bugfix with bar number placement
1441 * Moved links to bibliography/ and misc/ to main index.
1446 * Moved Slur-specific code from Bezier_bow to Slur and Slur_bezier_bow.
1447 Slurs are now calculated just once.
1449 * Bezier_bow gets constants from paper. Still no sensible solution for
1450 magic asymmetry gradient step constants.
1452 * Reinstantiated tangent-controls, more flexible than ever. You can choose
1453 between area asymmetry and tangent-controls. My guess is, tangent controls
1454 will be junked in 1.3.30.
1456 * Slur area: only look at x-gradient.
1458 * Added credits for some symbols of as5/9 fonts.
1460 * Bugfix: don't make almost flat slurs, change in de-uglyfy slur.
1462 * Bugfix: midi2ly put out recent version (ugh).
1467 * Bugfix: don't forget to process staffSpace and numberOfStaffLines
1470 * Removed Gade score. To appear (shortly?) on Mutopia.
1472 * Make Bar_script_engraver look for typeVisibilityFunction (eg
1473 property barNumberVisibilityFunction). Changed the names of the Scheme
1474 functions to be understandable. See input/test/bar-script-visibility.ly
1476 * rewrite of class Molecule. It has now reached the ultimate quality
1477 plateau. All molecule data is now shared.
1482 * Update of the glossary by Christian Mondrup
1484 * Moved horn-concerto-3 out of tarball to private website, removed
1485 W.A.Mozart subdirectory.
1490 * Bugfix: don't make giant ties if the horizontal part of tie is near
1493 * Small optimizations to be a little more careful with mem usage.
1495 * Website change: put all examples in one directory.
1497 * Removed Atom as a separate type. Now use SCM, and since we use
1498 function composition, Atoms are immutable, so they don't have to be
1499 copied. This makes life easier, hopefully this is quicker and uses
1505 * Bezier_bow: minimise_enclosed_area
1513 * Tuplet-spanner slope calculation now looks better on tupletted rests
1514 (patch courtesy Laurent Martelli)
1516 * Bugfix (Staff_performer::new_instrument_str ()) check type of
1517 \property "instrument"
1519 * New mechanism for breaking lines: do not copy & prune the element
1520 property list separately, but combine these steps. Dramatically
1521 reduces memory usage for large scores.
1528 * Bugfix: font used in volta-spanner calculation.
1530 * Added simple selection list to webpage, inspired by sawmill.
1532 * Devised kludge for ascii 5 character font pitches.
1534 * Substitutions: interline, 1997,1998, @stack.nl and small typo fixes.
1539 * Plug memory leaks related to Moment:
1540 - Spacing_engraver::do_pre_move_processing ()
1541 - make_rational ()/make-rational
1542 - Paper_column::Paper_column ()
1544 * Plug memory leak in Paper_outputter::output_{String,Real,int}_def()
1546 * Plug memory leak in Score_engraver::set_columns ()
1548 * Plug memory leak in Scheme_hash_table::set()
1550 * Plug memory leak in Score_element::molecule_extent ()
1552 * Bugfix: don't crash if a slur doesn't span anything.
1554 * Bugfix: don't crash if doing beams without a staff symbol.
1556 * Generic element property setting:
1558 \outputproperty #predicate #'symbol = #value
1560 Will set the element property symbol to value, for any elements that
1561 return true for PREDICATE. This allows you to virtually tweak *ANY*
1562 property of the output. Example in input/test/generic-output-property.ly
1567 * lilypond as as2ly: --help and --version to stdout. Regular identify
1568 to stderr. This fixes help2man's manpage generation.
1570 * configure: substitute full path for perl and guile in scripts.
1572 * Added ascii slur and volta. There seems to be a Lily bug in volta placement.
1574 * Bugfix: default font now user settable
1576 * as2text: handle plain ascii font, read from stdin, you can now do:
1578 echo "\time 4/4; g''1 g2 g4. g8" | lilypond -f as -i init-as.fly - | as2text
1583 * Bugfix: second half of broken ties now are displayed again.
1585 * Bugfix: add clef to the support of 8 text in the G_8 clefs. Center
1586 it horizontally on the clef.
1588 * Added Tie_column spanner. Ties in tied chords now get proper directionsa.
1590 * Bugfix: unbroken repeat barlines now work, eg. |:
1592 * Added Request_iterator to make more flexible constructions possible.
1596 * as2text: catch missing font/character errors, added default font, set text.
1598 * New ascii fonts and glyphs: as5 as-numeral4 as-braces9
1600 * Ascii output, minimal support:
1601 - AsciiScript Fonts: mf/*.af
1602 - Init files: ly/*-as.*ly
1603 - AsciiScript translation to text: scripts/as2text.scm
1604 - input/test/as.fly input/test/as1.fly
1605 - Output support: lily/lily.scm
1607 lilypond -f as -i init-as.fly input/test/as.fly
1613 * The horizontal part of ties will avoid collision with staff lines.
1615 * Plugged memory leak: don't protect Atom function.
1617 * Lookup cleanups. Made lots of functions static. Moved some code out
1625 * Bugfix: ly2dvi.py exits succesfully when encountering --help and
1626 does not delete any of the file_ly*.tex.
1628 * Added header and footer support in ly2dvi.py
1633 * Added a ROADMAP file explaining the source directory layout.
1635 * Minor tweak in the feta 6 and 9 numeral
1637 * Moved files from lib/ to flower/
1639 * Removed Note_head_side class.
1641 * Updated the webpage to be a little more chatty.
1643 * Small Local_key_engraver optimization: only lookup timing engraver once.
1645 * Fixed dashed slurs
1647 * Rewrite of Slur code. Be much more picky about slur shapes. We try
1648 to offset the slur instead of bending it too much
1650 * Look at stem directions for tie direction.
1652 * Compound multimeasure rests. Put measures_i_ variable in an element
1653 property. Made the symbol a lot wider.
1655 * Time signature small cleanups.
1660 * Symbols opposite to stem (eg marcato) now get the proper glyph in up
1663 * Breathing marks now have a direction by default.
1665 * Do set generic script properties.
1667 * Also put tuplet brackets under notes.
1669 * Score_element_info: only store origin of element, but not the path
1670 to parent translators. Saves a little memory, and removes some complexity.
1676 * Autobeaming in time sigs that don't have 1/4 beats fixed.
1678 * (De)crescendi should now work. (Thanks Michael)
1680 * Better error reporting for conflicting time signatures.
1682 * Line_number_engraver: output locations of note head
1683 definitions. Very handy when entering complicated scores.
1685 * Rewrote multi measure rest support: now they are entered as spanners
1686 (\commandspanrequest \start "rest"). RXXXX is an abbreviation for
1688 { \commandspanrequest \start "rest"
1690 \commandspanrequest \stop "rest"
1693 * Removed support of percent style repetitions.
1695 * Put texts outside the staff.
1699 * Getopt bugfix: don't assert on certain errors.
1701 * ly2dvi: Remove unnecessary space for the page headers.
1703 * Bugfix convert-mudela
1708 * Bugfix in lilypond-mode.el: eval-buffering now uses file name and
1711 * Scrapped tupletVisibility property. Now use tupletNumberVisibility,
1712 tupletBracketVisibility, with Scheme value #t, #f or 'if-no-beam.
1713 \property tupletInvisible will stop all tuplet spanner creation.
1715 * Don't go berserk if tuplet spanner is on only one column.
1717 * Use SCMs & Smobs for Molecules & atoms. This uses less
1718 scm_(un)protect_object () calls, so the output stage should be faster.
1720 * Added \property tupletSpannerDuration, to make multiple tuplet signs
1723 * Some programming Errors in spacing are now caught. Lily does not
1724 hang when encountering degenerate springs.
1726 * Allow beams to start and end over rests
1730 * Fix disappearing clefs when clefs are not printed with a barline.
1735 * SCM properties beamHeight and beamVerticalposition now use half-spaces:
1736 input/test/beam-control.fly
1737 * Added \context Voice to .fly and .sly; the default \context Staff is almost
1738 never what you expect
1739 * Fixed decision for .sly/.fly in lilypond-mode.
1744 * Clean up font-metric hierarchy, use Adobe AFM code to parse AFM files.
1745 Cleanup mf-to-table.py
1747 * Fixed embarassing slur bug.
1752 * lilypond-mode.el: guess init file for lily-*-region, lily-mode-map bindings
1757 * lilypond-mode.el for emacs supersedes mudela-mode.el
1759 * Tuplet spanners don't collide with encompassing notes.
1761 * Gobbled Adobe parseAFM* code, for future use.
1763 * Big 1999 to 2000 search/replace.
1765 * Big interline to staff_space search/replace for mf files.
1767 * Removed Bow class, and split code into Tie and Slur
1769 * Don't put scripts on grace notes.
1771 * Font_metric uses SCM for name field.
1773 * Various compilation fixes.
1778 * Bugfix: beams with less than one (visible) stem
1780 * small fixes to pa.ly
1785 * Fixed bug that made multi-measure rest barnumber counts go wild.
1786 (even more scm2int/int2scm mixups!)
1788 * mutopia/J.S.Bach/pa.ly: organ score (for my father)
1790 * small fix to mutopia/J.S.Bach/Duette/violino-ii.ly
1795 * Remove Paper_def calls in bezier-bow.cc
1797 * Remove data members of Tuplet_spanner, Volta_spanner
1799 * hang_on_clef, property hangOnClef removed
1801 * Bar::type_str_ mode into element property `glyph'. Use a Scheme
1802 function to determine breaking behavior.
1804 * More Scheme typechecking.
1806 * Be strict about the difference between strings and symbols for conversion.
1808 * Fixed bug that made 1st line offset to right fixed. Bugfix courtesy
1811 * Partial French translation, courtesy Laurent Martelli.
1813 * Small corrections in NL translation.
1818 * Added mensural note heads (noteHeadStyle = "mensural") Additionally,
1819 we have a longa note head. noteHeadStyle = "harmonic" is not
1820 supported anymore. (for now, that is)
1822 * Reference manual update. Document \properties with examples
1824 * fix mudela-book --help
1826 * Use element properties for Text_item::text_str_, Clef_item::symbol_,
1827 Key_item::c0_position_
1829 * Clef_engraver general cleanup. Use alists (\property
1830 supportedClefTypes, clefPitches) for clef types.
1832 * Use progress_indication () for progress. Don't include <iostream.h> directly
1833 Don't include <string.h>, <math.h> from headers.
1839 * \property stemCentered (boolean): centers stem on note head. See
1840 input/test/stem-centered.ly
1842 * input/trip.ly, small test of lots of features.
1844 * \property Staff.collisionMergeDotted: merge equal noteheads
1845 with different dot count. See input/test/collision-merge-dotted.fly
1847 * Dotted rest bugfix
1849 * Don't crash if a slur does not span any notes.
1851 * Volta repeats fixed.
1853 * cleanup of Note_heads_engraver
1855 * removed dots_i_ member of Dots
1859 * Fixed cross staff slurs. It seems that cross-staff sign
1865 * Fixed bug in stem code. Stem in chords works again. Small
1868 * Use element properties for Staff_symbol.
1870 * \property sparseTies (boolean). Only make one tie in the
1871 middle for tied chords.
1873 * Junked Directional_spanner, Column_info.
1874 Directional_element now is element interface `Directional_element_interface'
1876 * cleanup: use to_boolean () iso. gh_boolean_p && gh_bool2scm
1879 - removed old notename2scm conversion
1880 - beam-dir-algorithm through scm
1882 gv - bf: knee-stemlengths
1885 - moved poor man's stem arrays to scm
1888 - beam quanting using scm lists
1891 - chord-name uses scm members
1892 - bfs: knee with different mults, interstaff knee, auto-knee
1896 - specialize duration.cc for lily, move out of lib/
1898 - more SCM typechecking
1899 - stafflineleading -> staff_space
1900 - bf: rod distances.
1901 - junk some unused code.
1904 - paper/score column cleanups. Junk Score_column type
1907 - Bezier_bow/Bezier cleanups
1908 - bf: rest under beam.
1911 - untangled Chord_name (item) and Chord (list-of-pitches)
1919 - bf: generic properties
1920 - quantise_iv () fix.
1923 - use smobs for font metric tables/hashes.
1928 - small beam fixes (interstaff knees still broken)
1932 - bf: harmonic note heads
1933 - revise stem, notehead, rest
1936 - included missing scm,ly updates
1937 - bf: urg to_dir () takes scm..
1938 - bf's: if (Foo b = bar != 1)
1944 - bf: alignment reversed
1945 - Staff_symbol_referencer -> Staff_symbol_referencer_interface
1947 - Knee fixes (thanks, Jan)
1950 - fixes for invisible beamed stems
1951 - removed steminfo from properties, don't cache Stem_info
1954 - steminfo to properties
1955 - dropped internote dim for stem-beams
1959 - abstracting Staff_symbol_referencer to an interface.
1960 - quantised_position for staccato dots.
1962 - junk Score_element::do_{width,height}: set callbacks directly.
1963 - merge Score_element, Graphical_element
1964 - merge Axis_group_element, Graphical_axis_group
1965 - junk pointer fields from Score_element derived classes
1966 - junk obsolete do_substitute_dependency code.
1971 - staff-support for Crescendi.
1972 - padding for accidentals.
1973 - cascading offset callbacks
1977 - naming Staff_sidify -> Side_position_interface
1982 - bf: timeSignatureStyle works again
1985 - Dirk Latterman key/mmrest patches
1986 - Offset callbacks in Dimension_cache
1987 - Junked Staff_side_*
1988 - Staff_sidify: interface class.
1989 - prelude-{1,2} fixes.
1993 - bf: PS font selecting.
1997 - mudela-book --no-pictures
1999 - convert-mudela: beamAuto moment syntax.
2005 - half-baken ly-gulp-file in scm
2006 - resurrected scm output through guile
2009 - bf: version of init.sly, init.fly
2010 - Clarify necessary version of texinfo
2011 - bf: texi files, minor errors and syntax compatible with
2020 - Bach preludes: mutopification
2021 - dots are Directional_element too; use \property dotDirection
2022 - moved some stuff out of Lookup
2024 - font selection mechanics changed.
2027 - bf: smob allocation (thanks David!)
2030 - junked \shape. Now use #'margin-shape
2031 - timing: one_beat -> \property beatLength
2037 - input/test/ \property fixes.
2041 - Break_align_engraver,
2042 break align order from \property breakAlignOrder
2043 - junked Score_priority_engraver
2044 - moved Time_description into Timing_translator
2045 - use properties for timing, see input/test/timing.fly
2046 * removed \cadenza ; now use \property Score.timing
2047 * \property measurePosition
2048 * \property measureLength
2049 * \property currentBarNumber
2050 - Note_name_engraver , \context NoteNames
2054 - junked some chord guessing code
2055 - bf: lookup size (-1) for chord-name accidentals
2056 - bf: ly2dvi's MFINPUTS setting
2062 * junked TeX hacking
2063 * configurable with styled strings from scm
2064 * fixes: dim, /no X, tonic != C
2071 - visibility-lambdas into default elt properties SCM.
2073 - verticalDirection properties now in SCM.
2076 - move position_i_ into Staff_symbol_referencer
2077 - move dir_ into Directional_element baseclass
2082 - bf: dynamic style.
2083 - prepare to move dir_ into SCM.
2087 * inversion request: no inversion guessing for chord entry
2088 * bass request: c/+b to add bass note not part of chord
2089 * -dim modifier works on all thirds
2090 * colon iso dash as tonic/modifier-additions separator
2091 * C:m5- displays as "Cdim"
2092 * C:m5-7- displays as "Co"
2095 - moved bracket vars to params
2096 - reverted broken lilypond-devel
2101 * mfplain.mp detection
2102 * Graphical_element::common_refpoint() robuster.
2103 * fixes for mudela-mode.el
2105 * key signature placement,
2109 - extra-offset elt property.
2110 - junked Chord_tremolo
2113 - changed calling convention for {get,set,remove}_elt_property()
2114 - rm'd some mutopia examples.
2118 - Generic properties and Property_engraver. Moved most of the
2122 - resurrected midi2ly
2126 - reverted mup2ly revert
2129 - frontport of 1.2.17 patches.
2139 - another workaround: reset buffer state for scm_ftell ()
2140 - workaround for broken scm_ftell ()
2143 - \properties are now SCM s, junk Scalar type
2144 - use SCM for strings in parser.
2145 - Moment derived from Rational. Moment may be smobified.
2148 - direct #... to scm parser (Thanks to Gary Houston)