You have certainly found a bug. Looking at the code, it turns out that the scaling by size was done twice for these symbols. I have submitted a patch to the source code repository so the bug will be fixed in next 2.11.x version. However I'm not sure when the next 2.10.x release will appear (if ever) and as far as I can see, there is no workaround except to manually
edit the file .../scm/fret-diagrams.scm and replace the line (line 221)
(sans-serif-stencil layout props (* size xo-font-mag) glyph-string) xpos X)))
by
(sans-serif-stencil layout props xo-font-mag glyph-string) xpos X)))

  /Mats


littleflock wrote:
Greetings ,
I am using \version "2.10.33". I experienced incorrect results upon resizing \fret-diagram , specifically for
\markup
\override #'(size . 3.0){
        \override #'(dot-radius . 0.35){
                \fret-diagram-terse #"x;x;o;2;3;2;"
        }
}

Everything is resized correctly APART from the 'x' and 'o' in the argument list of \fret-diagram. Could please someone have a look at that if time allows ? Ohh, I would appreciate an answer on the outcome. Thatnk you all for this incredible software. Regards, Frank



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

--
=============================================
        Mats Bengtsson
        Signal Processing
        School of Electrical Engineering
        Royal Institute of Technology (KTH)
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: [EMAIL PROTECTED]
        WWW: http://www.s3.kth.se/~mabe
=============================================



_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to