The problem is more pronounced in the score where I encountered it, but this example demonstrates it.

%======================
\version "2.13.31"

#(set-global-staff-size 18.5)

\paper { #(set-paper-size "a4") }

notes = \relative c'' {
    \time 12/8
    \key d \minor
    \stemUp
    e16 bes( a g f e d cis b a) g' e f d f a d cis d a d f b a
    b16 f( e d c b a gis fis e) d' b c a c e a gis a( b c) gis a c
}

\score {
    \notes
    \layout { indent = 0 }
}
%======================

Nick

<<attachment: test1.png>>

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

Reply via email to