]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
release: 1.5.6
[lilypond.git] / lily / parser.yy
index 5019a8d8a231c5a45b6a10780836260050eb6bff..c732454e5325a659c8996f5539b185d604deb000 100644 (file)
@@ -872,7 +872,7 @@ Composite_music:
                scm_gc_unprotect_object (mp->self_scm ());
                $$->set_mus_property ("numerator", gh_int2scm (n));
                $$->set_mus_property ("denominator", gh_int2scm (d));
-               $$->compress (Moment (n,d));
+               $$->compress (Moment (Rational (n,d)));
 
        }
        | Repeated_music                { $$ = $1; }