]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tuplet-iterator.cc
Fix 1816: Lilypond-book: Give images 1mm less linewidth
[lilypond.git] / lily / tuplet-iterator.cc
index 5f3548e4905975f41392f5b5d40ca3a98dce631b..f3c3c8285696ae7a30fd01b592cbea1de235a1f6 100644 (file)
@@ -104,8 +104,8 @@ Tuplet_iterator::process (Moment m)
       && m.main_part_ == next_split_mom_)
     {
       descend_to_bottom_context ();
-      if (tuplet_handler_.get_outlet ())
-        create_event (STOP)->send_to_context (tuplet_handler_.get_outlet ());
+      if (tuplet_handler_.get_context ())
+        create_event (STOP)->send_to_context (tuplet_handler_.get_context ());
 
       if (m.main_part_ < music_get_length ().main_part_)
         {