]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tie-details.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / tie-details.hh
index e43fc7e13a08b2b2f3d402912c6dfce46cb4e906..b03b497007a8833601ba42cd99e5aae78cea81be 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2006--2012 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
@@ -28,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_;
@@ -54,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 */
 
-