]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-column.cc
(simple_toplevel_snippets): new
[lilypond.git] / lily / note-column.cc
index 8eb3ed0282c38e2e7397b79b12a75b5f5411f326..d92a3b19a46c6b18dca27337a090db796d2875d6 100644 (file)
@@ -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"));
 }