bug-lilypond
[Top][All Lists]
Advanced

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

Re: \crossStaff breaks, if stem-direction changes.


From: Phil Holmes
Subject: Re: \crossStaff breaks, if stem-direction changes.
Date: Sat, 15 Dec 2012 12:01:05 -0000

"Thomas Morley" <address@hidden> wrote in message news:address@hidden
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

Thanks.  Added as http://code.google.com/p/lilypond/issues/detail?id=3025

--
Phil Holmes
Bug Squad




reply via email to

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