Hi Janek

2012/1/10 Janek Warchoł <janek.lilyp...@gmail.com>:
> 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
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to