Updates:
        Status: Fixed
        Labels: -Patch-needs_work fixed2_14_0

Comment #9 on issue 36 by k-ohara5...@oco.net: collision cresc and kneed beams -
http://code.google.com/p/lilypond/issues/detail?id=36

Fixed with commit ad45306
<http://lilypond.org/doc/v2.14/Documentation/notation/common-notation-for-keyboards#changing-staff-manually> points to instructions on tweaking beam positions, and demonstrates spacing the hairpin further.

\context PianoStaff <<
  \new Staff = "up" \relative {
    \once\override Beam #'positions = #'(6 . 5)
    \once\override DynamicLineSpanner #'staff-padding = #2.5
    \stemDown f'16\< d b\!
    \change Staff = down \stemUp g
  }
  \new Staff = "down" { s4 }



Attachments:
        36.preview.png  3.0 KB


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to