bug-lilypond
[Top][All Lists]
Advanced

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

Bug: rest on wrong side after staff change


From: Roland Goretzki
Subject: Bug: rest on wrong side after staff change
Date: Tue, 16 Jan 2007 02:57:29 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> 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 >>
  >>
}





reply via email to

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