]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/ps.scm
release: 1.4.4
[lilypond.git] / scm / ps.scm
index a288c77446442a499f6da8efddb9ed819b6fd519..95280791262b3daee6651d936e1cd37c2a8ec9fc 100644 (file)
        "lilypondpaperoutputscale div scalefont setfont } bind def "
        "\n"))
 
+
   (define (beam width slope thick)
     (string-append
-     (numbers->string (list slope width thick)) " draw_beam" ))
+     (numbers->string (list width slope 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)
@@ -170,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")