lilypond-user
[Top][All Lists]
Advanced

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

reducing space between notes and following accidentals


From: Janek Warchoł
Subject: reducing space between notes and following accidentals
Date: Tue, 10 Jan 2012 22:16:32 +0100

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



reply via email to

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