]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/beaming-pattern.hh
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / include / beaming-pattern.hh
index b78ae31a22351a1d595a331befa55efd81b36deb..36c63c75022a4562f987bafe0f8833cb55b63e31 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1999--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef BEAMING_PATTERN_HH
@@ -55,7 +55,7 @@ public:
   
 private:
   vector<Beam_rhythmic_element> infos_;
-  Direction flag_direction (vsize) const;
+  Direction flag_direction (Beaming_options const&, vsize) const;
   void find_rhythmic_importance (Beaming_options const&);
   void unbeam_invisible_stems ();
 };