lilypond-user
[Top][All Lists]
Advanced

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

Re: reducing space between notes and following accidentals


From: Thomas Morley
Subject: Re: reducing space between notes and following accidentals
Date: Tue, 10 Jan 2012 22:34:17 +0100

Hi Janek

2012/1/10 Janek Warchoł <address@hidden>:
> Hi,
>
> i'm trying to force Lily to squeeze attached example as much as
> possible.  I managed to move accidentals closer to themselves and
> closer to the notes that follow them using padding and right-padding,
> but i can't manage to reduce the gap "before" accidentals (i.e.
> between accidental and /preceeding/ note).  Any help?
>
> \score {
>        \new Staff \with { \remove Time_signature_engraver } { \time 3/4 \key
> ges \major
>                <<
>                        \override Staff.AccidentalPlacement #'right-padding = 
> #0.0
>                        \override Staff.AccidentalPlacement #'padding = #0.075
>                        \relative c'' { a8 bes b c cis d d4 (e? ) <bes' es>
>                        es4 es,,8 es d es e f fis g as a bes b c cis d es
>                        es4 ( e) <b' e> }
>                        \relative c' { e8 f fis g gis a a4 bes eis?
>                        es4 bes,8 bes a bes | b c cis d es e | f fis g gis a 
> bes |
>                        bes4 b e }
>                >>
>        }
>        \layout {
>                indent = 0
>                line-width = 100 \mm
>                system-count = #1
>        }
> }
>
> cheers,
> Janek


\override Staff.Accidental #'extra-spacing-width = #'(0.1 . 0 )
?

Cheers,
  Harm

reply via email to

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