]> git.donarmstrong.com Git - lilypond.git/blobdiff - ps/lilyponddefs.ps
patch::: 1.3.127.jcn4
[lilypond.git] / ps / lilyponddefs.ps
index a862db2153221135239ab9c882dbc84229aee678..5f9a9f145118a0386580036e29199b1c839c5902 100644 (file)
@@ -1,12 +1,13 @@
 %!PS-Adobe-1.0: lilyponddefs
 
 % hmm
-/setgray { 1 add } bind def
+% /setgray { 1 add } bind def
+
+/stafflinethickness  lilypondpaperstafflinethickness def
+/staffheight lilypondpaperstaffheight def
 
 /xoffset 30 def
 /yoffset 700 def
-/staffrulethickness 1 def
-/staffheight 20 def
 
 /placebox
 {
        grestore
 } bind def
 
-/setbold % '(' text ')'
-{
-       settext
-} bind def
-/settext % '(' text ')'
-{
-       gsave
-       % urg
-       /Times-Roman findfont 12 scalefont setfont
-       show
-       grestore
-} bind def
+%
+% FIXME.  translate to middle of box.
+%
 
-/setfinger % '(' text ')'
+/draw_box % breapth width depth height
 {
+       /h exch def
+       /d exch def
+       /w exch def
+       /b exch def
        gsave
-       % urg
-       /feta-nummer5 findfont 12 scalefont setfont
-       show
-       grestore
-} bind def
 
-/setitalic % '(' text ')'
-{
-       gsave
-       % urg
-       /Times-Italic findfont 12 scalefont setfont
-       show
-       grestore
-} bind def
-
-/vrule % width height depth
-{
-       gsave
-       3 -1 roll setlinewidth
-       neg 0 exch moveto
-       0 exch lineto stroke
-       grestore
-} bind def
+       0 setlinewidth
+       b neg d neg rmoveto
+       b w add 0 rlineto
+       0 d h add rlineto
+       b w add neg 0 rlineto
+       closepath % 0 d h add neg rlineto
+       fill
 
-/draw_stem % kern width height depth
-{
-       gsave
-       4 -1 roll neg 0 translate
-       vrule
        grestore
 } bind def
 
-/extender % width
-{
-       gsave
-       0 0 moveto
-       stafflinethickness 0.8 mul setlinewidth
-       0 lineto stroke
-       grestore
-} bind def
-
-/widthbar % height width
-{
-       gsave
-       setlinewidth
-       2 div dup neg 0 exch moveto
-       0 exch lineto stroke
-       2 div
-       grestore
-} bind def
-
-/thickbar % height
-{
-       stafflinethickness 2 mul widthbar
-} bind def
-
-/thinbar % height
-{
-       stafflinethickness 1.6 mul widthbar
-} bind def
-
-/maatstreep % height
-{
-       thinbar
-} bind def
-
-/fatdoublebar
-{
-       thickbar
-} bind def
-
-/finishbar
-{
-       thickbar
-} bind def
-
-/generalmeter % num den
-{
-       pop pop
-} bind def
-
-/pianobrace % '(' char ')'
-{
-       gsave
-       /feta-braces20 findfont 12 scalefont setfont%
-       show
-       grestore
-} bind def
-
-/doublebar
-{
-       thinbar
-} bind def
-
-/repeatbar
-{
-       thickbar
-} bind def
-
-/repeatbarstartrepeat
-{
-       thickbar
-} bind def
-
-/startbar
-{
-       thickbar
-} bind def
-
-/startrepeat
-{
-       thickbar
-} bind def
-
-/stoprepeat
-{
-       thickbar
-} bind def
-
 /start_line
 { 
        gsave
        grestore
        yoffset add /yoffset exch def
        % urg...
-       yoffset staffheight 8 mul sub /yoffset exch def
+       yoffset lilypondpaperstaffheight 8 mul sub /yoffset exch def
 } bind def
 
-/unknown { (U) setbold } bind def
-/empty { (E) setbold } bind def
-
 /turnOnExperimentalFeatures { } bind def
 
-/rulesym % thick length
-{
-       gsave
-       exch setlinewidth
-       0 lineto stroke
-       grestore
-} bind def
-
-(lily.ps) findlibfile 
-{
-       exch pop //systemdict /run get exec
-} 
-{ 
-       /undefinedfilename signalerror 
-} ifelse
-
 stafflinethickness setlinewidth
 
 % see if we're there...