X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftie-details.hh;h=f559c0cf53b9f44c04b75439c338e43b4103fb34;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=e30f3ed8661c972c1b8272749ce5923985180b86;hpb=a276a19dc6bd57832db3107f2f2cbb04cb4677b6;p=lilypond.git diff --git a/lily/include/tie-details.hh b/lily/include/tie-details.hh index e30f3ed866..f559c0cf53 100644 --- a/lily/include/tie-details.hh +++ b/lily/include/tie-details.hh @@ -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--2015 Han-Wen Nienhuys - (c) 2006--2007 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 + 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 . */ #ifndef TIE_DETAILS_HH @@ -18,11 +28,13 @@ 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_; Real min_length_penalty_factor_; Real min_length_; + Real skyline_padding_; Real tip_staff_line_clearance_; Real center_staff_line_clearance_; Real staff_line_collision_penalty_; @@ -41,11 +53,11 @@ 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 */ -