diff options
author | David Kastrup <dak@gnu.org> | 2014-07-25 19:00:42 +0200 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2014-08-02 16:51:55 +0200 |
commit | 5bbfc22fce036b9b69df5e420de93e11da23c05e (patch) | |
tree | 7a7f3c695cb242bc365f04b955b01bb48216e0e8 /scripts | |
parent | e223f29418201d07dc1637e54a47e9757f91e86a (diff) |
unsmob_pitch -> Pitch::unsmob and related
This is part of moving away from implementing LilyPond infrastructure
via the C preprocessor rather than C++ features since C++ features tend
to be more transparent to IDEs, debuggers, editors, and newcomers.
sed -i "$(git grep -h DECLARE_UNSMOB|sed 's/.*(\(.*\), \(.*\)).*/s\/unsmob_\2\\b\/\1::unsmob\/g/')" $(git grep -l unsmob_)
sed -i '/^DECLARE_UNSMOB/d' `git grep -l DECLARE_UNSMOB`
git checkout Documentation/misc/CHANGES-1.3
(the changes to the CHANGES file are not useful).
The definition of DECLARE_UNSMOB is removed in a separate commit.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/auxiliar/fixcc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auxiliar/fixcc.py b/scripts/auxiliar/fixcc.py index 41334b36d5..bc7c7e3f0c 100755 --- a/scripts/auxiliar/fixcc.py +++ b/scripts/auxiliar/fixcc.py @@ -489,7 +489,7 @@ i while (foe); squiggle. extent; - 1 && * unsmob_moment (lf); + 1 && * Moment::unsmob (lf); line_spanner_ = make_spanner ("DynamicLineSpanner", rq ? rq->*self_scm (): SCM_EOL); case foo: k; |