X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fspacing-options.hh;h=2ca45c5e8539124a6f4062f411f5ba403a2e941f;hb=21f6ea846dc1930cb41f185485ce6e1c8d9b30bd;hp=c96f1d0cfbec37e82b3a2992a28773392aacc6e2;hpb=55ac733b69643a6bc6a83b706c65cb56efd388ef;p=lilypond.git diff --git a/lily/include/spacing-options.hh b/lily/include/spacing-options.hh index c96f1d0cfb..2ca45c5e85 100644 --- a/lily/include/spacing-options.hh +++ b/lily/include/spacing-options.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2006--2011 Han-Wen Nienhuys + Copyright (C) 2006--2012 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 @@ -38,8 +38,8 @@ struct Spacing_options Rational global_shortest_; Real increment_; Real shortest_duration_space_; - - Spacing_options(); + + Spacing_options (); void init_from_grob (Grob *me); Real get_duration_space (Rational d) const; };