From: Han-Wen Nienhuys Date: Tue, 2 Jan 2007 22:48:18 +0000 (+0100) Subject: fix parse error X-Git-Tag: release/2.11.8-1~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8c44df622129b5352d9770bc28969e767a415b2e;p=lilypond.git fix parse error --- 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 }