]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/phrasing-slur-engraver.cc
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / phrasing-slur-engraver.cc
index cb0c2e20bf9aaf646da43f314a9a37299080746d..b2301d38e50e5c0c260f38d0947daff4a57d1b6c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
   It is possible that a slur starts and ends on the same note.  At
   least, it is for phrasing slurs: a note can be both beginning and
   ending of a phrase.
+
 */
 
+/*
+  NOTE NOTE NOTE
+
+  This is largely similar to Slur_engraver. Check if fixes apply there too.  
+
+  (on principle, engravers don't use inheritance for code sharing)
+  
+ */
 class Phrasing_slur_engraver : public Engraver
 {
   Drul_array<Stream_event *> events_;
@@ -178,6 +187,5 @@ ADD_ACKNOWLEDGER (Phrasing_slur_engraver, tie);
 ADD_TRANSLATOR (Phrasing_slur_engraver,
                /* doc */ "Print phrasing slurs. Similar to @ref{Slur_engraver}",
                /* create */ "PhrasingSlur",
-               /* accept */ "phrasing-slur-event",
                /* read */ "",
                /* write */ "");