X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fscale.hh;h=62d8d553ec071050728686b5eed5f39b2f08ce1e;hb=b9c5f6f9f005dbb701543a8cc16a4d50da0df167;hp=edf522c93fddf27e0ca889f6461f43f1655b6d42;hpb=b7a0cffbf9d1069860368f289a5b50e9d1d90ba8;p=lilypond.git diff --git a/lily/include/scale.hh b/lily/include/scale.hh index edf522c93f..62d8d553ec 100644 --- a/lily/include/scale.hh +++ b/lily/include/scale.hh @@ -1,7 +1,7 @@ /* This file is part of LilyPond, the GNU music typesetter. - Copyright (C) 2006--2009 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 @@ -27,8 +27,8 @@ struct Scale { public: - Scale (vector const&); - Scale (Scale const&); + Scale (vector const &); + Scale (Scale const &); Rational tones_at_step (int step, int octave) const; Rational step_size (int step) const; @@ -45,4 +45,3 @@ extern Scale *default_global_scale; #endif /* SCALE_HH */ -