X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scm%2Fps.scm;h=8e4dc95ecf0c0ca408d9755387887914f23dc98d;hb=4995fea559cd5399b4f462de546a15195d76f4c3;hp=95280791262b3daee6651d936e1cd37c2a8ec9fc;hpb=70a98a1bfe6eafa9a4cee14a8a5264a52a329d03;p=lilypond.git diff --git a/scm/ps.scm b/scm/ps.scm index 9528079126..8e4dc95ecf 100644 --- a/scm/ps.scm +++ b/scm/ps.scm @@ -52,10 +52,9 @@ "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)) @@ -108,7 +107,7 @@ (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) @@ -127,6 +126,7 @@ " {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")