]> git.donarmstrong.com Git - lilypond.git/commit
* lily/grob-property.cc: add scm debugging hooks into
authorJoe Neeman <joeneeman@gmail.com>
Sat, 23 Sep 2006 22:51:56 +0000 (22:51 +0000)
committerJoe Neeman <joeneeman@gmail.com>
Sat, 23 Sep 2006 22:51:56 +0000 (22:51 +0000)
commit0c5bcc9f980e3dc40b53543a957bbf353d7c2308
treee8619b646b941fa02737e3515b499559d51bd7d7
parentebc5e48e1fa8faaa9e0012fd0727f11ca4e9e97e
* lily/grob-property.cc: add scm debugging hooks into
property modification

* lily/context-property.cc:
* lily/engraver.cc:
rename make_foo_from_properties to internal_make_foo and
move it from context-property.cc to a member function of
Engraver.

* lily/include/lily-guile-macros.hh:
overload ly_symbol2scm macro so that there is no more need
to use internal_foo

* lily/volta-repeat-iterator.cc:
* lily/tweak-engraver.cc:
* lily/tuplet-bracket.cc:
* lily/span-bar-engraver.cc:
* lily/script-engraver.cc:
* lily/prob-scheme.cc:
* lily/pointer-group-interface.cc:
* lily/parser.yy:
* lily/grob-scheme.cc:
* lily/grob-property.cc:
* lily/context.cc:
* lily/context-property.cc:
* lily/break-substitution.cc:
* lily/break-align-engraver.cc:
* lily/axis-group-interface.cc:
* lily/align-interface.cc:
remove calls to internal_FOO

* lily/system-start-delimiter-engraver.cc:
* lily/parenthesis-engraver.cc:
* lily/accidental-engraver.cc:
remove calls to make_foo_from_properties
29 files changed:
ChangeLog
lily/accidental-engraver.cc
lily/align-interface.cc
lily/axis-group-interface.cc
lily/break-align-engraver.cc
lily/break-substitution.cc
lily/context-property.cc
lily/context-scheme.cc
lily/context.cc
lily/engraver.cc
lily/grob-closure.cc
lily/grob-property.cc
lily/grob-scheme.cc
lily/include/context.hh
lily/include/engraver.hh
lily/include/grob.hh
lily/include/lily-guile-macros.hh
lily/include/prob.hh
lily/parenthesis-engraver.cc
lily/parser.yy
lily/pointer-group-interface.cc
lily/prob-scheme.cc
lily/prob.cc
lily/script-engraver.cc
lily/span-bar-engraver.cc
lily/system-start-delimiter-engraver.cc
lily/tuplet-bracket.cc
lily/tweak-engraver.cc
lily/volta-repeat-iterator.cc