]> git.donarmstrong.com Git - lilypond.git/commitdiff
Revert "Fix so \partial does the setting in Timing instead of Score to support" release/2.11.24-1 release/2.11.24-2
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 18 May 2007 04:19:30 +0000 (01:19 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 18 May 2007 04:19:30 +0000 (01:19 -0300)
This reverts commit 085322b034da9f731f465652c3937a8d51930baf.

this patch broke midi-partial.ly

lily/parser.yy

index 9df1034d165a2fbabb5b4c052cf917d8698dcbd3..eea08ee94c567d9fe7b598cd15da2537ebdf8bc8 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 ("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  {