]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-ps.scm
Merge master into nested-bookparts
[lilypond.git] / scm / output-ps.scm
index aef4802eb71d8b6e41391055a10640dcdf17fe48..9274279a2cf732f61d2db234c88b5d9c586e7bfe 100644 (file)
@@ -30,6 +30,7 @@
            embedded-ps
            named-glyph
            no-origin
+            oval
            placebox
            polygon
            repeat-slash
 (define (no-origin)
   "")
 
+(define (oval x-radius y-radius thick fill)
+  (ly:format
+   "~a ~4f ~4f ~4f draw_oval"
+   (if fill
+     "true"
+     "false")
+   x-radius y-radius thick))
+
 (define (placebox x y s) 
   (ly:format
 "~4f ~4f moveto