]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/output-tex.scm
* Documentation/user/examples.itely: removed \midi block to
[lilypond.git] / scm / output-tex.scm
index c75994d0c3191d5d9a8fbf95aa5e0b01e3162679..4ea8fbe77d2419d82e7e156251f7bf411cc99cd8 100644 (file)
@@ -42,6 +42,7 @@
             filledbox
             round-filled-box
             text
+            white-text
             tuplet
             polygon
             draw-line
 (define (dot x y radius)
   (embedded-ps (list 'dot x y radius)))
 
+
+(define (embedded-ps string)
+  (embedded-ps (list 'embedded-ps string)))
+
 (define (white-dot x y radius)
   (embedded-ps (list 'white-dot x y radius)))
 
                        s))
                   "}")))
 
-
+(define (white-text scale s)
+   (embedded-ps (list 'white-text scale s)))
+   
 (define (tuplet ht gapx dx dy thick dir)
   (embedded-ps (list 'tuplet  ht gapx dx dy thick dir)))