]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/beaming-pattern.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / beaming-pattern.hh
index b78ae31a22351a1d595a331befa55efd81b36deb..f22cba2a2d4be1a609ffd29aa02895b7da5f3c14 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--2008 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 ();
 };