]> git.donarmstrong.com Git - lilypond.git/commitdiff
(markup): take encoding from lexer.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 9 Apr 2004 23:26:39 +0000 (23:26 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 9 Apr 2004 23:26:39 +0000 (23:26 +0000)
lily/parser.yy

index 96746e4e62879d9b2e2aa2d98897d60a09c62c0b..528c4549fe2eff1cb8a385a1ab762adc7a2dd080 100644 (file)
@@ -106,7 +106,7 @@ SCM
 make_simple_markup (SCM encoding, SCM a)
 {
        SCM simple = ly_scheme_function ("simple-markup");
-       if (gh_symbol_p (encoding))
+       if (is_symbol (encoding))
        {
                return scm_list_3 (ly_scheme_function ("encoded-simple-markup"),
                           encoding, a);