X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fnote-column.cc;h=d92a3b19a46c6b18dca27337a090db796d2875d6;hb=67b894e5352976437c9db5d7b15fd51326bab56a;hp=8eb3ed0282c38e2e7397b79b12a75b5f5411f326;hpb=e8313629f67d876c0056a50931887e8a47a8a7cd;p=lilypond.git diff --git a/lily/note-column.cc b/lily/note-column.cc index 8eb3ed0282..d92a3b19a4 100644 --- a/lily/note-column.cc +++ b/lily/note-column.cc @@ -19,7 +19,7 @@ #include "accidental-placement.hh" bool -Note_column::rest_b (Grob*me) +Note_column::has_rests (Grob*me) { return unsmob_grob (me->get_grob_property ("rest")); }