lilypond-user
[Top][All Lists]
Advanced

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

Re: flag and accidental too snug


From: Pierre Perol-Schneider
Subject: Re: flag and accidental too snug
Date: Thu, 17 Apr 2014 18:52:56 +0200

2014-04-16 16:29 GMT+02:00 Mike Solomon <address@hidden>:
Hey all,

Hi Mike,
 
In the fourth staff of the attached PNG, the sharp of the E-sharp is dangerously flirty with the flag of the D-natural. Is there a sort of skyline padding one can add to flags or accidentals to give them more breathing room?

Here are two basic solutions:

\version "2.18.2"
\relative c''

{

  \key b \major

  \override Score.TimeSignature.stencil = ##f

  \tuplet 5/4 {

    ais8 b e4 d8*1/2 s % This one's bad !

  }

  \tuplet 5/4 {

    % maybe better :

    \once\override Staff.AccidentalPlacement.padding = #-.05

    eis,8 fis cis'8.[ bis]

  }

}


HTH,

~Pierre


 

reply via email to

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