X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fdot-configuration.hh;h=b4e2219e6c3280bc9dff618b0d934fe12e6a97dd;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=05d946e28cd41faf0a86fc460c1b72708d6f40d8;hpb=a6bd229f7fe1dc4a03478e14ccc0c0c66b225061;p=lilypond.git diff --git a/lily/include/dot-configuration.hh b/lily/include/dot-configuration.hh index 05d946e28c..b4e2219e6c 100644 --- a/lily/include/dot-configuration.hh +++ b/lily/include/dot-configuration.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2007--2010 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 @@ -32,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;