From: Mats Bengtsson Date: Mon, 14 May 2007 11:25:49 +0000 (+0200) Subject: Fix so \partial does the setting in Timing instead of Score to support X-Git-Tag: release/2.11.24-1~7^2^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3d21d9cb019eedce940cc1ec2e1be63ceb09babc;p=lilypond.git Fix so \partial does the setting in Timing instead of Score to support polymetric scores. --- diff --git a/lily/parser.yy b/lily/parser.yy index eea08ee94c..9df1034d16 100644 --- a/lily/parser.yy +++ b/lily/parser.yy @@ -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 {