X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fetf2ly.py;h=bb61108383b95b7e1fe57104ccc550af9d175114;hb=cced43289cf170305e6e6517180659a1c4fa91db;hp=0e7fb9c83e6fd9c7af8c33a83077680901646c05;hpb=d59af0d0c7fa993ed2b12de5ff7f1d13535d17d0;p=lilypond.git diff --git a/scripts/etf2ly.py b/scripts/etf2ly.py index 0e7fb9c83e..bb61108383 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