]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/slur-proto-engraver.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / slur-proto-engraver.hh
index d0ae3c0875db2572e2e1721257b642a813f4b850..5bae1647f1664930ba4c4283695346753e85449b 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2013 Mike Solomon <mike@mikesolomon.org>
+  Copyright (C) 2013--2015 Mike Solomon <mike@mikesolomon.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -38,7 +38,6 @@ protected:
   vector<Grob *> slurs_;
   vector<Grob *> end_slurs_;
   vector<Grob_info> objects_to_acknowledge_;
-  Stream_event *break_slur_;
   const char* double_property_name_;
   const char* grob_name_;
   const char* object_name_;
@@ -54,15 +53,13 @@ protected:
   DECLARE_ACKNOWLEDGER (tuplet_number);
 
   void internal_listen_slur (Stream_event *ev);
-  void internal_listen_break_slur (Stream_event *ev);
   void acknowledge_extra_object (Grob_info);
   void stop_translation_timestep ();
   void process_music ();
 
-  bool can_create_slur (string, vsize, vsize *, Stream_event *);
-  void create_slur (string spanner_id, Stream_event *ev_cause, Grob *g_cause, Direction dir, bool left_broken);
+  bool can_create_slur (const string&, vsize, vsize *, Stream_event *);
+  void create_slur (const string &spanner_id, Stream_event *ev_cause, Grob *g_cause, Direction dir, bool left_broken);
   bool try_to_end (Stream_event *ev);
-  void break_slurs ();
 
   virtual void set_melisma (bool);
   virtual void finalize ();