X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fpitch.hh;h=42a76522f4ae5948cf2aad97b0b65f850cdd79bd;hb=9c3ecc7d6e596e8151a58ce7ed0dd9e1b0802d1e;hp=0e3be73917886a59c632908038478616b6c1f78f;hpb=03ce3667568361ee7433032988a4089c64de2ec7;p=lilypond.git diff --git a/lily/include/pitch.hh b/lily/include/pitch.hh index 0e3be73917..42a76522f4 100644 --- a/lily/include/pitch.hh +++ b/lily/include/pitch.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2006 Han-Wen Nienhuys + (c) 1998--2009 Han-Wen Nienhuys */ #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));