diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2004-03-11 09:44:13 +0000 |
---|---|---|
committer | Jan Nieuwenhuizen <janneke@gnu.org> | 2004-03-11 09:44:13 +0000 |
commit | 70f80d724afdb3b31a151e39b50ac95e390f145f (patch) | |
tree | c986b27da5ce29afc231c66a4e04e4a4e869c4e4 /ps/lilyponddefs.ps | |
parent | b584147c940e9456c2e0819e5af0afb765ade992 (diff) |
* ps/lilyponddefs.ps: Bugfix.
* input/regression/multi-measure-rest-instr-name.ly: Typo.
Diffstat (limited to 'ps/lilyponddefs.ps')
-rw-r--r-- | ps/lilyponddefs.ps | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/ps/lilyponddefs.ps b/ps/lilyponddefs.ps index 07d5babc8b..37cfbf2dd6 100644 --- a/ps/lilyponddefs.ps +++ b/ps/lilyponddefs.ps @@ -80,8 +80,10 @@ /start-page { - /line-x left-margin output-scale div def - /line-y vsize top-margin sub def + %/line-x left-margin output-scale div def + %/line-y vsize top-margin sub def + /line-x 0 def + /line-y vsize def } bind def /stop-page @@ -248,4 +250,9 @@ paper-size % initialise paper dimensions staff-height init-paper +%/line-x left-margin output-scale div def +%/line-y vsize top-margin sub def +/line-x 0 def +/line-y vsize def + % end lilyponddefs.ps |