]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/repeated-music.hh
release: 1.3.108
[lilypond.git] / lily / include / repeated-music.hh
index b222111fe4368b3dbc5712c2b1743505551428d0..b2deaee08fa4446f23769b0a9aff0c97aebfcf8b 100644 (file)
@@ -54,7 +54,7 @@ public:
 
   /// how often do we repeat?
   int repeat_count( ) const;
-  virtual Musical_pitch to_relative_octave (Musical_pitch);
+  virtual Pitch to_relative_octave (Pitch);
 
   Moment body_length_mom () const;
   Moment alternatives_length_mom (bool fold) const;
@@ -64,7 +64,7 @@ public:
   DECLARE_SCHEME_CALLBACK(folded_music_length, (SCM));    
   
   /// Transpose, with the interval central C to #p#
-  virtual void transpose (Musical_pitch p);
+  virtual void transpose (Pitch p);
 
   /// Scale the music in time by #factor#.
   virtual void compress (Moment factor);