LilyPond 2.5.0

Han-Wen Nienhuys <[email protected]> Fri, 12 Nov 2004 23:13:50 +0100
Newsgroups gmane.comp.gnu.lilypond.announce
Message-ID <[email protected]>
Yeehaw!

LilyPond development is OPEN once again!

The first release of the 2.5 series has the following new Features,


	New features in 2.5 since 2.4
	*****************************

	   * Positioning of slurs can now be adjusted manually

	   * Grace notes are correctly quoted and formatted when using cue
	     notes.

	   * Cue notes can now be created with

		  \cueDuring #VOICE-NAME #DIRECTION { MUSIC }

	     This will set stem directions and put the cue notes in the `cue'
	     `Voice'

	   * Stemlets, short stems over beamed rests, have been added.

In addition, Jan hacked together some highly experimental code where
you can use the mouse to drag and drop objects in the -f gnome
backend. These tweaks can be saved and are applied to the PS and TeX
output as well.


Enjoy!







2004-11-12  Jan Nieuwenhuizen  <[email protected]>

	* Documentation/index.html.in: Fix url to one big page.  (backportme)

	* Documentation/user/GNUmakefile: Separate rules for split and
	unsplit html documents.  Remove perl massaging.  (backportme)

2004-11-11  Graham Percival  <[email protected]>

	* Documentation/user/lilypond-book.itely: add short warning about
	\lilypond{} in LaTeX docs.

2004-11-11  Jan Nieuwenhuizen  <[email protected]>

	* stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
	found.  (backportme)

	* Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
	version requirement.  (backportme)

	* configure.in: Be explicit about old versions of
	ec-fonts-mtraced.  (backportme)

	* lily/context-selector.cc (set_tweaks): New function.
	* lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
	web with -DTWEAK.

	* Documentation/user/introduction.itely (Automated engraving):
	Remove fragment option.  Fixes web.

	* lily/context-property.cc (make_item_from_properties):
	* lily/context.cc (add_context)[TWEAK]: Tweak registration behind
	#ifdef.

	* scm/define-context-properties.scm
	(all-internal-translation-properties): Add tweakRank and tweakCount.

	* lily/grob.cc: 
	* scm/define-grob-properties.scm (all-internal-grob-properties):
	Add tweak-rank and tweak-count.

2004-11-10  Jan Nieuwenhuizen  <[email protected]>

	* scm/output-gnome.scm (string->utf8-string, char->utf8-string):
	New function.
	(text): Use them.

	* scm/framework-gnome.scm (item-event): Add support from TLA.  Support
	animated/opaque grob dragging tweaks.

	* buildscripts/guile-gnome.sh: Update.

2004-11-10  Mats Bengtsson  <[email protected]>

	* scm/define-grobs.scm (all-grob-descriptions): Added
	line-interface to the LigatureBracket object.

2004-11-10  Jan Nieuwenhuizen  <[email protected]>

	* scm/framework-gnome.scm (item-event): Support non-animated mouse
	dragging tweaks.

	* lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.

	* lily/context-selector.cc (store_context): New function.

	* lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
	(store_grob): New function.
	(identify_grob): Add Moment parameter.

	* lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
	exists.

	* scm/framework-gnome.scm (save-tweaks): Write as alist.

2004-11-09  Jan Nieuwenhuizen  <[email protected]>

	* scm/framework-gnome.scm (item-event): Print grob id.
	(save-tweaks): New function.
	(tweak): New funtion.
	(item-event): Use it, bound to arrow keys.

	* lily/context-property.cc (make_item_from_properties): Register grob.
	* lily/context.cc (add_context): Register context.

	* lily/include/context-selector.hh:
	* lily/include/grob-selector.hh:
	* lily/context-selector.cc:
	* lily/grob-selector.cc: New file.

2004-11-08  Han-Wen Nienhuys  <[email protected]>

	* lily/slur.cc: add 'positions to interface

	* lily/main.cc: reinstate PS as standard output format. 

	* scm/framework-tex.scm (output-preview-framework): print systems
	up to first non title system.

	* lily/grace-engraver.cc (start_translation_timestep): split
	scm_cadddr
	
2004-11-07  Han-Wen Nienhuys  <[email protected]>

	* lily/quote-iterator.cc (Module): remove old quote-iterator

	* scm/define-music-types.scm (music-descriptions): move
	NewQuoteMusic over QuoteMusic

	* Documentation/user/notation.itely (Formatting cue notes): use
	\cueDuring.

	* lily/new-quote-iterator.cc (quote_ok): new function.

	* input/regression/quote-cue-during.ly: new file.

	* input/regression/quote-grace.ly: new file.

	* scm/define-context-properties.scm (Module): change definition of
	graceSettings

	* lily/context-property.cc (Module): rename from
	translator-property.cc

	* lily/context.cc (context_name_symbol): new function

	* lily/grace-engraver.cc: new file. Set properties for grobs based
	on the grace-ness of now_moment().

	* scm/music-functions.scm (add-grace-property): use list
	iso. vector for graceSettings
	remove set-{start,stop}-grace-properties. 

	* lily/new-quote-iterator.cc (construct_children): set
	quote_outlet_ if no quoted-context-{id,type} specified.

	* scripts/convert-ly.py (conv): \quote -> \quoteDuring.

	* lily/parser.yy (command_element): remove \quote.

	* ly/music-functions-init.ly (location): add quoteDuring music
	function. 

	* lily/lexer.ll: allow \encoding in lyrics as well.  Remove
	optional semicolon. (backportme)

2004-11-06  Jan Nieuwenhuizen  <[email protected]>

	* python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
	need to link to GUILE et al.

2004-11-06  Han-Wen Nienhuys  <[email protected]>

	* scm/define-music-properties.scm (all-music-properties): add
	quoted-context-type, quoted-context-id.

	* scm/lily.scm (type-check-list): new function.
	
	* scm/lily-library.scm: new file. Generic library routines.

	* lily/parser.yy (Generic_prefix_music): move typechecking out of
	parser.

	* ly/music-functions-init.ly: add quoteDuring function.

	* lily/include/music-iterator.hh (class Music_iterator): rename
	set_translator -> set_context

	* lily/parser.yy (Generic_prefix_music_scm): add
	MUSIC_FUNCTION_SCM_SCM_MUSIC

	* scm/lily.scm (sanitize-command-option): new function. (backportme)

	* scm/framework-tex.scm (header): sanitize TeX paper size.
	(backportme)

2004-11-06  Jan Nieuwenhuizen  <[email protected]>

	* elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.

	* tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)

	* scm/framework-tex.scm (font-load-command): Use T1 if no
	font-encoding set.  (backportme)

	* scm/lily.scm (postscript->pdf): Remove .pdf file if it
	exists before converting.  (backportme)

	* scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
	exists before converting.  (backportme)
	(convert-to-ps): Remove .ps file if it exists before
	converting.  (backportme)

	* lily/lexer.ll: Remove extra progress newline, use present tense.

	* scm/paper.scm (paper-alist): public.
	* scm/framework-tex.scm (convert-to-ps):
	* scm/lily.scm (postscript->pdf): Do not leak papersizename into
	command line.

2004-11-06  Han-Wen Nienhuys  <[email protected]>

	* scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)

	* lily/recording-group-engraver.cc (derived_mark): mark
	now_events_. (backportme)

2004-11-05  Han-Wen Nienhuys  <[email protected]>

	* mf/GNUmakefile: use Fedora-3 in download link. (backportme.)

	* scm/framework-tex.scm (convert-to-dvi): use ly:system for
	invoking latex. (backportme.)

	* lily/stem.cc (off_callback): center stems for all rest stems.

2004-11-05  Werner Lemberg  <[email protected]>

	* Documentation/user/lilypond.tely: Add more guidelines for writing
	lilypond texinfo documents.

2004-11-05  Heikki Junes  <[email protected]>

	* Documentation/index.html.in: remove <hr>.

	* THANKS: change 2.3 to 2.4.

2004-11-05  Jan Nieuwenhuizen  <[email protected]>

	* scm/output-gnome.scm: More fontconfig comment.

2004-11-05  Pedro Kroger  <[email protected]>

	* GNUmakefile.in ($(builddir)/share/lilypond-force): create the
	<package> directory in $(builddir)/share according with
	PACKAGE_NAME defined in the VERSION file.

2004-11-04  Han-Wen Nienhuys  <[email protected]>

	* lily/beam.cc (rest_collision_callback): use local beam
	multiplicity.

	* input/regression/stem-stemlet.ly: new file.

	* lily/stem.cc (add_head): store rests as well.

	* scm/define-grob-properties.scm (all-user-grob-properties): add
	stemlet-length

	* lily/stem.cc: store rests as well.
	
	* input/regression/new-slur.ly: mention forcing.

2004-11-04  Werner Lemberg  <[email protected]>

	* Documentation/user/*: A new round of layout fixes and document
	structure cleanup.

2004-11-04  Heikki Junes <[email protected]>

        * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.

2004-11-04  Jan Nieuwenhuizen  <[email protected]>

	* Documentation/topdocs/INSTALL.texi (Top): Remove geometry.

2004-11-03  Jan Nieuwenhuizen  <[email protected]>

	* Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).

	* lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.

	* lily/main.cc (main): Invoke identify.

	* scm/lily.scm (postscript->pdf): Remove progress newline.
	Write progress to stderr.

	* lily/paper-book.cc (output): Remove progress newline.

	* scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
	gettext on user messages, and remove whitespace.

	* lily/paper-outputter.cc (get_paper_outputter): Add progress newline.

	* scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
	argv[0] (Thomas Scharkowski).

	* configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
	call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
	for ec-fonts-mtraced.

	* GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
	--srcdir build (Bertalan).

	* stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
	headers and library too (Laura Conrad).

	* Documentation/topdocs/INSTALL.texi (Top): Mention development
	package for guile too (Laura Conrad).

	* lily/main.cc (usage): Typo.

2004-11-02  Werner Lemberg  <[email protected]>

	* Documentation/user/notation.ly: More fixes to improve appearance.

	* tex/texinfo.tex: Updated from texinfo CVS -- this version provides
	better output for multicolumn tables.

2004-11-01  Mats Bengtsson  <[email protected]>

	* lily/main.cc (dir_info): Fixed typo in the printouts.

2004-11-01  Werner Lemberg  <[email protected]>

	* buildscripts/mf-to-table.py (write_fontlist): Improve formatting
	of output.
	Set `per_line' to 2; replace hard-coded value with it.

	* Documentation/user/*: Many fixes to improve appearance of
	printed manual.

2004-11-01  Werner Lemberg  <[email protected]>

	* Documentation/user/changing-defaults.itely,
	Documentation/user/notation.ly,
	Documentation/user/programming-interface.itely: Use @/.
	Fix formatting of some lilypond snippets and tables.

	* scripts/lilypond-book.py (compose_ly): Provide useful default
	for LINEWIDTH in `override'.

2004-10-31  Graham Percival  <[email protected]>

	* Documentation/user/invoking.itely: change "3.0" -> "2.4"

2004-10-31  Werner Lemberg  <[email protected]>

	Resetting @exampleindent to `5' gives ugly results with texinfo's
	DVI output.  Use `@format @exampleindent 0 ... @end format' instead
	(if not quoting) to change @exampleindent only locally.

	* scripts/lilypond-book.py (NOQUOTE): New variable.
	(output) [LATEX]: Remove AFTER and BEFORE.
	[TEXINFO]: Remove AFTER and BEFORE.
	Fix QUOTE and VERBATIM pattern.
	Add NOQUOTE pattern.
	(Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
	and BEFORE.
	[output_texinfo]: Use NOQUOTE.

2004-10-31  Graham Percival  <[email protected]>

	* Documentation/user/changing-defaults.itely: clarify paper
	size commands with correct info.

	* Documentation/user/lilypond-book.itely: add more docs for
	filename extensions.







-- 

 Han-Wen Nienhuys   |   [email protected]   |   http://www.xs4all.nl/~hanwen