]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/beaming-info.cc
(Introduction): new node.
[lilypond.git] / lily / beaming-info.cc
index 9eaed377635b3050ea5a01c88a52b4e8ea2a17a2..9382b6dc9ba1ed9eb2b0fa4f761ae2c663abcf0e 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -38,7 +38,7 @@ Beaming_info_list::best_splitpoint_index (Moment &beat_length,bool subdivide) co
       beat_pos = infos_[i].start_mom_ / beat_length;
       int den = beat_pos.den ();
       if (infos_[i].beams_i_drul_[LEFT] == infos_[i-1].beams_i_drul_[RIGHT] && !subdivide)
-       den *= 4;
+       den *= 2;
       if (den < minden)
        {
          minidx = i;