]> git.donarmstrong.com Git - lilypond.git/commit
* lily/stencil.cc (translate): remove absolute dimension.
authorhanwen <hanwen>
Sun, 21 Nov 2004 16:10:18 +0000 (16:10 +0000)
committerhanwen <hanwen>
Sun, 21 Nov 2004 16:10:18 +0000 (16:10 +0000)
commitc51014ed7460518c8c02043efc540df2f339e4c2
treeb8c76185e23a2797e0e2d865d40337b57fc4d4af
parent07cf67e49ca5f408afe461852b63dcba705c8baa
* 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