]> git.donarmstrong.com Git - lilypond.git/blobdiff - CHANGES
patch::: 1.3.104.jcn1
[lilypond.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 835d1196caf5efa6c5afb1aa5e9767abda491286..89a2775ee0bbaf2957b7948c9591346c5a1c62a3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
---- ../lilypond-1.3.99/CHANGES Wed Oct 25 07:03:07 2000
-++ b/CHANGES   Fri Oct 27 20:28:15 2000
-@@ -1,3 +1,25 @@
-1.3.99.lec1
-===========
-* fixes to abc2ly:
+1.3.104.jcn1
+============
 
-       puts text above rather than below the staff.
+* Made some --scrdir build fixes.
 
-       interprets %%MIDI nobarlines (this is an esoteric change, but
-       I need it to use the program at all -- it assumes that
-       accidentals are not persistent.
+1.3.103.jcn5
+============
 
-       Interprets the -8va tenor g clef.
+* Documentation build fix: don't run LilyPond when generating plain info doc.
 
-       Fix to previously claimed fix for setting L: before M:
+* Resurrected info documentation and made cross links between manual
+and generated doco, some small fixes.
 
-       Uses current rather than deprecated syntax for \property
-       Staff.TimeSignature
+* Made small Time signature style fix.
 
-       Allows a space between key letter and mode.
+* Generate texinfo iso html documentation.
 
-       Fix to translation table for :|:
+* Added x-references for elements->engravers and engravers->contexts.
 
-       
- 1.3.98.jcn2
- ===========
- 1.3.99.jcn1
-===========
+* Fixed number font listing in style sheet.
 
-* Made several font size and initialisation fixes.
+* Fixed default font settings for text items, text-item now uses
+font-interface's alist-chain.
+
+* Renamed property AutoBeam to autoBeamSettings to avoid confusion
+about non-existing AutoBeam element.
+
+* Mensural clefs (courtesy Juergen Reuter)
+
+1.3.103.lec1
+============
+
+* abc2ly enhancements
+
+       * %%LY comments
+
+       * explanation of rationale for %%MIDI nobarlines
+
+       * supports -8va as a syntax for tenor clef
+
+       * pushing the Staff.timeSignatureStyle property
+
+       * parses space between key letter and mode in K: statement
+
+       * default for guitar chords is above the staff
+
+       * fix for translation of :: repeat
+
+1.3.103
+=======
+
+* Translated auto-beam properties to alist.
+
+* Rewrite of tfmtoafm in scm.
+
+* Rewrite of emacs LilyPond mode, based upon auctex interface.
+
+* Chord name fixes and additions (Atte Andr'e Jensen)
+
+* ly-get-mus-property, ly-set-mus-property: set properties of Music
+
+* Move Span_req::span_dir_ into Scheme
+
+* removed numberOfStaffLines, staffSpace. Use StaffSymbol \push
+staff-space, line-count
+
+* removed minVerticalAlign, maxVerticalAlign; use VerticalAlignment
+\push #'threshold = #(MIN . MAX)
 
-1.3.98.jcn2
+* \property tremoloFlags can be set anywhere now
+
+* \apply #function music 
+
+* Bugfix: padding of dots.
+
+* Generate documentation for separate engravers as well as for contexts.
+
+* Move some reference manual into the  SCM documentation system.
+
+* Bugfix: fixed hyphen spanners.
+
+1.3.102
+=======
+
+* Fixed bracket, and made some other PostScript code fixes.
+
+* Silly font initialisation fix for paper19 non-feature.
+
+* Automatic engraver/property documentation infrastructure. 
+
+* Fixed system-start braces
+
+* Fix for forgetAccidentals: do print accidentals, just don't remember
+them.
+
+* Bugfix: forced script directions for scripts that have relative stem-direction.
+
+* Bugfix: Tie_column doesn't force Tie directions ties that already
+have a direction.
+
+* Bugfix: multimeasure rest 
+
+1.3.101
+=======
+
+* Custodes (patch by Juergen Reuter), mods by hwn.
+
+* Font initialisation and markup translation fixes. (99.jcn2)
+
+* Remove staffspace calls. Removed markScriptPadding. Fixes some
+problems with tuplet, brace and volta spanners.
+
+* make Font_interface::font_alist_chain (), and use default font
+settings. Fixes too large time sigs.
+
+1.3.100
+=======
+
+* Tweaks of .scm font-selection. 
+
+* Rewrote font management of Score_element and Paper_def.
+
+* Introduced outputscale: internally do computation in terms of
+outputscale.  Prepare to deprecate staffspace internally.  Rewrote
+.scm side of font selectioning. 
+
+1.3.99.jcn1
 ===========
 
+* Made several font size and initialisation fixes.
+
 * Renamed all occurrences of font-size to font-relative-size
 
 * Renamed all occurrences of font-point to font-point-size