]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pitch.hh
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / include / pitch.hh
index e711fc0d579b138b91355414bf3b91d3e8134d4c..42a76522f4ae5948cf2aad97b0b65f850cdd79bd 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1998--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef MUSICAL_PITCH_HH
@@ -33,6 +33,8 @@ private:
   void transpose (Pitch);
   void up_to (int);
   void down_to (int);
+  void normalize_octave ();
+  void normalize_alteration ();
   void normalize ();
 
 public: