X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftie-specification.hh;h=330fe24011f468fea812cbf68fb1cfb069f8b8db;hb=9e781b7dc83b60a543ce218aa1a5f139f74c760f;hp=68734adc222aeab5868c49d2605355ad94bd13f6;hpb=8cab78caa0db1ba14f2e52e4c1ddbb541ea0e5cb;p=lilypond.git diff --git a/lily/include/tie-specification.hh b/lily/include/tie-specification.hh index 68734adc22..330fe24011 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--2009 Han-Wen Nienhuys - +/* + This file is part of LilyPond, the GNU music typesetter. + + Copyright (C) 2007--2014 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 *);