]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-specification.hh
Run grand replace for 2015.
[lilypond.git] / lily / include / tie-specification.hh
index a41aa3626bfc80e521b05854af5c42bf1b8e5f96..9ca51161090df52cfd47bdc71266556ece9fca53 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2007--2011 Han-Wen Nienhuys <hanwen@lilypond.org>
+  Copyright (C) 2007--2015 Han-Wen Nienhuys <hanwen@lilypond.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
 struct Tie_specification
 {
   int position_;
-  Drul_array<Grob*> note_head_drul_;
+  Drul_array<Grob *> note_head_drul_;
   Drul_array<int> column_ranks_;
   Grob *tie_grob_;
-  
+
   bool has_manual_position_;
   bool has_manual_dir_;
   bool has_manual_delta_y_;
   bool has_accidental_;
-  
+
   Real manual_position_;
   Direction manual_dir_;
-  
+
   Tie_specification ();
   int column_span () const;
   void from_grob (Grob *);