bug-lilypond
[Top][All Lists]
Advanced

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

Re: suggestAccidental symbol too big in 2.10


From: Graham Percival
Subject: Re: suggestAccidental symbol too big in 2.10
Date: Thu, 26 Apr 2007 18:32:22 -0700
User-agent: Thunderbird 1.5.0.10 (Macintosh/20070221)

Since there is a workaround and it does not occur in 2.11, I don't think it's worth adding this to the bug tracker.

Cheers,
- Graham

Mats Bengtsson wrote:
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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond







reply via email to

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