X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fetf2ly.py;h=307f16c449a4726f82ca6bc714b1e58e537e058b;hb=fe1eb832e9e1e92e2bf98c33011465658192f033;hp=34a1c9e01860e2aba8d835a20512973af5d97052;hpb=ce2b62c770461e0a719aa0fd99499624917f4e79;p=lilypond.git diff --git a/scripts/etf2ly.py b/scripts/etf2ly.py index 34a1c9e018..307f16c449 100644 --- a/scripts/etf2ly.py +++ b/scripts/etf2ly.py @@ -559,7 +559,7 @@ class Staff: str = string.join (map (lambda x: '(volta %s)' % x, strs)) - e = e + ' \\property Score.repeatCommands = #\'(%s) ' % str + e = e + ' \\set Score.repeatCommands = #\'(%s) ' % str if g.force_break: e = e + ' \\break '