]> git.donarmstrong.com Git - lilypond.git/blobdiff - NEWS
patch::: 1.1.7.jcn1
[lilypond.git] / NEWS
diff --git a/NEWS b/NEWS
index 3f4773076a9d5c0a78383ceacce9be25bbdeca40..7376da345800a5a7eedcb5de12abbeea901ca5eb 100644 (file)
--- a/NEWS
+++ b/NEWS
-pl 9.jcn1
-       - started gnuisation of website
-         * filetype and size
-         * 'no gifs due to patent problems'
-       - bumped stepmake version nr (again):
-         please update stepmake/VERSION after making changes to stepmake...
+pl7.jcn1
+       - configure/guile fixes (still no check for 1.2/1.3)
 
-(need to fix pictures. I know)
+pl6.jcn5
+       - repeatbars, volta-spanner work, alternative iteration still broken
+       - volta symbol
 
-pl 9
-       
-pl 8.uu1
-       - junked \staff, \multi
-       - bf Music_list::Music_list (Music_list const&)
-       - AC_SUBST(PATHSEP,DIRSEP)
-       - generate Documentation/tex/out/*.bib (AM)
-       - a4 fixes (AM)
-       - bf: metafont-*.make
-       - parser.yy: intlist mods. (mudela 1.0.2)
-       - \melodic -> \notes (mudela 1.0.3)
-       - typo: calcalute_dependencies ()
-
-pl 8.jcn3
-       - gif -> png
-           * ps-to-pngs.sh
-           * stepmake
-           * website
-           * yodl-1.31.4 (to be released)
-       - target 'texinfo' -> 'info'
-
-pl 8.jcn2
-       - more doco in texinfo (with yodl pl3)
-       - bf's: package-diff
-
-pl 8.jcn1
-       - removed tutorial from texinfo, yodl2texinfo is still rather broken
-       - bf: setlocale NUMERIC to 'C'
-       - removed ugly space from print-dimen
-
-*******
-pl 8
-       - make website fixes.
-
-pl 7.jcn1
-       - minor stepmake/yodl fixes
-pl 7.uu1
+pl5.szmulewicz2
+       - more GUILE stuff.
+       - tutorial doco updates
 
-       - changed separator in vocabulary
-       - added barAlways and defaultBarType properties.
-
-pl 7.hwn1
-       - changed header format.  Use a + for concatenation.
-
-               \header { key = "concat" + "string" }
-       
-       (mudela 1.0.2)  
-       - allow computed properties in translator definition
-
-               GrandStaff = \translator {
-                       minVerticalAlign = 1.5\staffheight;
-                       ..
-               }
-
-       - Music inheritance. Datastructure and parser now follow this grammar
-
-               Music_list:
-                       | Music_list Music
-                       ;
-               Simultaneous_music: '<' Music_list '>'
-                       ;
-               Sequential_music: '{' Music_list '}'
-                       ;
-
-       - bf: Item::do_unlink () don't iterate on attached_span_l_arr_,
-because it is changed by Spanner::set_bounds () (thanks Thomas)
-       - bf: URL Documentation/index (thanks EP)
-       - bf: twinkle.ly (thanks EP)
-       - bf: mi2mu (thanks Murray)
-       - bf: mudela-book --dependencies
-       - split LaTeX and TeX stuff
-
-pl 7.tca1
-       - more Partita's 
-
-pl 7.jbr1
-        - aclocal.m4,make/lilypond-vars.make: added PATHSEP as AC_SUBST to  
-          help support Windows NT doco build.  
-          Documentation/ntweb/index.yo: minor spelling changes
-
-
-*************
-pl 7
-       - refman updates by Adriano Moriano.
-
-
-pl 6.jbr2
-        - scripts/ly2dvi32.py: Fixed bug with lily input including multiple
-          files.  Also, we now stream out lilypond log one line at a time
-          for better feedback.
-
-pl 6.jbr1
-        - scripts/ly2dvi32.py: Added some doco, add postscript option, set
-          MFINPUTS along with TEXINPUTS, modified initialization sequence. 
-          Made some Python style changes per Han-Wen suggestions.
-        - Documentation/man/ly2dvi32.yo: Added a manpage for ly2dvi32.
-        - stepmake/bin/package-zip32.sh: Added doco distribution.  Removed
-          the installation directory after zip operation.  
-        - Documentation/ntweb/index.yo: LILYPOND -> LILYPONDPREFIX and 
-          comments about MiKTeX-1.11.
-
-pl 6.tca1
-       - First movement of Partita II (BWV 826) in 
-         mutopia/J.S.Bach/Cembalo-Partitas. Lilypond output was so
-         beautiful that I'll have to write the rest of the partita.
-
-pl 6.uu2
-       - mudela-book.py --dependencies
-       - more doc fixes (AM)
-       - warn if declaring a keyword.
-       - \grouping 4 2*3; now accepted.
-       - patches to standchen.ly
-
-pl 6.uu1
-
-       - mudela-book handles \input now
-       - vocabulary fixes by Adrian Moriano
+pl6.jcn4
+       - volta-spanner
+       - repeat-engraver
+       - repeat/alternative music layout (hehe)
+  
+pl6.uu1
+       - Doco of music iterators.
 
 ********
 pl 6
-       - largish rehack:
-         * Super_element is now an `abstract' class,
-         * Paper_score directly contains one Line_of_score.  The
-       breaking/postprocessing/deletion is mixed with the output phase.
-         * Hopefully this will save memory for large scores. (benchmarks, anyone?)
-         * bf: Horizontal_vertical_group_item::do_unlink () should call
-
-       Axis_group_item::do_unlink ()
 
-       - changed LILYPOND to LILYPONDPREFIX
-       - added tfm and dvi target for mf/
-       - reincluded english.ly
-       - doc fixes (thanks, Adrian Moriano)
-       - doc fixes.
-       - mf: ex height added.
+pl5.szmulewicz1
+       - rtti stuff
+       - bf's: lily.scm
 
-pl 5.mb1
-      - Mudela 1.0.1: Changed \accidentals -> \keysignature
-      - Identifiers can be used in textual scripts:
+pl5.mb1
+       - bf: array.hh, don't make copy if resized to the same size
+       - bf: feta.tex
 
+pl5.jcn4
+       - scm additions: plet, hairpin
+       - website fixes
 
-       tempoString="Allegro molto assai";
+pl5.jcn3
+       - website fixes
 
-               [...]
+pl5.jcn2
+       - extender-*, see input/test/extender.ly
+       - bf: half-beam length (urg)
+       - fixes: standchen, star
 
-       c^\tempoString 
+pl5.jcn1
+       - tex/lily-ps-defs.tex fixes
+       - lily.ps 
 
+pl 5.hwn1
+       - Tuplet_engraver
+       - lily.ps fix.
+       - junked MY_RTTI stuff, simpler VIRTUAL_COPY_CONS
 
+********
+1.1.5
 
-pl 5.jbr2
-        - aclocal.m4,config.h.in,flower/file-path.cc: Added PATHSEP and 
-          DIRSEP to configuration to support windows style path and pathlists.
-        - stepmake/bin/package-zip32.sh,stepmake/stepmake/package.make:
-          zip target now calls package-zip32.sh which creates winnt 
-          binary distribution zip file. xzip target continues to use 
-          package-zip.sh for Jan's cross-compiled version.
-        - lily/main.cc: Added a search for LILYPOND environment variable to
-          better facilitate binary distributions. 
-        - Documentation/README-W32.yo: Updated information on running lilypond
-          on winnt.
-          
-
+pl4.jcn4
+       - fixes; preludes, finger
 
-pl 5.jcn1
-       - (step)make fixes from yodl
-       - minor doco fixes
-       - bf: patch in website after 'make release'
+pl4.jcn3
+       - bf: text staff vertical align; see input/test/vertical-text.ly
+       - urg, scaled cmr8 by factor 4/5
+       - apart from end/begin of measure spacing urgs, stars-and-stripes.ly 
+         is rather cool
 
-pl 5.jbr1
-       - Documentation/ntweb/Makefile: Used absolute url for LilyPond Homepage
-       - Documentation/ntweb/index.yo: Minor mods per Jan's suggestions
+pl4.jcn2
+       - read (cmrxx)afm for text char widths
+       - tfmtoafm.sh (quite urg)
+       - alphabet.ly
+pl 4.uu1
+       - read .scm files. No need for GUILE_LOAD_PATH
+       - .ps hack.  No need for lily.ps on the printer
+       
+       (&$^@M&@^$@^&$@ Damn TeX)
 
 
+       - bf: mudela-book -> \default_paper is obsolete.
 
+pl 3.ms1
+         - thumb-upgrade
+pl4.jcn1
+       - bf: dotted slur
+       - bf: text ssb
+       - bf: empty/unknown in ps
+
+pl 4.tca1
+       - 40% speedup executing mudela-book on mudela-book-doc.doc
+       - change of lilypond's output filenames. Given multiple input
+         files, eg. 'm.ly y.ly', output names will now be 'm.tex y.tex'
+         not 'm.tex y-1.tex', but if m.ly containts two paper definitions
+         output will be 'm.tex m-1.tex y.tex' 
 
-*************
-pl 5
+*******
+1.1.4
+
+pl 3.tca1
+       - accordion symbols in mf/feta-accordion.mf and
+         init/accordion-defs.ly.
+       - small changes to mudela-book and Documentation/man/mudela-book.yo
+       - mudela-book example file in Documentation/tex/mudela-book-doc.doc
+
+pl 3.jcn5
+        - bf: dashed-slur
+        - bf: LilyIdString
+        - more star fixes
+        - repeatbar fixes
+
+pl 3.jcn3
+       - mup-to-ly.py: version 0.0
+       - init/test/stars-and-stripes.ly (from star.mup)
+       - GrandStaffContext
+  
+pl 3.hwn1
+       - junked musical info from key-item
+       - tutorial fixes.
 
-pl 4.jcn1
-       - texinfo docs, lots of yodl TODO
-       - junked some makefiles
-       - ntweb: use BLURB
-       - bf: pletvisibility 
-       - adaptions for yodl-1.31.2's automatic texinfo conversion 
-       - reinclude of 1.jcn2:
-                 - renamed -alto -> viola
-                 - bf: avant-gardish six preludes
-                 - bf: ly2dvi warnings
+pl 3.jcn2
+       - bf: font switch
+******
+1.1.3
 
-pl 4.jbr1
-       - stepmake/stepmake/install-outfiles.sub.make: fixed typo
-       - scripts/GNUmakefile: add ly2dvi32 to installation list and fixed
-         included executable-targets.make to facilate installation of scripts
-       - Documentation/ntweb: Fixes to nt web page and added topdoc like
-         automation.
+pl 2.jcn2
 
-*********
-pl 4
-pl 3.mb2
-       - Changed text script alignment: center -> left
-       - TeX commands counts as one character when calculating
-         the length of a Text_def
+pl 2.uu1
+       - ly2dvi.py -I fix
+       - obsoleted ly2dvi.sh
+       - removed Note_head_engraver
 
-pl 3.jbr2
-         - Documentation/topdocs/index.yo: Added link to NT dist page
-         - Documentation/ntweb/: Added Makefile and index.yo to build the
-           NT dist page
+pl 2.hwn1
+       - scm cleanups, chop-decimal
+       - scarlatti clef.
 
-pl 3.hwn1
-       - stepmake hacking
+pl 2.jcn1
+       - commented-out Level-2 PostScript in lily.ps (J. Buehler)
+       - moved tex/*.ps to ps/
+       - merged lilyponddefs.ps, lily-ps-defs: tex/lily.ps
+       - be sure to set:
+           export GS_LIB=$HOME/usr/src/lilypond/ps
+       - added tex and empty ps-symbols
 
-pl 3.uu1
-       - stepmake MAKEFILES -> STEPMAKE_TEMPLATES
-       - count \texcommands in tex string
+pl 1.jcn4
+       - more little website fixes
 
+********
 
-pl 3.jcn1
-       - bf: website: empty toplevel readme's
-       - bf: xs4all (again?)
-       - can't administer ftp site now: put patch into website
+pl 2
 
+pl 1.mb1
+        - Support for cautionary accidentals. , i.e. accidentals 
+          within parantheses. Syntax: 'cis?'. Try input/test/accid.fly
+          Note that the font has changed.
+        - bf: No unnecessary warnings about time signatures
+        - Added optional second argument of \key. Set to \major or \minor 
+          to get a major or minor key. Default: major.
+       - bf: Compilation error in midi-walker.cc
+
+pl 1.jcn2
+       - fixes for htmldoc, website
+       - silly jcn1 fixes
+       - junked MODULE stuff from lily/GNUmakefile (again)
+pl 0.jcn4
+       -set:
+          export GUILE_LOAD_PATH=$HOME/usr/src/lilypond/init
+       - dstream: Score_element, Column_info
+       - -fscm debug hack: lilypond -fscm a; guile a.scm > a.tex; tex a
+       - init/lily.scm
 
-pl 3.jbr1
-       - stepmake/stepmake/Executable_targets: UNIX cross-compile doesn't
-         work with $(DOTEXE) on source of install command.
-       - stepmake/Generic_targets: creating multiple dirs with mkdir 
-         requires -p option
-       - scripts/ly2dvi32.py: General and Winnt specific fixes
+********
 
+pl 1
+pl 0.uu5
+       - fixed MIDI output.
+
+pl 0.jcn3
+       - dropped stepmake/aclocal.m4
+       - removed silly -lguile (BLA_LIBS, EXTRA_LIBS ??)
+       - added debugging output format: -fscm
+       - ly2dvi.py -I fix
+       - Documentation/tex/feta.tex
+       - doco fixes: PATCHES.yo, yodl-1.31.7
+
+pl 0.uu4
+       - Protected_scm to fixup GUILE gc
+
+pl 0.uu3
+       - more RTTI cleaning.
+
+pl 0.uu2
+       - undone type_info::before hack. (Ugh.  RTFM).
+
+pl 0.uu1
+       - more RTTI stuff: is_type_b -> type_info::before
+
+pl 0.jcn1
+pl 17.jcn7
+       - added: set*text, timesig, beam
+       - guile-1.3 is fine; my egcs-1.0.2's -O2 is broken
+pl 17.jbr1
+       - stepmake/stepmake/bin/package-zip32.sh: Updated configure statement
+         and modified win32 specific distribution file names to match
+         pl 16.hwn1 changes.
+       - scripts/ly2dvi.py: Modified search paths to match the new lilypond
+         installation tree.
+       - scripts/convert-mudela.py: Remove the an existing backup file
+         before renaming original.  This is a WIN32 Python requirement.
+       - Documentation/ntweb/index.html: Updated documentation to match
+         new lilypond installation tree.
+       - lily/main.cc: Fixed LILYPONDPREFIX search paths.
+          
+  
 
-*********
-pl 3
+**********
 
-pl 2.uu1
-        - solaris 2.6 compile/make website fixes.
-        - rm'd WWW.make
-        - stepmake .43
-        - pcnov095.win.tue.nl -> ftp.cs.uu.nl
-  
-pl 2.hwn1
-       - mi2mu naming of track output
-       - bf: do key restore sign only once
-       - ly2dvi32 preliminary version (JBR)
-       - bf index.html link
-       - bf mudela-book.py
+1.1.0
 
+pl 18.exp
+       - use C++ RTTI iso access_Xxx ()
+       - junk Graphical_lisp_element
+       - catalan.ly
 
-**********
-pl 2
-       - scalar compile stuff
-       - bf install directory
-       - YODL note
-       - GUI faq update
-       - bf ly2dvi
-       - stepmake split:  Po.make
-       - make check target
-       - dist AFMs and manpages
-       - split up mudela.yo in glossary.yo, tutorial.yo and refman.yo
-
-pl 1.jcn1
-       - www.digicash.com www.xs4all.nl
-       - fake msgfmt
-       - make uninstall fixes
-
-pl 1.jbr2 - aclocal.m4,stepmake/aclocal.m4,stepmake/stepmake/Variables.make:
-            Support install target for unix, unix cross compile, and 
-            Windows NT
-
-pl 1.jbr1 - stepmake/stepmake/Executable.make: DOTEXE was missplaced
-          - scripts/convert-mudela.py: program_id should write to stderr
-
-**************
-pl 1
-       - mi2mu fix: \key "D"
-       - \hoffset
-       - started new NEWS file 
-       - lots of stepmake hacking
-       - aclocal.m4 copied from stepmake
-       - ly2dvi 0.12
-       - build the doco from the source tree.
-       - include website in RPM
+pl 17.tca1
+       - rewrite of mudela-book
+pl 17.ms1
+       - added \thumb (used very often in cello music) in
+         mf/feta-schrift.mf. 
+       - added /input/test/thumb.ly (example)
+
+pl 16.jcn1
+       - dashed-slur through scheme
+
+pl 15.jcn4
+       - more scheme hacks
+
+pl 15.jcn3
+       - try at scheme in Atom
+
+pl 15.jcn2 # rest of
+       - graphical-lisp-element + silly half hook-up with autuplet
+
+pl 17.jcn5
+       - stepmake pl59: templatised install (see mf/)
+       - reasonably ps/tex success (with guile-1.2):
+         * input/kortjakje.ly
+       - lots more scm stuff
+       - bf: mf/mfplain.ini
+       - stepmake pl58: guile 1.3 configure fix
+       - working font-switch:
+         guile-1.2 and -lreadline -ldl from 1.3 configure...
+
+pl 17.jcn4
+       - installable stepmake pl57
+       - urg, FIXME guile-1.3: 
+         * don't install shared libs! configure can't handle
+         * manually add: EXTRA_LIBS = -lguile -lreadline -ldl
+         * lily's truely broken, downgrade do 1.2
+
+pl 17.jcn3
+       - lots of stuff still broken, notably font selection, just try 
+          a()b
+          or so
+       - tex output support
+       - all output through scheme
+       - option: f, output-format=X
+       - geile placebox 
+       - mf/mfplain.ini
+
+pl 17.jcn2
+       - all paper output through scheme, about half way
+
+pl 17.jcn1
+       - 16.jcn1