diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-06-18 12:57:37 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-06-18 12:57:37 +0000 |
commit | 582186f60e5103f11a0cc54cc5dfb3319b9ea114 (patch) | |
tree | 52c88010ef7029288fa3dcc3cf46242a7da60456 /ps | |
parent | 7130af0cab6a146e4b6f37881bcd5bcc28ebf81a (diff) |
* lily/spacing-spanner.cc (musical_column_spacing): set
compound_fixed_note_space to 0.0. Document why.
* lily/simple-spacer.cc (is_sane): also have a kludge for numeric
range of inverse_hooke_
(Simple_spacer): init completely.
(fits): const
(get_line_configuration): don't use cols.resize(); it introduces
initialized data.
* scm/framework-ps.scm (dump-page): add setstrokeadjust. Backportme.
* ps/music-drawing-routines.ps: remove selectfont L1 hack.
Diffstat (limited to 'ps')
-rw-r--r-- | ps/music-drawing-routines.ps | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/ps/music-drawing-routines.ps b/ps/music-drawing-routines.ps index e0f28e82a6..8864569af1 100644 --- a/ps/music-drawing-routines.ps +++ b/ps/music-drawing-routines.ps @@ -7,29 +7,6 @@ % TODO: use dicts or prefixes to prevent namespace pollution. -% Emulation code from Postscript Language Reference. - -/*SF -{ - exch findfont exch - dup type /arraytype eq - {makefont} - {scalefont} - ifelse - setfont -} bind def - -/languagelevel where - {pop languagelevel} - {1} -ifelse - -2 lt - { /selectfont /*SF load def } -if - -% end emulation code - /pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse |