lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 657 in lilypond: Horizontal cross-staff beams


From: lilypond
Subject: Re: [Lilypond-auto] Issue 657 in lilypond: Horizontal cross-staff beams
Date: Fri, 06 Sep 2013 03:10:17 +0000

Updates:
        Summary: Horizontal cross-staff beams
        Status: Started
        Owner: address@hidden
        Labels: -Priority-Medium Patch-new

Comment #2 on issue 657 by address@hidden: Horizontal cross-staff beams
http://code.google.com/p/lilypond/issues/detail?id=657

An easier application of the workaround:
  \override PianoStaff.Beam #'concaveness = #
  (lambda (g)
    (if (ly:grob-property g 'cross-staff #f)
        0 '()))

We should probably adopt this in general: do not score concaveness for cross-staff beams. http://codereview.appspot.com/13584043/

The next improvement, not in this patch, would be: If a beam spans notes on the far staff, the near staff, and back on the far staff, then the notes are concave and the beam would ideally be more horizontal (the slope 'dampened').

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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