Has the latest CVS version of fret-diagrams.scm been tested with version 2.3?
The font selection code won't work with version 2.2. I get the same
error as before (Can't index a virtual font metric by ASCII). I think
it's a problem with the old fontify-atom routine (some comments say it
needs a name-mag pair). I hope to get up on 2.3.x soon -- I'm going to
create a linux machine just for lilypond development.
Also, the version test for centered-text-stencil was changed, and I
believe the 2.2 code (ly:stencil-align-to!) is now called for version
2.3. The sense of the test was changed in the if statement, from (if
(string<? (lilypond-version) "2.3") (version 2.2 code) (version 2.3
code) to (if (= (cadr (ly:version)) 3) (version 2.2 code) (version 2.3
code)).
I've changed the test back to the original intent and will be submitting
with this set of patches.
Changelog Entry for Patches:
2004-06-22 Carl Sorensen <[EMAIL PROTECTED]>
* fret-diagrams.scm : (draw-dots) default values for dot-size
and dot-position now depend on finger-code
value; in-dot makes dots larger and centered
(draw-barre) added straight-barre indicator option
(draw-dots) made fontify-text-white work
* music-drawing-routines.ps: added /draw_white_text
* output-tex.scm : added white-text
* output-ps.scm : added white-text
* lily.scm (ly:all-stencil-expressions) : Added white-text to
list of stencil expressions
* stencil.scm: Added fontify-text-white
Patches to these files are attached.
Carl Sorensen
patch-fret-diagrams-scm
Description: patch-fret-diagrams-scm
patch-music-drawing-routines-ps
Description: patch-music-drawing-routines-ps
patch-output-tex-scm
Description: patch-output-tex-scm
patch-output-ps-scm
Description: patch-output-ps-scm
patch-lily-scm
Description: patch-lily-scm
patch-stencil-scm
Description: patch-stencil-scm
_______________________________________________ lilypond-devel mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-devel
