[gsharp-devel] patch: c clef glyph
James Bielman
jamesjb at jamesjb.com
Thu Apr 8 21:07:52 UTC 2004
Hi,
The following (trivial) patch fixes the incorrect display of the
c/alto clef in gsharp:
Index: score-pane.lisp
===================================================================
RCS file: /project/gsharp/cvsroot/gsharp/score-pane.lisp,v
retrieving revision 1.2
diff -u -r1.2 score-pane.lisp
--- score-pane.lisp 25 Feb 2004 22:24:56 -0000 1.2
+++ score-pane.lisp 8 Apr 2004 20:54:55 -0000
@@ -249,7 +249,7 @@
(ecase name
(:treble +glyph-g-clef+)
(:bass +glyph-f-clef+)
- (:c +glyph-f-clef+)))
+ (:c +glyph-c-clef+)))
;;;;;;;;;;;;;;;;;; rest
Also, as a potentially useful data point, I was able to build and run
gsharp using OpenMCL on Mac OS X (modulo exporting
ENSURE-CLASS-USING-CLASS from CLIM-MOP).
James
More information about the gsharp-devel
mailing list