From d34f1532c8effd6eacbabb1338d980204531f57c Mon Sep 17 00:00:00 2001 From: Patrick Schmidt Date: Fri, 3 Feb 2012 10:20:12 +0100 Subject: [PATCH] Issue 1985: musicxml2ly: group-symbol none leads to bus error --- python/musicexp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/musicexp.py b/python/musicexp.py index d105ef333d..8610f8aa44 100644 --- a/python/musicexp.py +++ b/python/musicexp.py @@ -1793,7 +1793,7 @@ class StaffGroup: if self.spanbar == "no": printer.dump ("\\override SpanBar #'transparent = ##t") brack = {"brace": "SystemStartBrace", - "none": "f", + "none": "SystemStartBar", "line": "SystemStartSquare"}.get (self.symbol, None) if brack: printer.dump ("systemStartDelimiter = #'%s" % brack) -- 2.39.2