lilypond-user
[Top][All Lists]
Advanced

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

Re: not so nice horizontal spacing


From: Nick Payne
Subject: Re: not so nice horizontal spacing
Date: Wed, 19 Sep 2012 17:56:20 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0

On 19/09/12 17:39, Stefan Thomas wrote:
> Dear Janek,
> I've read the discussion You have mentioned but I couldn't find a
> solution there, a working command that reduces the discance between
> the accidentals and the music.

You can use Score.AccidentalPlacement #'right-padding, which has a
default value of 0.15:

\version "2.16.0"

\relative c'' {
  cis1
  \override Score.AccidentalPlacement #'right-padding = #0.5
  cis
  \override Score.AccidentalPlacement #'right-padding = #-0.15
  cis
  \revert Score.AccidentalPlacement #'right-padding
  cis
}



reply via email to

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