lilypond-user
[Top][All Lists]
Advanced

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

Divisi Vocals


From: Ed Ardzinski
Subject: Divisi Vocals
Date: Sun, 24 Apr 2011 14:01:48 +0000

I have tried to look up examples of how to have a divisi vocal part, and all the examples seem to have the music definitions in the score block.  In fact, looking at the 2.12 documentation I can't find anything about it.  Looking through the archives I saw something about a potential feature for hiding a complete staff...is that available in 2.12?
 
My code style is to create most of my music definitions in variables, and put the various fragments together in larger parts - eventually my score blaock look something like this (just an example)
 
\score
{
<<
 \new PianoStaff
 <<
  \new Staff {\rh}
  \new Staff {\lh}
 >>
>>
 \layout {\context {}}
}
 
I'd like to be able to keep this code style - it's been really helpful and "clean".  Any pointers to archives and documentation would be appreciated.  Thanks!

reply via email to

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