]> git.donarmstrong.com Git - lilypond.git/blobdiff - CHANGES
release: 1.3.5
[lilypond.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 63f2e16343042809a89e34963f83d1df3570f0f5..5382314124e16ea79f527849069cd923a83177ef 100644 (file)
--- a/CHANGES
+++ b/CHANGES
+pl 4.uu1
+       - input/test/ \property fixes.
+       - gcc 2.95 fix
+
+pl 4.hwn1
+       - Break_align_engraver,
+       break align order from  \property breakAlignOrder
+       - junked Score_priority_engraver
+       - moved Time_description into Timing_translator
+       - use properties for timing, see input/test/timing.fly
+       * removed \cadenza ; now use \property Score.timing
+       * \property measurePosition
+       * \property measureLength
+       * \property currentBarNumber
+       - Note_name_engraver , \context NoteNames
+
+
+pl 4.jcn1
+       - junked some chord guessing code
+       - bf: lookup size (-1) for chord-name accidentals
+       - bf: ly2dvi's MFINPUTS setting
+
+*************
+pl 2.jcn3
+       - chords:
+         * Chord is item
+         * junked TeX hacking
+         * configurable with styled strings from scm
+         * fixes: dim, /no X, tonic != C
+
 pl 2.jcn2
-       - bf: auto-beamer: don't junk beam if manual beam shows up
+       - chords from  scm 
 
-pl 2.jcn1
-       - add-html-footer.py, ls-latex.py .tely updates and fixes
-       - tely (texinfo-lily) rules and test Documentation/metadoc/foo.tely
 
-pl 1.uu2
-       - complete rewrite of mudela-book. Much cleaner now.
-Support for texinfo.
-       - convert-mudela now per file, add \version if not present.
+pl 3.hwn2
+       - visibility-lambdas into default elt properties SCM.
+       - clef types in SCM
+       - verticalDirection properties now in SCM.
 
-pl 1.uu1.jcn1
-       - internationalization fixes for getopt-long help
+pl 3.hwn1
+       - move position_i_ into Staff_symbol_referencer
+       - move dir_ into Directional_element baseclass
+
+****************
+
+pl 2.hwn1
+       - bf: dynamic style.
+       - prepare to move dir_ into SCM. 
+
+pl 2.jcn2
+       - chord fixes: 
+          * inversion request: no inversion guessing for chord entry
+          * bass request: c/+b to add bass note not part of chord
+          * -dim modifier works on all thirds
+          * colon iso dash as tonic/modifier-additions separator
+          * C:m5- displays as "Cdim"
+          * C:m5-7- displays as "Co"
+
+pl 2.jcn1
+       - moved bracket vars to params
+       - reverted broken lilypond-devel
 
+*************
 pl 1.uu1
-       - rewrite --help messages for help2man:
-       * lilypond
-       * mi2mu
-       * mudela-book
-       * convert-mudela
-       - cleanup: mf-to-table.py
-       - Getopt_long: support for --help msg.
-
-pl 1.mb1
-       - bf, scalar.cc: ".3" now detected as numerical
-
-********
-       
-pl 0.uu1
-       - refman updates by Werner & Mats
-       - now use ChangeLog for changes.
-       
-pl 0.jcn2
-       - po fixes
-
-pl 0.jcn1
-       - gcc-2.95 nitpicks
-       - added pointers to mailing lists in toplevel docs
-
-0.mb2
-       - configure: more robust detection of Guile
-       - Midi_note_off: revert to fixed note-off velocity. Fixes
-         problem with notes that never stop.
-       - Decreased breakable_column_space_strength
-       - Added a few TODO
-       - bf: "harmonic" and "cross" note heads also for half and 
-         whole notes.
-       - linewidth and textheight set independent of the font size.
-       - bf, titledefs.tex: opus and piece are not repeated for 
-         every piece unless they are explicitly set again.
-
-0.mb1
-       - Changed dynamicDir to dynamicDirection.
-       - refman and tutorial corrections.
+       - David's patches:
+       * mfplain.mp detection
+       * Graphical_element::common_refpoint() robuster.
+       * fixes for mudela-mode.el
+       - Dirk's patches:
+       * key signature placement,
+       * tied accidentals.
+
+pl 1.hwn2
+       - extra-offset elt property.
+       - junked Chord_tremolo
+
+pl 1.hwn1
+       - changed calling convention for {get,set,remove}_elt_property()
+       - rm'd some mutopia examples.
+
+*******
+pl 0.hwn2,1
+      - Generic properties and Property_engraver. Moved most of the
+properties.
+
+0.lu1
+       - resurrected midi2ly
+
+0.jcn1
+       - bf: lyrics lexer
+       - reverted mup2ly revert
+
+pl 3.uu1:
+       - frontport of 1.2.17 patches.
+
+**********
+
+1.3.0:
+
+pl 15.hwn2
+       - loads of bfs.
+
+pl x.jcn3
+       - another workaround: reset buffer state for scm_ftell ()
+       - workaround for broken scm_ftell ()
+
+pl 15.hwn1
+       - \properties are now SCM s, junk Scalar type
+       - use SCM for strings in parser.
+       - Moment derived from Rational. Moment may be smobified.
+
+pl 15.jcn4
+       - direct #... to scm parser  (Thanks to Gary Houston)