X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftie-details.hh;h=f559c0cf53b9f44c04b75439c338e43b4103fb34;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=5373a3966a0bca3df38ec9361f2d28f90c6ceced;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/lily/include/tie-details.hh b/lily/include/tie-details.hh index 5373a3966a..f559c0cf53 100644 --- a/lily/include/tie-details.hh +++ b/lily/include/tie-details.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2006--2010 Han-Wen Nienhuys + Copyright (C) 2006--2015 Han-Wen Nienhuys 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 */ -