bug-lilypond
[Top][All Lists]
Advanced

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

Re: Staff switch line (documentation?) bug


From: Graham Percival
Subject: Re: Staff switch line (documentation?) bug
Date: Sat, 19 Mar 2005 15:44:06 -0800


On 26-Feb-05, at 12:58 PM, Han-Wen Nienhuys wrote:

Proper style would be

\new PianoStaff
  <<
   \new Staff {
      \set followVoice= ##t
       ..notes..
   }


Since the example names the second staff, I've gone with this:

\new PianoStaff <<
  \context Staff=one {
    \set followVoice = ##t
    c1
    \change Staff=two
    b2 a
  }
  \context Staff=two { \clef bass \skip 1*2 }
>>


Does that meet with approval?
- Graham





reply via email to

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