[gsharp-devel] patch: c clef glyph
Robert STRANDH
strandh at labri.fr
Fri Apr 9 03:45:48 UTC 2004
Hello,
James Bielman writes:
> 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
Thanks. I applied the patch. I guess nobody had tested that clef.
> 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).
That's good news.
--
Robert Strandh
---------------------------------------------------------------------
Greenspun's Tenth Rule of Programming: any sufficiently complicated C
or Fortran program contains an ad hoc informally-specified bug-ridden
slow implementation of half of Common Lisp.
---------------------------------------------------------------------
More information about the gsharp-devel
mailing list