From 63dfcaa20b5ad0ffbe0a4412846be0d6b50bd986 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 18 May 2007 01:19:30 -0300 Subject: [PATCH] Revert "Fix so \partial does the setting in Timing instead of Score to support" This reverts commit 085322b034da9f731f465652c3937a8d51930baf. this patch broke midi-partial.ly --- lily/parser.yy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5