X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fsustain-pedal.hh;h=fe1a3147469517248e1985001c156b0298bfd0d8;hb=f5e5c04d731e93b1d8d4cf7e7697f71f6e7c2bdf;hp=b2ae20e9849d33e8b43161445ec70ed6092f3abf;hpb=87aedc5e4e7c56bb54a29f604eafc177a37e3f05;p=lilypond.git diff --git a/lily/include/sustain-pedal.hh b/lily/include/sustain-pedal.hh index b2ae20e984..fe1a314746 100644 --- a/lily/include/sustain-pedal.hh +++ b/lily/include/sustain-pedal.hh @@ -31,10 +31,12 @@ class Sustain_pedal : public Item { public: + static SCM scheme_molecule (SCM); + 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 (); };