bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: possibly bug in \fret-diagram


From: Mats Bengtsson
Subject: Re: possibly bug in \fret-diagram
Date: Mon, 21 Apr 2008 13:02:38 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070716)

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
address@hidden
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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

[Prev in Thread] Current Thread [Next in Thread]