lilypond-user
[Top][All Lists]
Advanced

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

Re: cross staff line


From: Noeck
Subject: Re: cross staff line
Date: Mon, 08 Dec 2014 10:17:09 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Hi Ming,

when you have the \change Staff already (as adviced in another mail on the
list), what you need here is \showStaffSwitch:

For example:

\version "2.18.2"

<<
\new Staff = up {
  \showStaffSwitch
  a1 \change Staff = "down" c''1
}
\new Staff = down {
  \voiceTwo
  c'1 c'1
}
>>

HTH
Joram



reply via email to

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