]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/ligature-engraver.hh
* scm/output-lib.scm (grace-spacing::calc-shortest-duration): new function.
[lilypond.git] / lily / include / ligature-engraver.hh
index 16ce68f92b5e07115d86b258a4757b90c23eceeb..c70523ae915103069fd52c8ca10e2c8d7cee1c03 100644 (file)
@@ -25,7 +25,7 @@ protected:
   void process_music ();
   virtual Spanner *create_ligature_spanner () = 0;
   virtual void typeset_ligature (Spanner *ligature,
-                                std::vector<Grob_info> primitives) = 0;
+                                vector<Grob_info> primitives) = 0;
   virtual Spanner *current_ligature ();
   SCM brew_ligature_primitive_proc;
 
@@ -37,10 +37,10 @@ private:
   Drul_array<Music *> events_drul_;
 
   Spanner *ligature_;
-  std::vector<Grob_info> primitives_;
+  vector<Grob_info> primitives_;
 
   Spanner *finished_ligature_;
-  std::vector<Grob_info> finished_primitives_;
+  vector<Grob_info> finished_primitives_;
 
   Music *prev_start_event_;