]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/scale.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / scale.hh
index 7984a2d2333c224124f62ca1cd74c3b0211a0a11..daaf0bb2dc6ca4c213ad96a32349872f5ef126a9 100644 (file)
@@ -1,10 +1,20 @@
-/* 
-  scale.hh -- declare Scale
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c) 2006--2008 Han-Wen Nienhuys <hanwen@lilypond.org>
-  
+/*
+  This file is part of LilyPond, the GNU music typesetter.
+
+  Copyright (C) 2006--2014 Han-Wen Nienhuys <hanwen@lilypond.org>
+
+  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 <http://www.gnu.org/licenses/>.
 */
 
 #ifndef SCALE_HH
@@ -17,8 +27,8 @@
 struct Scale
 {
 public:
-  Scale (vector<Rational> const&);
-  Scale (Scale const&);
+  Scale (vector<Rational> const &);
+  Scale (Scale const &);
 
   Rational tones_at_step (int step, int octave) const;
   Rational step_size (int step) const;
@@ -35,4 +45,3 @@ extern Scale *default_global_scale;
 
 #endif /* SCALE_HH */
 
-