A workaround is to do

\version "2.10.19"
\include "deutsch.ly"

\new Staff = "foobarbaz" \with {
 fontSize = #-3
 \override AccidentalSuggestion #'cautionary-style = ##f
\override AccidentalSuggestion #'font-size = #-5 % 2 steps smaller than fontSize!
 \override StaffSymbol #'staff-space = #(magstep -3)
}
{\set suggestAccidentals = ##t cis''}

  /Mats

Robert Memering wrote:
Hi all,

in the current stable branch the small accidental
symbols produced with suggestAccidentals = ##t are
not scaled when the Staff is scaled using the method
shown in the example below.

This issue is fixed in 2.11, but at the moment I can't
use 2.11 because it completely breaks the carefully
balanced (fixed) vertical spacing of my A3 40-voice score.
(Spem in alium by Tallis)

Is there any chance that this bug gets fixed in 2.10 ?
I would really love to publish my edition in "1.0-quality".

Regards,
Robert


EXAMPLE:

\version "2.10.19"
\include "deutsch.ly"

\new Staff = "foobarbaz" \with {
  fontSize = #-3
  \override StaffSymbol #'staff-space = #(magstep -3)
}
{\set suggestAccidentals = ##t cis''}



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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        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