]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/duration-iter.cc
release: 1.3.0
[lilypond.git] / lib / duration-iter.cc
index 9472c0217d512044927fc81587f43a78768e85b3..abb467d1c1fad5dea73d44e73117c570ee2f28a1 100644 (file)
@@ -114,5 +114,5 @@ Duration_iterator::forward_dur ()
 bool
 Duration_iterator::ok ()
 {
-  return cursor_dur_.length_mom () <= Moment (4);
+  return cursor_dur_.length_mom () <= Rational (4);
 }