]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/beaming.hh
* lily/beam.cc (set_beaming): don't clip edges.
[lilypond.git] / lily / include / beaming.hh
index 0200d55a68ef5353773b21fb1db841a100aa361e..b541691087e844fcd8a11167a351082bf4e38a4e 100644 (file)
@@ -34,6 +34,7 @@ struct Beaming_info_list
   int best_splitpoint_index (Moment &beat_length, bool subdivide) const;
   void beamify (Moment &beat_length, bool subdivide);
   void add_stem (Moment d, int beams);
+  void clip_edges ();
 };
 
 #endif /* BEAMING_HH */