Oops, I gave bad advice. The property name is xo-font-magnification.
The included code works, if line 212 is uncommented, and line 213 is commented
in fretdiagrams.scm.
Good, it works now, but half. The 'xo-font-magnification' property
seems to be the only one that doesn't work when the override command
is externalized. I usually override outside the diagram, when I have
to write many diagrams with the same options, to no repeat code
unnecesarily.
This doesn't work
% ------------------
\override TextScript #'xo-font-magnification = #'0.75
d'2 ^\markup { \override #'(finger-code . below-string)
\override #'(dot-position . 0.5)
\override #'(fret-count . 5)
%\override #'(xo-font-magnification . 0.75)
\fret-diagram-terse #"x;x;o;2-1;3-2;2-3;" }
% ----------------
But maybe it's not important if going to rewrite that.
cheers,
layout {
}
\version "2.10.0"
<<
\chords {d2}
{
%% simple D chord
d'2 ^\markup
\override #'(finger-code . below-string) {
\override #'(dot-radius . 0.35) {
\override #'(dot-position . 0.5) {
\override #'(fret-count . 5) {
\override #'(xo-font-magnification . 0.75) {
\fret-diagram-terse #"x;x;o;2-1;3-2;2-3;" }}}}}
}
_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel