]> git.donarmstrong.com Git - lilypond.git/blobdiff - ps/lilyponddefs.ps
* scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
[lilypond.git] / ps / lilyponddefs.ps
index 5b11abc29ec0d8eecdf3d2b90576fd7b220722c7..a53b452af7ba59e3785cc01c0c23a5bfd2e4763f 100644 (file)
@@ -18,7 +18,6 @@
 
 /init-paper {
        gsave
-       .1 setlinewidth
        clippath pathbbox newpath
        /vsize exch def
        /hsize exch def pop pop pop
 } bind def
 
 
-% <x> <y> start-system
+% start-system
 /start-system {
-       gsave
-       0
-       vsize translate
+    gsave
+} bind def
+
+/start-page {
+    gsave
+    0
+    vsize translate
 } bind def
 
 
@@ -89,7 +92,6 @@
 /init-lilypond-parameters {
        staff-line-thickness setlinewidth
        staff-height init-paper
-       pstack
 } bind def