]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.y
release: 0.1.48
[lilypond.git] / lily / parser.y
index 13cc69a973e6a366512bb923d1f7e85a19b54d5f..545d72c8a66bcdaa85779d84e25be1c9ffa213b2 100644 (file)
@@ -709,7 +709,7 @@ command_req:
        ;
 
 abbrev_command_req:
-        '|'                            {
+       '|'                             {
                $$ = new Barcheck_req;
        }
        | COMMAND_IDENTIFIER    {
@@ -729,8 +729,8 @@ verbose_command_req:
        }
        | SKIP duration_length {
                Skip_req * skip_p = new Skip_req;
-               skip_p->duration_.set_plet ($2->numerator ().as_long (),
-                       $2->denominator ().as_long ());
+               skip_p->duration_.set_plet ($2->num (),
+                       $2->den ());
 
                delete $2;
                $$ = skip_p;