]> git.donarmstrong.com Git - lilypond.git/commit
* scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 9 Oct 2005 15:28:35 +0000 (15:28 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 9 Oct 2005 15:28:35 +0000 (15:28 +0000)
commit4a4b9008d4e571eb5714314661f5eaf35b117ef0
tree3418ca98521085bce40f12caf706696025d0323b
parenta007fbad33b01c27c615041d08753e21b78ccf00
* scm/parser-ly-from-scheme.scm: rename from ly-from-scheme.scm

* scm/parser-clef.scm (supported-clefs): rename from clef.scm

* scm/layout-slur.scm: rename from slur.scm

* scm/layout-page-layout.scm: rename from page-layout.scm

* scm/layout-beam.scm: rename from beam.scm

* scm/define-grob-interfaces.scm (bass-figure-interface): add
bass-figure-interface

* lily/new-figured-bass-engraver.cc (process_music): add
implicitBassFigures property.

* scm/define-markup-commands.scm (pad-x): new markup.

* ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
minimumVerticalExtent on FiguredBass context.

* lily/figured-bass-continuation.cc (center_on_figures): kludge in
case the continuation crosses a line break.
23 files changed:
ChangeLog
VERSION
input/regression/figured-bass-implicit.ly [new file with mode: 0644]
lily/figured-bass-continuation.cc
lily/new-figured-bass-engraver.cc
ly/engraver-init.ly
scm/bass-figure.scm [deleted file]
scm/beam.scm [deleted file]
scm/clef.scm [deleted file]
scm/define-context-properties.scm
scm/define-grob-interfaces.scm
scm/define-grob-properties.scm
scm/define-markup-commands.scm
scm/layout-beam.scm [new file with mode: 0644]
scm/layout-page-layout.scm [new file with mode: 0644]
scm/layout-slur.scm [new file with mode: 0644]
scm/lily.scm
scm/ly-from-scheme.scm [deleted file]
scm/page-layout.scm [deleted file]
scm/parser-clef.scm [new file with mode: 0644]
scm/parser-ly-from-scheme.scm [new file with mode: 0644]
scm/slur.scm [deleted file]
scm/translation-functions.scm