From: Han-Wen Nienhuys Date: Fri, 18 May 2007 04:19:30 +0000 (-0300) Subject: Revert "Fix so \partial does the setting in Timing instead of Score to support" X-Git-Tag: release/2.11.24-1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=63dfcaa20b5ad0ffbe0a4412846be0d6b50bd986;p=lilypond.git Revert "Fix so \partial does the setting in Timing instead of Score to support" This reverts commit 085322b034da9f731f465652c3937a8d51930baf. this patch broke midi-partial.ly --- diff --git a/lily/parser.yy b/lily/parser.yy index 9df1034d16..eea08ee94c 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 ("Timing"), SCM_BOOL_F, $$, SCM_EOL, SCM_BOOL_F); + $$ = MAKE_SYNTAX ("context-specification", @$, ly_symbol2scm ("Score"), SCM_BOOL_F, $$, SCM_EOL, SCM_BOOL_F); } | TIME_T fraction {