X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftie-specification.hh;h=9ca51161090df52cfd47bdc71266556ece9fca53;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=a41aa3626bfc80e521b05854af5c42bf1b8e5f96;hpb=1c846b2c2348b4e0ca4a3c2e8fb267047ba2d203;p=lilypond.git diff --git a/lily/include/tie-specification.hh b/lily/include/tie-specification.hh index a41aa3626b..9ca5116109 100644 --- a/lily/include/tie-specification.hh +++ b/lily/include/tie-specification.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2007--2011 Han-Wen Nienhuys + 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 @@ -26,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 *);