]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/etf2ly.py
* lily/rest.cc (polyphonic_offset_callback): new function. Do
[lilypond.git] / scripts / etf2ly.py
index 34a1c9e01860e2aba8d835a20512973af5d97052..307f16c449a4726f82ca6bc714b1e58e537e058b 100644 (file)
@@ -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 '