Thanks for the report. If you replace your rechts with:
rechts = \context Staff \relative c'{
d8 \change Staff = down a \stemUp r4
}
then you get the notation you desire.
Cheers,
- Graham
Roland Goretzki wrote:
I'm not top posting.
\version "2.10.11" % on debian sarge 3.1
\layout { ragged-right = ##t }
rechts = \context Staff \relative c'{
d8 \change Staff = down a r4
}
links = \context Staff \relative c{
b,4 \stemDown <b>
}
\score {
\context PianoStaff
<<
\context Staff = "up" << \clef violin \rechts >>
\context Staff = "down" << \clef bass \links >>
>>
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond