bug-lilypond
[Top][All Lists]
Advanced

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

cross-staff beam slope behavior


From: Alex Shanin
Subject: cross-staff beam slope behavior
Date: Sat, 9 Aug 2008 07:31:11 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.
% Hi. Here is the problem I met while typesetting
% a long double-voice cross-staff running-up. I'm
% unsure if there's a shorter way to reproduce it.
% Build 2.10.33 behaves identically.
%
% Upper beam gets sloped ok, lower doesn't at all.

\version "2.11.55"
\paper { ragged-right = ##t }

issue = \relative {
  c,8 [ g'
  \change Staff = RH
  d' a' e' b' ]
  b [ e, a, d,
  \change Staff = LH
  g, c, ]
}

\new PianoStaff <<
  \new Staff = "RH" { \clef treble \time 3/4 }
  \new Staff = "LH" { \clef bass   \time 3/4 }
  \context Staff = RH {
    \voiceOne
    \change Staff = LH
    \issue %%%% slope ok
    \oneVoice
  }
  \context Staff = LH {
    \voiceTwo
    \issue %%%% no slope
    \oneVoice
  }
>>






reply via email to

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