]> git.donarmstrong.com Git - lilypond.git/blobdiff - python/musicexp.py
LSR update
[lilypond.git] / python / musicexp.py
index 940683aa11f1cc267012b2c3e9368ac9698f0de4..01cd446f481fc0b83c33fed9e5783aea3d78c00f 100644 (file)
@@ -901,10 +901,10 @@ class OctaveShiftEvent (SpanEvent):
         dir = self.ly_octave_shift_indicator ()
         value = ''
         if dir:
-            value = '#(set-octavation %s)' % dir
+            value = '\ottava #%s' % dir
         return { 
             -1: value,
-            1: '#(set-octavation 0)'}.get (self.span_direction, '')
+            1: '\ottava #0'}.get (self.span_direction, '')
 
 class TrillSpanEvent (SpanEvent):
     def ly_expression (self):