]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/beam.hh
release: 0.0.15
[lilypond.git] / hdr / beam.hh
index 138175d8ec536bc33f006899a69fb1fb5e4a92a3..be2cb8f94c01e1d6e79a6a5f683b963258ce7e3a 100644 (file)
@@ -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();
 };