X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fetf2ly.py;h=24dc562871abdb74590cde5cb8cd8063969fcde0;hb=HEAD;hp=5267ef2e847471b126ce018e5bb5c1b4a10d16ec;hpb=7a696f81691477a86c029e6a4c69b8b13a729132;p=lilypond.git diff --git a/scripts/etf2ly.py b/scripts/etf2ly.py index 5267ef2e84..24dc562871 100644 --- a/scripts/etf2ly.py +++ b/scripts/etf2ly.py @@ -576,7 +576,7 @@ class Staff: last_time = g.timesig if 'start' in g.repeats: - e = e + ' \\bar "|:" ' + e = e + ' \\bar ".|:" ' # we don't attempt voltas since they fail easily. @@ -608,7 +608,7 @@ class Staff: if g: gap = rat_add (gap, g.length ()) if 'stop' in g.repeats: - k = k + ' \\bar ":|" ' + k = k + ' \\bar ":|." ' k = '%sglobal = { %s }\n\n ' % (self.staffid (), k) return k @@ -1131,12 +1131,12 @@ class Etf_file: while c and c.number <> endno: - d = c # hack to avoid problem with build/scripts/grand-replace.py + d = c # hack to avoid problem with scripts/build/grand-replace.py thread.append (d) c = c.next if c: - d = c # hack to avoid problem with build/scripts/grand-replace.py + d = c # hack to avoid problem with scripts/build/grand-replace.py thread.append (d) return thread @@ -1188,7 +1188,7 @@ def warranty (): %s %s -''' % ( _ ('Copyright (c) %s by') % '2001--2011', +''' % ( _ ('Copyright (c) %s by') % '2001--2015', '\n '.join (authors), _ ('Distributed under terms of the GNU General Public License.'), _ ('It comes with NO WARRANTY.')))