]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bar-engraver.cc
Added information on \bar "||:" also in the section on Repeats.
[lilypond.git] / lily / bar-engraver.cc
index 263c7538bcd0557f49dfb798a05dfde4a94a1b0e..57457c37770fa061ca0bd34c7399c81fa8c3bc0b 100644 (file)
@@ -89,7 +89,7 @@ Bar_engraver::typeset_bar ()
 void
 Bar_engraver::stop_translation_timestep ()
 {
-  if (!bar_ && now_mom () != Moment (Rational (0), Rational (0)))
+  if (!bar_)
     context ()->get_score_context ()->set_property ("forbidBreak", SCM_BOOL_T);
   else
     typeset_bar ();