]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parser.yy
Use scalar instead of embedded_scm for context mod overrides.
[lilypond.git] / lily / parser.yy
index d93a1767e1502e294dd48abe215496e48fb8531a..48117a3a091a4fc9264b1c493066f06ebebd1d3a 100644 (file)
@@ -1277,7 +1277,7 @@ property_operation:
                $$ = scm_list_2 (ly_symbol2scm ("unset"),
                        scm_string_to_symbol ($2));
        }
-       | OVERRIDE simple_string property_path '=' embedded_scm {
+       | OVERRIDE simple_string property_path '=' scalar {
                $$ = scm_append (scm_list_2 (scm_list_3 (ly_symbol2scm ("push"),
                                                        scm_string_to_symbol ($2), $5),
                                             $3));