]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/auto-beam.scm
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / scm / auto-beam.scm
index 85f303d043b47f52e97daad5281f018b28c4ed61..bfc320353429c82184dcff692f153c7b29d6f3ee 100644 (file)
@@ -88,9 +88,9 @@
   "Like the C++ code that executes \\override, but without type
 checking. "
 
-  (ly:set-context-property! context context-prop
+  (ly:context-set-property! context context-prop
                           (cons (cons setting value)
-                                (ly:get-context-property context context-prop)
+                                (ly:context-property context context-prop)
                                 )
                           )
   )
@@ -110,9 +110,9 @@ a fresh copy of the  list-head is made."
 
   
   
-    (ly:set-context-property!
+    (ly:context-set-property!
      context context-prop
-     (revert-assoc (ly:get-context-property context context-prop)
+     (revert-assoc (ly:context-property context context-prop)
                   setting))
   )