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
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to