]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tweak-engraver.cc
label&page-ref: apply label to the next score or markup, iso. to the previous one.
[lilypond.git] / lily / tweak-engraver.cc
index 5fcf3981e4e5d5af2623fdb1bfc64e49d59fc8a0..e520f7d7c497367cdf5d8a71d14591473b4ffd76 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2005--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
 */
 
@@ -21,7 +21,7 @@ protected:
   DECLARE_ACKNOWLEDGER (grob);
 };
 
-Tweak_engraver::Tweak_engraver()
+Tweak_engraver::Tweak_engraver ()
 {
 }
 
@@ -43,6 +43,5 @@ ADD_TRANSLATOR (Tweak_engraver,
                /* doc */ "Read the @code{tweaks} property from the originating event, and set properties." ,
                
                /* create */ "",
-               /* accept */ "",
                /* read */ "",
                /* write */ "");