summaryrefslogtreecommitdiff
path: root/ps/lilyponddefs.ps
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2001-06-29 01:06:14 +0200
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2001-06-29 01:06:14 +0200
commit4995fea559cd5399b4f462de546a15195d76f4c3 (patch)
treeec485ad4972bb4e30cdcee4483c32b1df301992c /ps/lilyponddefs.ps
parent70a98a1bfe6eafa9a4cee14a8a5264a52a329d03 (diff)
release: 1.5.0
===== * experimental grace notes: - add grace timing to Moment - hack to Sequential_music_iterator to use the correct timing for the note before a grace - change the implementation of \grace construct - property set/unset (eg. font size) is done through startGraceMusic and stopGraceMusic - various engraver fixes to deal with the fact that the main-time-moment may remain the same during several steps. - Change column creation logic in score-engraver. * Bugfix: don't crash when \name not set in \translator block. * rename ly/*.ly to ly/*-init.ly (except language files) to avoid name clashes * deprecate Property_engraver, add Font_size_engraver to Staff, Voice and Thread. * Change mailing list address: *gnu-music*@gnu.org becomes *lilypond*@gnu.org * Put span-bar lines only between the other barlines, not on top of them (thanks to Juergen Reuter) 1.4.4.j
Diffstat (limited to 'ps/lilyponddefs.ps')
-rw-r--r--ps/lilyponddefs.ps23
1 files changed, 0 insertions, 23 deletions
diff --git a/ps/lilyponddefs.ps b/ps/lilyponddefs.ps
index 53fed1bb2c..114d0beaaa 100644
--- a/ps/lilyponddefs.ps
+++ b/ps/lilyponddefs.ps
@@ -46,29 +46,6 @@
grestore
} bind def
-%
-% FIXME. translate to middle of box.
-%
-
-/draw-box % breapth width depth height
-{
- /h exch def
- /d exch def
- /w exch def
- /b exch def
- gsave
-
- 0 setlinewidth
- b neg d neg rmoveto
- b w add 0 rlineto
- 0 d h add rlineto
- b w add neg 0 rlineto
- closepath % 0 d h add neg rlineto
- fill
-
- grestore
-} bind def
-
/start-line % height
{
dup base-line-skip gt {