]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/repeated-music.hh
* Documentation/user/refman.itely: remove superfluous -'s
[lilypond.git] / lily / include / repeated-music.hh
index b2873e1e2a990161a9e52e782144814dfd262da8..5b07584762da8d5ec64fe454486dc5472d2f97a5 100644 (file)
@@ -66,11 +66,6 @@ public:
   DECLARE_SCHEME_CALLBACK (minimum_start, (SCM));
   DECLARE_SCHEME_CALLBACK (first_start, (SCM));    
   
-  /// Transpose, with the interval central C to #p#
-  virtual void transpose (Pitch p);
-
-  /// Scale the music in time by #factor#.
-  virtual void compress (Moment factor);
   VIRTUAL_COPY_CONS (Music);
   Repeated_music ();
   Repeated_music (SCM);