]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/timing-translator.cc
release: 1.0.11
[lilypond.git] / lily / timing-translator.cc
index 6ab83a2ea9751912ef571f825c66beaef3cb3a02..79dd64035ca88c8198f7f4bfe9fbbf3cf2dcd0d7 100644 (file)
@@ -115,7 +115,10 @@ Timing_translator::do_pre_move_processing()
     daddy_trans_l_->ancestor_l (100)->global_l (); // ugh 100.
 
 
+  /* allbars == ! skipbars */
   bool allbars = ! get_property ("SkipBars").to_bool ();
+
+
   if (!time_.cadenza_b_ && allbars)
     global_l->add_moment_to_process (time_.next_bar_moment ());
 }