]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pitch.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / pitch.hh
index 0e3be73917886a59c632908038478616b6c1f78f..6e5465257cdc68117f3654f0801f645961f199b1 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1998--2008 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:
@@ -53,7 +55,7 @@ public:
   Rational tone_pitch () const;
   int rounded_semitone_pitch () const;
   int rounded_quartertone_pitch () const;
-
+  Pitch negated () const;
   string to_string () const;
 
   DECLARE_SCHEME_CALLBACK (less_p, (SCM a, SCM b));