[gsharp-cvs] CVS gsharp

rstrandh rstrandh at common-lisp.net
Mon Jun 5 00:06:16 UTC 2006


Update of /project/gsharp/cvsroot/gsharp
In directory clnet:/tmp/cvs-serv2358

Modified Files:
	packages.lisp gsharp.asd 
Log Message:
Removed entry "glyphs.lisp" which contained glyphs from Common Music
Notaion and that we are now sure that we will not need.

Removed entry "postscript.lisp" because we are now sure that we will
not need it.



--- /project/gsharp/cvsroot/gsharp/packages.lisp	2006/05/29 19:55:24	1.51
+++ /project/gsharp/cvsroot/gsharp/packages.lisp	2006/06/05 00:06:16	1.52
@@ -231,32 +231,6 @@
 	   #:timeline #:timelines #:elasticity
 	   #:smallest-gap #:elasticity-function))
 
-(defpackage :gsharp-postscript
-  (:use :clim :clim-lisp)
-  (:export #:postscript-path #:make-postscript-path
-	   #:draw-design #:medium-draw-design
-	   #:newpath #:lineto #:curveto #:moveto
-	   #:rlineto #:circle))
-
-(defpackage :gsharp-glyphs
-  (:use :clim :clim-lisp :gsharp-postscript)
-  (:export #:treble-clef #:percussion-clef #:c-clef #:bass-clef #:turn
-	   #:mordent #:double-mordent #:trill-section #:trill-sections
-	   #:arpeggio #:arpeggios #:tr #:accent #:tnecca #:breath-mark
-	   #:caesura #:fermata #:upside-down-fermata #:repeat-sign
-	   #:upper-bracket #:lower-bracket #:segno #:coda #:pedal-off
-	   #:ped #:left-paren #:right-paren #:wedge #:down-bow #:up-bow
-	   #:zero #:one #:two #:three #:four #:five #:six #:seven
-	   #:eight #:nine #:common-time #:cut-time #:plus #:sharp #:flat
-	   #:double-sharp #:natural #:double-flat #:f #:p #:lig-p #:m
-	   #:n #:niente #:subito #:z #:s #:r #:double-whole-note
-	   #:whole-note #:half-note #:quarter-note #:diamond #:diamond-1
-	   #:filled-diamond-1 #:rhythmx #:circled-x #:slash #:mslash
-	   #:triangle #:square #:8th-flag-up #:extend-flag-up
-	   #:8th-flag-down #:extend-flag-down #:whole-rest #:half-rest
-	   #:quarter-rest #:8th-rest #:16th-rest #:32nd-rest #:64th-rest
-	   #:128th-rest #:measure-rest #:double-whole-rest))
-
 (defpackage :gsharp-beaming
   (:use :common-lisp)
   (:export #:beaming-single #:beaming-double))
--- /project/gsharp/cvsroot/gsharp/gsharp.asd	2006/05/29 19:55:24	1.9
+++ /project/gsharp/cvsroot/gsharp/gsharp.asd	2006/06/05 00:06:16	1.10
@@ -33,8 +33,6 @@
    "numbering"
    "Obseq/obseq"
    "measure"
-   "postscript"
-   "glyphs"
    "beaming"
    "elasticity"
    "drawing"




More information about the Gsharp-cvs mailing list