diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-03-02 10:50:40 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-03-02 10:50:40 +0000 |
commit | 6faae8735988dec671fcf8a67a4e09a0b74325eb (patch) | |
tree | 436aaf3ba719bd88a8cd7cc9a886293383b1c69c /ps | |
parent | 6e200203e9d8067e9211dd93b7e4a47099aae949 (diff) |
* scripts/midi2ly.py (Key.dump): pychecker cleanups.
* python/lilylib.py (underscore): remove identify() , warranty()
* ps/music-drawing-routines.ps: change Border routine for GSView
compatibility.
* lily/stem.cc (height): use quantize-positions. This triggers
set_stem_lengths, so scripts on beamed stems are handled correctly.
* lily/side-position-interface.cc (aligned_side): check if edges
of script are inside staff. Fixes accent of edge of the staff.
* input/regression/staccato-pos.ly: more examples.
Diffstat (limited to 'ps')
-rw-r--r-- | ps/music-drawing-routines.ps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ps/music-drawing-routines.ps b/ps/music-drawing-routines.ps index b8f36aa208..bc875b448d 100644 --- a/ps/music-drawing-routines.ps +++ b/ps/music-drawing-routines.ps @@ -62,7 +62,7 @@ /llx exch def [ /Rect [ llx lly urx ury ] - /Border [ 0 0 0 0 ] + /Border [ 0 0 0 ] /Action << |