diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-02-06 01:13:59 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-02-06 01:13:59 +0000 |
commit | bbcb58184883768ca35d64451d7f693d2db11bb7 (patch) | |
tree | 88621a1b57b1604556e38df2434e115969e62f71 /ps | |
parent | 6ba180c8956f07784b64f1a0d96c2a7b93b8c221 (diff) |
the great dash-replace.
(lilypond_version_re_str): require
only numbers and dots in \version string.
Diffstat (limited to 'ps')
-rw-r--r-- | ps/lilyponddefs.ps | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ps/lilyponddefs.ps b/ps/lilyponddefs.ps index 9672572c99..7243731913 100644 --- a/ps/lilyponddefs.ps +++ b/ps/lilyponddefs.ps @@ -19,11 +19,11 @@ /init-paper { gsave clippath pathbbox newpath - /vsize exch def - /hsize exch def pop pop pop + /paper-height exch def + /paper-width exch def pop pop pop % FIXME /top-margin 2 def - hsize line-width sub 2 div /left-margin exch def + paper-width line-width sub 2 div /left-margin exch def grestore } bind def |