]> git.donarmstrong.com Git - lilypond.git/blobdiff - init/lily.scm
release: 1.1.2
[lilypond.git] / init / lily.scm
index 2a66e0ff1caa05c1f12e92394d525d3eca81655b..ce384d2617486c52388d59063be5a846e98c0b03 100644 (file)
@@ -59,6 +59,9 @@
     (beam-ps width slope thick)
    "}"))
 
+(define 
+  (bracket o h) (empty o))
+
 (define 
   (char o n) 
   ((invoke-output o "char") n))
   (empty-tex) 
   "%\n\\empty%\n")
 
-(define 
-  (emptybar o h) (empty o))
-
 (define 
   (end-output o) 
   ((invoke-output o "end-output")))
 (define
   (repeatbar o h) (empty o))
 
-(define
-  (repeatbarstartrepeat o h) (empty o))
-
 (define 
   (rulesym o x y) 
   ((invoke-output o "rulesym") x y))
   (setbold o s) 
   ((invoke-output o "text") "bold" s))
 
+(define
+  (setdynamic o s) (empty o))
+
 (define 
   (setfinger o s) 
   ((invoke-output o "text") "finger" s))