]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/etf2ly.py
(LY_DEFINE): add ly:stencil-origin
[lilypond.git] / scripts / etf2ly.py
index c4627a611d41efca94e003d30a0bdae7e8f174d0..599ddfccb3e101befb84745873ad55c940a93ea0 100644 (file)
@@ -579,7 +579,7 @@ class Staff:
                                if 'stop' in g.repeats:
                                        k = k + ' \\bar ":|" '
                                
-               k = '%sglobal = \\notes  { %s }\n\n ' % (self.staffid (), k)
+               k = '%sglobal = { %s }\n\n ' % (self.staffid (), k)
                return k
        
        def dump (self):
@@ -618,7 +618,7 @@ class Staff:
                                                        % (self.number, m.number))
                        if first_frame:
                                l = self.layerid (x)
-                               laystr = '%s =  \\notes { { %s } }\n\n' % (l, laystr)
+                               laystr = '%s = { { %s } }\n\n' % (l, laystr)
                                str = str  + laystr
                                layerids.append (l)