]> git.donarmstrong.com Git - lilypond.git/commit
* lily/relocate.cc (prefix_relocation): allow "current"
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 9 Feb 2006 13:20:49 +0000 (13:20 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 9 Feb 2006 13:20:49 +0000 (13:20 +0000)
commit6981f610082ad44e8d876b2fb1cb737b927a6478
tree04b9dfb8d461acc771dc8e2502adbde734153f9a
parentdcd8203180c35f6d4b6cc96e0ee2abb08f690e11
* lily/relocate.cc (prefix_relocation): allow "current"
iso. TOPLEVEL_VERSION for share/lilypond/ suffix. This makes
changing VERSION in a lily tree less painful.

* input/regression/parenthesize.ly: new file.

* scm/output-lib.scm (parenthesize-element): new function.

* scm/define-grobs.scm (all-grob-descriptions): add ParenthesesItem.

* lily/accidental-engraver.cc (make_standard_accidental): reroute
cause: accidentals are caused by note heads, not note events.
14 files changed:
ChangeLog
Documentation/topdocs/NEWS.tely
GNUmakefile.in
VERSION
input/regression/parenthesize.ly [new file with mode: 0644]
lily/accidental-engraver.cc
lily/grob-scheme.cc
lily/relocate.cc
ly/music-functions-init.ly
scm/define-grob-interfaces.scm
scm/define-grobs.scm
scm/define-music-properties.scm
scm/lily-library.scm
scm/output-lib.scm