From 8c44df622129b5352d9770bc28969e767a415b2e Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 2 Jan 2007 23:48:18 +0100 Subject: [PATCH] fix parse error --- input/regression/to-xml.ly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/regression/to-xml.ly b/input/regression/to-xml.ly index 7db3f8dd08..c2f39725c9 100644 --- a/input/regression/to-xml.ly +++ b/input/regression/to-xml.ly @@ -14,5 +14,5 @@ testMusic = { << c''4 \\ g'4 >> } } -\testMusic +{ \testMusic } -- 2.39.5