]> git.donarmstrong.com Git - lilypond.git/commitdiff
Bring musicxml2ly up to date with changes made in the LilyPond version
authorJohn Gourlay <john@weathervanefarm.net>
Fri, 29 Apr 2016 01:02:20 +0000 (21:02 -0400)
committerJohn Gourlay <john@weathervanefarm.net>
Fri, 29 Apr 2016 01:02:20 +0000 (21:02 -0400)
since the Philomelos version was split off.

python/musicexp.py
scripts/musicxml2ly.py

index c4a1d4eefe2aa4914dab0c84d4efaf3bbc74987e..40b58c81f48598e229e12cb4fbac2642b3b02e48 100644 (file)
@@ -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)
index 307650e2f77c620ac5a358362b9264a4304f6318..ffc8b261f687c29297a8e967b03eba100df83a33 100644 (file)
@@ -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 <hanwen@xs4all.nl>,
     Jan Nieuwenhuizen <janneke@gnu.org> and
     Reinhold Kainhofer <reinhold@kainhofer.com>