lilypond-user
[Top][All Lists]
Advanced

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

cross-staff beams


From: Martin Tarenskeen
Subject: cross-staff beams
Date: Wed, 1 Dec 2010 09:56:29 +0100 (CET)
User-agent: Alpine 2.02 (LFD 1266 2009-07-14)


Hi,

Please try the following example, which is rendered less than optimal using 2.13.40. Do you agree Lilypond should be able to do better than this ? Is it worth a bug report ?

%---------------------8<-------------------------

\version "2.13.40"

upper = \relative c' {
  \clef treble
  \time 2/4
  \set Staff.beatStructure = #'(2)
  e4 e | e e |
}

lower = \relative c {
  \clef bass
  \time 2/4
  R2 |
  \change Staff = "up" e'8
  \change Staff = "down" a,,
  \change Staff = "up" e''
  \change Staff = "down" a,, |
}

\score {
  \new PianoStaff <<
    \new Staff="up" \upper
    \new Staff="down" \lower
  >>
  \layout {}
}

%------------------------------8<--------------------------------------




reply via email to

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