From: fred Date: Mon, 9 Dec 1996 23:59:22 +0000 (+0000) Subject: lilypond-0.0.15 X-Git-Tag: release/1.5.59~6640 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d1924ec8fad463f042aaac07547378c5e06da34d;p=lilypond.git lilypond-0.0.15 --- diff --git a/hdr/beam.hh b/hdr/beam.hh index 138175d8ec..be2cb8f94c 100644 --- a/hdr/beam.hh +++ b/hdr/beam.hh @@ -34,6 +34,7 @@ struct Beam: public Spanner { void set_stemlens(); private: + Molecule stem_beams(Stem *here, Stem *next, Stem *prev); void solve_slope(); void brew_molecule(); };