]> git.donarmstrong.com Git - lilypond.git/commit - lily/ly-module.cc
* lily/stencil.cc (translate): remove absolute dimension.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 21 Nov 2004 16:10:18 +0000 (16:10 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 21 Nov 2004 16:10:18 +0000 (16:10 +0000)
commit14d880f92583caf3dbbe610201679930fdafdc9c
treeb8c76185e23a2797e0e2d865d40337b57fc4d4af
parenta96c695dca9d5aeb37192685383e8a06ab87ac6b
* lily/stencil.cc (translate): remove absolute dimension.

* ly/titling-init.ly (oddFooterMarkup): new file. Generate titles
via markup.

* scm/page-layout.scm (marked-up-headfoot): create header/footer
field from user-supplied markup

* scm/define-markup-commands.scm (on-the-fly): new markup
command. Enter SCM markup procedure directly in Scheme.
(fromproperty): new markup command. Read markup from props argument.

* scm/titling.scm (marked-up-title): create title via
user-specified markup.

* scm/define-markup-commands.scm (column): remove empty stencils
from column.

* lily/ly-module.cc (LY_DEFINE): use ly_module_lookup(). This does
not have side-effect of creating variable stub.

* lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-empty?
ChangeLog
Documentation/topdocs/NEWS.texi
lily/ly-module.cc
lily/stencil-scheme.cc
lily/stencil.cc
ly/paper-defaults.ly
ly/titling-init.ly [new file with mode: 0644]
scm/define-markup-commands.scm
scm/page-layout.scm
scm/titling.scm