bug-lilypond
[Top][All Lists]
Advanced

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

Issue 240 in project lilypond


From: codesite-noreply
Subject: Issue 240 in project lilypond
Date: Tue, 16 Jan 2007 05:00:46 -0800

Issue 240: rest after \change Staff  is placed below original materal on that 
staff
http://code.google.com/p/lilypond/issues/detail?id=240

Comment #2 by hanwenn:
note that this example isn't minimally reduced.
The following is still much simpler and shows the same
behavior.

****

\version "2.11.11"
rechts = \context Staff \relative c'{
\context Voice = "rechts"
s
\change Staff = down r4
}

links =  \context Staff \relative c{
\context Voice = "links"
 s4
 \stemDown
 <b>4
}

\score {
\context PianoStaff <<
  \context Staff = "up" << \clef violin \rechts >>
  \context Staff = "down" << \clef bass \links >>
>>
\layout { ragged-right = ##t }
} ****



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




reply via email to

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