lilypond-user
[Top][All Lists]
Advanced

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

Re: followvoice for other staffs besides piano?


From: Colin Wilding
Subject: Re: followvoice for other staffs besides piano?
Date: Wed, 10 May 2006 06:36:33 -0700 (PDT)

Yes, it is.  Try this:

\version "2.8.1"

\score {
        \new ChoirStaff \with { followVoice = ##t } <<
        
                \new Staff = "tenor" { 
                        a''4 b'' c'' d'' 
                        \voiceOne a''4 b'' c'' d'' \oneVoice
                        a''4 b'' c'' d''
                } 
                \new Staff = "bass" { 
                        a'4 b' c' d'
                        \change Staff = "tenor" \voiceTwo
                        e' f' g' a'
                        \change Staff = "bass" \oneVoice
                        a'4 b' c' d'
                } 
        >>
} 

Colin



jimmy2 wrote:
> 
> I would like to put a voice following indication between two staffs of a
> choral
> piece, e.g. from the tenor to the bass part.  Is it possible to get a
> marking
> like the one from \set followVoice = ##t when I am using 4 staffs?
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 
--
View this message in context: 
http://www.nabble.com/followvoice-for-other-staffs-besides-piano--t1584237.html#a4319653
Sent from the Gnu - Lilypond - User forum at Nabble.com.





reply via email to

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