]> git.donarmstrong.com Git - lilypond.git/commit
* scm/markup.scm:
authorjanneke <janneke>
Wed, 30 Mar 2005 08:39:03 +0000 (08:39 +0000)
committerjanneke <janneke>
Wed, 30 Mar 2005 08:39:03 +0000 (08:39 +0000)
commit5ea3ef33f145ade24280f3e85ae4a10ab2725884
tree78b6f0015a5ecfb0163107938742a52cb9309a45
parent787892ebba8e3f6ddeb675df818f0a6e57cce8f8
* scm/markup.scm:
* input/regression/markup-scheme.ly:
* input/regression/markup-syntax.ly: Drop 'new-' from name.

* scm/stencil.scm (make-circle-stencil): New function.

* scm/define-markup-commands.scm (draw-circle): Use it.  New
name (was cicle).  Update callers.
(circle): New markup command, similar to box.

* scm/stencil.scm (circle-stencil): New function.
17 files changed:
ChangeLog
THANKS
input/regression/markup-scheme.ly [new file with mode: 0644]
input/regression/markup-syntax.ly [new file with mode: 0644]
input/regression/new-markup-scheme.ly [deleted file]
input/regression/new-markup-syntax.ly [deleted file]
po/lilypond.pot
po/nl.po
scm/define-markup-commands.scm
scm/framework-tex.scm
scm/lily.scm
scm/markup.scm [new file with mode: 0644]
scm/new-markup.scm [deleted file]
scm/output-lib.scm
scm/output-ps.scm
scm/output-tex.scm
scm/stencil.scm