]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/slash-repeat-engraver.cc
* scm/music-functions.scm (has-request-chord): don't use
[lilypond.git] / lily / slash-repeat-engraver.cc
index c7bf2117a4c44465cfd88312618550f30284317b..f6b3e8f1a981b8f30c5b910ee2a8c219e047df76 100644 (file)
@@ -78,7 +78,7 @@ Slash_repeat_engraver::try_music (Music * m)
       Moment meas_len = robust_scm2moment (m->get_property ("measureLength"), Moment (0));
       if (body_length_ < meas_len 
          && meas_len.main_part_.mod_rat (body_length_.main_part_)
-         == Moment (Rational (0,0)))
+         == Moment (Rational (0, 0)))
        {
          repeat_ = m;
        }