]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/sustain-pedal.hh
patch::: 1.3.58.jcn2
[lilypond.git] / lily / include / sustain-pedal.hh
index 505723c316da01b92260623e9b6fc1b220ea11a8..fe1a3147469517248e1985001c156b0298bfd0d8 100644 (file)
@@ -33,10 +33,10 @@ class Sustain_pedal : public Item
 public:
    static SCM scheme_molecule (SCM);
   
-VIRTUAL_COPY_CONS (Score_element);
+  VIRTUAL_COPY_CONS (Score_element);
   Sustain_pedal (SCM);
 protected:
-  virtual Molecule do_brew_molecule () const;
+  // Molecule do_brew_molecule () const;
   virtual void after_line_breaking ();
 };