bug-lilypond
[Top][All Lists]
Advanced

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

Re: Bug: rest on wrong side after staff change


From: Graham Percival
Subject: Re: Bug: rest on wrong side after staff change
Date: Thu, 18 Jan 2007 16:13:45 -0800
User-agent: Thunderbird 1.5.0.9 (Macintosh/20061207)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond






reply via email to

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