2012/9/30 TaoCG <[email protected]>:
> 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.
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user

No idea why this happens.
FWIW, I'm able to provoce a similiar image if I add:

\layout {
  \context {
    \Score
    \override StaffGrouper #'staff-staff-spacing #'padding = #-1
  }
}


Sorry,
  Harm

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

Reply via email to