Am 16.03.2010 19:17, schrieb Robert Clausecker:
Hi all!

I have a problem with the Dynamics context: The Dynamics are always
shifted to the left side, so they often collide with bars in systems
with merged bars.

Is there a way to fix this behavior instead of tweaking the properties
for each dynamic symbol?

I found workaround for the dynamics. But this doesn't work for the pedal statements. I add a "\shift" before each item that collides.

Regards,
Helge

\version "2.12.3"

shift = \once \override DynamicText #'self-alignment-X = #LEFT

        \score {
            \new PianoStaff <<
                \new Staff \relative c' {
                    b1 | c4 d e f | g a b c |
                }
                \new Dynamics {
s1 | \shift s4\ff s s s\p | \shift s\sustainOn s s s\sustainOff |
                }
                \new Staff \relative c' {
                    b1 | c4 d e f | g a b c |
                }
            >>
        }



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

Reply via email to