X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpitch-interval.hh;h=a6e027f8ba241164d1f9caa1b4b941a8c4c54586;hb=a61ab84e86b209fe11d63ec488e02525b7481b5b;hp=478b58a7a8c5dff38cf559db52012cd881555f28;hpb=7c866230d0fb5c9b997d1c792378a85818206125;p=lilypond.git diff --git a/lily/include/pitch-interval.hh b/lily/include/pitch-interval.hh index 478b58a7a8..a6e027f8ba 100644 --- a/lily/include/pitch-interval.hh +++ b/lily/include/pitch-interval.hh @@ -1,9 +1,20 @@ /* - pitch-interval.hh -- declare Pitch_interval + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 2004--2011 Han-Wen Nienhuys - (c) 2004--2007 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 PITCH_INTERVAL_HH @@ -16,7 +27,7 @@ class Pitch_interval : public Drul_array public: Pitch_interval (); Pitch_interval (Pitch, Pitch); - Direction add_point (Pitch); + Drul_array add_point (Pitch); bool is_empty () const; }; @@ -25,7 +36,7 @@ class Pitch_lexicographic_interval : public Drul_array public: Pitch_lexicographic_interval (); Pitch_lexicographic_interval (Pitch, Pitch); - Direction add_point (Pitch); + Drul_array add_point (Pitch); bool is_empty () const; };