]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/swallow-engraver.hh
release: 1.3.131
[lilypond.git] / lily / include / swallow-engraver.hh
index 64f5f190eebfdf50d6b571f9c3b1874128a6a3d0..49bc28bc95ee724785da9994bf3168060c80a778 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -18,7 +18,7 @@
  */
 class Swallow_engraver : public Engraver {
 protected:
-  bool do_try_music (Music*) ;
+  bool try_music (Music*) ;
 public:
   VIRTUAL_COPY_CONS(Translator);