lilypond-user
[Top][All Lists]
Advanced

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

Dynamic collisions


From: TaoCG
Subject: Dynamic collisions
Date: Sun, 30 Sep 2012 08:55:48 -0700 (PDT)

I'm getting a lot of colliding dynamics like in the attached pdf. 
sf_03_m14.pdf
<http://lilypond.1069038.n5.nabble.com/file/n133884/sf_03_m14.pdf>  
If I try to isolate that specific measure the dynamics don't collide:

\version "2.16.0"

\score
{
  <<
    \new PianoStaff
    <<
      \new Staff \relative c'''
      {
        \override Score.Hairpin #'circled-tip = ##t
        \override Score.Hairpin #'minimum-length = #10
        r4 \times 2/3 { r8 d4~\< } \times 2/3 { d8\pppp\> r4\! } r4
      }
      \new Staff \relative c'
      {
        \clef F
        <<
          { r16 d4..~^\< d\p\> r16\! } \\
          { r2 \times 2/3 { r4 c8~\< } \times 2/3 { c\f\> r4\! } }
        >>
      }
    >>
  >>
}

Does anyone have an idea what might be causing this and how to resolve it?




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Dynamic-collisions-tp133884.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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