Hello,

i've run into some problem with 2.11.64:
DynamicsText collide with Hairpins if #'to-barline = ##t.

As you can see (attached), there is everything ok with 2.11.42.

% \version "2.11.64"

\score {
        \new Staff \with {
                \remove "Time_signature_engraver"
        } {
                \new Voice \relative c'' {
                        % \override Hairpin #'to-barline = ##f
                        c4 c \< c c
                        c4 \! \mf c c c
                        \break
                        %
                        c4 c \< c c
                        \once \override DynamicText #'self-alignment-X = #RIGHT
                        c4 \! \mf c c c
                        \break
                        %
                        c4 c \< c c
                        \once \override DynamicText #'X-offset = #-5
                        c4 \! \mf c c c
                }
        }
}

\paper {
        indent = 0
        line-width = 7\cm
}

-- 
Dmytro O. Redchuk

<<attachment: dyn_2.11.64.png>>

<<attachment: dyn_2.11.42.png>>

_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to