summaryrefslogtreecommitdiff
path: root/lily/item.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lily/item.cc')
-rw-r--r--lily/item.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lily/item.cc b/lily/item.cc
index 521b285d52..f7e832b30b 100644
--- a/lily/item.cc
+++ b/lily/item.cc
@@ -177,7 +177,7 @@ Item::pure_is_visible (int start, int end) const
}
Interval_t<int>
-Item::spanned_rank_iv () const
+Item::spanned_rank_interval () const
{
int c = get_column ()->get_rank ();
return Interval_t<int> (c, c);