X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftie-specification.hh;h=9ca51161090df52cfd47bdc71266556ece9fca53;hb=60ceca32eb997a6ce3a974527b39a098d1ebb82e;hp=37e81dca54fbf182be2c5cd789d8d3187e0cd63d;hpb=62f221b6b3861ff055dc0384ec3c48cc665688cd;p=lilypond.git diff --git a/lily/include/tie-specification.hh b/lily/include/tie-specification.hh index 37e81dca54..9ca5116109 100644 --- a/lily/include/tie-specification.hh +++ b/lily/include/tie-specification.hh @@ -1,10 +1,20 @@ -/* - tie-specification.hh -- declare Tie_specification - - source file of the GNU LilyPond music typesetter - - (c) 2007--2008 Han-Wen Nienhuys - +/* + This file is part of LilyPond, the GNU music typesetter. + + Copyright (C) 2007--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 + 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_SPECIFICATION_HH @@ -16,18 +26,18 @@ struct Tie_specification { int position_; - Drul_array note_head_drul_; + Drul_array note_head_drul_; Drul_array 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 *);