]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-details.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / tie-details.hh
index cd14c6cde0e2effa774be787c2ee39f9d2b50b61..39fbb90eb99c725cb3158938cf64bbabd8291b4b 100644 (file)
@@ -1,10 +1,20 @@
 /*
-  tie-details.hh -- declare Tie_details
+  This file is part of LilyPond, the GNU music typesetter.
 
-  source file of the GNU LilyPond music typesetter
+  Copyright (C) 2006--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
-  (c) 2006--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  LilyPond is free software: you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation, either version 3 of the License, or
+  (at your option) any later version.
 
+  LilyPond is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef TIE_DETAILS_HH
@@ -18,7 +28,7 @@ struct Tie_details
   Real ratio_;
   Real staff_space_;
   Real x_gap_;
-  Real stem_gap_; 
+  Real stem_gap_;
   Real between_length_limit_;
   Real wrong_direction_offset_penalty_;
   Real same_dir_as_stem_penalty_;
@@ -44,11 +54,10 @@ struct Tie_details
   int single_tie_region_size_;
   int multi_tie_region_size_;
   Direction neutral_direction_;
-  
+
   Tie_details ();
   void from_grob (Grob *);
 };
 
 #endif /* TIE_DETAILS_HH */
 
-