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 | b5a990d1282e2f3a16d9ab9e3622dd784f7bdeb4 (patch) | |
tree | 8c30405ff4884bd2a13742d70a20cff3fa719386 /ps | |
parent | 03655166d542cd0d814667c7e6b4eb9e105bc305 (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 |