From c1dacc6d783b558c2b7b38e41c84be04bc4f68ac Mon Sep 17 00:00:00 2001
From: hanwen <hanwen>
Date: Fri, 9 Apr 2004 23:26:39 +0000
Subject: [PATCH] (markup): take encoding from lexer.

---
 lily/parser.yy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lily/parser.yy b/lily/parser.yy
index 96746e4e62..528c4549fe 100644
--- a/lily/parser.yy
+++ b/lily/parser.yy
@@ -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);
-- 
2.39.5