lilypond-user
[Top][All Lists]
Advanced

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

Dynamics collision in 2.11.64


From: Dmytro O. Redchuk
Subject: Dynamics collision in 2.11.64
Date: Fri, 28 Nov 2008 15:36:51 +0200

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
Description: PNG image

Attachment: dyn_2.11.42.png
Description: PNG image


reply via email to

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