]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / music.hh
index e3fdb3f83d761c7fc6429efe789cd4f86630159d..fb9e11fe5a01656a6b29fcc2cb4057a0754ec34f 100644 (file)
@@ -53,12 +53,12 @@ public:
 
   /// Scale the music in time by #factor#.
   void compress (Moment factor);
-  
+
   // Broadcast the event in a context's event-source.
   void send_to_context (Context *c);
 
   DECLARE_SCHEME_CALLBACK (duration_length_callback, (SCM));
+
 protected:
   virtual SCM copy_mutable_properties () const;
   virtual void type_check_assignment (SCM, SCM) const;