X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsustain-pedal.hh;h=fe1a3147469517248e1985001c156b0298bfd0d8;hb=f5e5c04d731e93b1d8d4cf7e7697f71f6e7c2bdf;hp=505723c316da01b92260623e9b6fc1b220ea11a8;hpb=8032af1c6c8a170df3bbd9aaa418b3e7a652c3dd;p=lilypond.git diff --git a/lily/include/sustain-pedal.hh b/lily/include/sustain-pedal.hh index 505723c316..fe1a314746 100644 --- a/lily/include/sustain-pedal.hh +++ b/lily/include/sustain-pedal.hh @@ -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 (); };