]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/multi-measure-rest.cc
release: 1.3.51
[lilypond.git] / lily / multi-measure-rest.cc
index 6001e531bf384cb552bd253c7da195321a21448d..0d360c945b06029706bb9f1c0527e8cd3d17f38f 100644 (file)
@@ -183,8 +183,8 @@ Multi_measure_rest::get_rods () const
 
   Item * l = get_bound (LEFT)->column_l ();
   Item * r = get_bound (RIGHT)->column_l ();
-  Item * lb = l->find_broken_piece (RIGHT);
-  Item * rb = r->find_broken_piece (LEFT);      
+  Item * lb = l->find_prebroken_piece (RIGHT);
+  Item * rb = r->find_prebroken_piece (LEFT);      
   
   Item* combinations[4][2]={{l,r}, {lb,r}, {l,rb},{lb,rb}};
   for (int i=0; i < 4; i++)