]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/scale.hh
Run grand-replace (issue 3765)
[lilypond.git] / lily / include / scale.hh
index 7f6a8817625483f98a6c39b7489d94ff57ea65a9..daaf0bb2dc6ca4c213ad96a32349872f5ef126a9 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--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
@@ -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 */
 
-