]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/scale.hh
Imported Upstream version 2.16.0
[lilypond.git] / lily / include / scale.hh
index 7f6a8817625483f98a6c39b7489d94ff57ea65a9..62d8d553ec071050728686b5eed5f39b2f08ce1e 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2006--2011 Han-Wen Nienhuys <hanwen@lilypond.org>
+  Copyright (C) 2006--2012 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
@@ -27,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;
@@ -45,4 +45,3 @@ extern Scale *default_global_scale;
 
 #endif /* SCALE_HH */
 
-