diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-02-03 17:54:47 +0100 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2007-02-03 17:54:47 +0100 |
commit | 1f7a800d273f0eecfe4d5d36e3ca06a9a9c2d4d6 (patch) | |
tree | 6f51e7b81c223330dd921cad021b95d54bbe07ec /lily/spanner.cc | |
parent | 1cdc9680f2094525103d335d80bc3950f918ed03 (diff) |
rename spanned_rank_iv -> spanned_rank_interval
Diffstat (limited to 'lily/spanner.cc')
-rw-r--r-- | lily/spanner.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lily/spanner.cc b/lily/spanner.cc index 8cc223b191..f507be680a 100644 --- a/lily/spanner.cc +++ b/lily/spanner.cc @@ -40,7 +40,7 @@ Spanner::do_break_processing () { if (Spanner *parent = dynamic_cast<Spanner *> (get_parent ((Axis)a))) { - if (!parent->spanned_rank_iv ().superset (this->spanned_rank_iv ())) + if (!parent->spanned_rank_interval ().superset (this->spanned_rank_interval ())) { programming_error (to_string ("Spanner `%s' is not fully contained in parent spanner `%s'.", name ().c_str (), @@ -146,7 +146,7 @@ Spanner::set_my_columns () } Interval_t<int> -Spanner::spanned_rank_iv () const +Spanner::spanned_rank_interval () const { Interval_t<int> iv (0, 0); |