bug-lilypond
[Top][All Lists]
Advanced

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

\crossStaff breaks, if stem-direction changes.


From: Thomas Morley
Subject: \crossStaff breaks, if stem-direction changes.
Date: Sat, 15 Dec 2012 01:20:01 +0100

Hi,

a simple
\transpose c c'
(with changing stem-direction)
can break \crossStaff without printing a warning or error.

%%%%%%%%%%% example

\version "2.16.1"

\layout {
  \context {
    \PianoStaff
    \consists #Span_stem_engraver
  }
}

mI =
  \new PianoStaff <<
    \new Staff { d'8 }
    \new Staff { \crossStaff { g'8 } }
  >>

mII =
  \new PianoStaff <<
    \new Staff { \crossStaff { d'8 } }
    \new Staff { g'8 }
  >>

%% Good output
\transpose c c \mI

%% Bad output, no warning or error
\transpose c c' \mI

%% Good output, after manually fixing
\transpose c c' \mII

%%%%%%%%%%% end of example


-Harm



reply via email to

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