bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 744 in lilypond: Cross-staff beams do not work well when inclu


From: lilypond
Subject: Re: Issue 744 in lilypond: Cross-staff beams do not work well when including rests
Date: Sat, 24 Mar 2012 04:06:28 +0000


Comment #2 on issue 744 by address@hidden: Cross-staff beams do not work well when including rests
http://code.google.com/p/lilypond/issues/detail?id=744

The patch I've proposed for this addresses part of the issue.
The side of the beam that the rest falls on is another issue: here, it is not clear to LilyPond that the rest should go underneath the beam, as while LilyPond knows the correct staff for the rest, it is just guessing the direction of the stem for the rest and makes the direction down. To get the rest under the beam, try:

Up = \change Staff = "up"
Down = \change Staff = "down"

\new PianoStaff <<
  \new Staff = "up"
  \relative c'' {
    \time 6/8
    c'8[ \Down c,16 \Up fis \Down \stemUp r \stemNeutral fis] \Up
  }
  \new Staff = "down" { s4. }





reply via email to

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