]> git.donarmstrong.com Git - lilypond.git/commit - lily/span-bar-engraver.cc
* 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)
commit0326ce088e5d81235df8ff360a7f22f61fa36a09
tree3dec50ced50fd44e5c2c4e679c76884877b40f3c
parentd8fd0ca4b563a9bf6a85ec223faa7936f1a53684
* 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