]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/ps.scm
release: 1.5.0
[lilypond.git] / scm / ps.scm
index 95280791262b3daee6651d936e1cd37c2a8ec9fc..8e4dc95ecf0c0ca408d9755387887914f23dc98d 100644 (file)
        "lilypondpaperoutputscale div scalefont setfont } bind def "
        "\n"))
 
-
   (define (beam width slope thick)
     (string-append
-     (numbers->string (list width slope thick)) " draw_beam" ))
+     (numbers->string (list slope width thick)) " draw_beam" ))
 
   (define (comment s)
     (string-append "% " s))
   
   (define (filledbox breapth width depth height) 
     (string-append (numbers->string (list breapth width depth height))
-                  " draw-box" ))
+                  " draw_box" ))
 
   ;; obsolete?
   (define (font-def i s)
      " {exch pop //systemdict /run get exec} "
      (ly-gulp-file "music-drawing-routines.ps")
      "{ exch pop //systemdict /run get exec } "
+     (if (defined? 'ps-testing) "\n /testing true def" "")
     ))
   
   (define (lily-def key val)
@@ -171,7 +171,7 @@ lilypondpaperoutputscale lilypondpaperoutputscale scale
   
   (define (stem breapth width depth height) 
     (string-append (numbers->string (list breapth width depth height))
-                  " draw-box" ))
+                  " draw_box" ))
 
   (define (stop-line)
       "}\nstop-line\n")