From: John Gourlay Date: Fri, 29 Apr 2016 01:02:20 +0000 (-0400) Subject: Bring musicxml2ly up to date with changes made in the LilyPond version X-Git-Tag: release/2.19.44-1~24^2~8 X-Git-Url: https://git.donarmstrong.com/?p=lilypond.git;a=commitdiff_plain;h=1ad144eca54df3c4e5f43b555c01606e0cfd82b6 Bring musicxml2ly up to date with changes made in the LilyPond version since the Philomelos version was split off. --- 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) diff --git a/scripts/musicxml2ly.py b/scripts/musicxml2ly.py index 307650e2f7..ffc8b261f6 100644 --- a/scripts/musicxml2ly.py +++ b/scripts/musicxml2ly.py @@ -2791,7 +2791,7 @@ If the given filename is -, musicxml2ly reads from the command line. p.version = ('%prog (LilyPond) ' + lilypond_version + '\n\n' + -_ ("""Copyright (c) 2005--2015 by +_ ("""Copyright (c) 2005--2016 by Han-Wen Nienhuys , Jan Nieuwenhuizen and Reinhold Kainhofer