X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdot-configuration.hh;h=69627d02badd76087c99260bb6d4f64d9961e1e4;hb=9e781b7dc83b60a543ce218aa1a5f139f74c760f;hp=3b01eb3c706448b24d15174832de54d6cb2c971d;hpb=0e5d83a9ceb4a143f83d22406d7eb816314ff9f7;p=lilypond.git diff --git a/lily/include/dot-configuration.hh b/lily/include/dot-configuration.hh index 3b01eb3c70..69627d02ba 100644 --- a/lily/include/dot-configuration.hh +++ b/lily/include/dot-configuration.hh @@ -1,11 +1,20 @@ /* - dot-configuration.hh -- declare Dot_configuration + This file is part of LilyPond, the GNU music typesetter. - Source file of the GNU LilyPond music typesetter. Distributed under - terms of the GNU General Public License. LilyPond comes with NO - WARRANTY. + Copyright (C) 2007--2014 Han-Wen Nienhuys - (c) 2007--2009 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 DOT_CONFIGURATION_HH @@ -23,22 +32,20 @@ struct Dot_position Direction dir_; Grob *dot_; Box dot_extents_; - bool extremal_head_; Interval x_extent_; - + Dot_position () { dot_ = 0; pos_ = 0; dir_ = CENTER; - extremal_head_ = false; } }; struct Dot_configuration : public map { Dot_formatting_problem const *problem_; - + Dot_configuration (Dot_formatting_problem const &); Real x_offset () const; int badness () const;