summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJohn Gourlay <john@weathervanefarm.net>2016-04-28 21:02:20 -0400
committerJohn Gourlay <john@weathervanefarm.net>2016-04-28 21:02:20 -0400
commit1ad144eca54df3c4e5f43b555c01606e0cfd82b6 (patch)
tree67a2bff3eb6f850a314ea24bba390d732f8738ac /python
parenta617983be11a65c6f4e41d02cb813c66bfacc471 (diff)
Bring musicxml2ly up to date with changes made in the LilyPond version
since the Philomelos version was split off.
Diffstat (limited to 'python')
-rw-r--r--python/musicexp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/musicexp.py b/python/musicexp.py
index c4a1d4eefe..40b58c81f4 100644
--- a/python/musicexp.py
+++ b/python/musicexp.py
@@ -2149,7 +2149,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)