]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix so \partial does the setting in Timing instead of Score to support
authorMats Bengtsson <mats.bengtsson@s3.kth.se>
Mon, 14 May 2007 11:25:49 +0000 (13:25 +0200)
committerMats Bengtsson <mats.bengtsson@s3.kth.se>
Mon, 14 May 2007 11:25:49 +0000 (13:25 +0200)
polymetric scores.

lily/parser.yy

index eea08ee94c567d9fe7b598cd15da2537ebdf8bc8..9df1034d165a2fbabb5b4c052cf917d8698dcbd3 100644 (file)
@@ -1443,7 +1443,7 @@ command_element:
        | PARTIAL duration_length       {
                Moment m = - unsmob_duration ($2)->get_length ();
                $$ = MAKE_SYNTAX ("property-operation", @$, SCM_BOOL_F, ly_symbol2scm ("Timing"), ly_symbol2scm ("PropertySet"), ly_symbol2scm ("measurePosition"), m.smobbed_copy ());
-               $$ = MAKE_SYNTAX ("context-specification", @$, ly_symbol2scm ("Score"), SCM_BOOL_F, $$, SCM_EOL, SCM_BOOL_F);
+               $$ = MAKE_SYNTAX ("context-specification", @$, ly_symbol2scm ("Timing"), SCM_BOOL_F, $$, SCM_EOL, SCM_BOOL_F);
        }
 
        | TIME_T fraction  {