lilypond-user
[Top][All Lists]
Advanced

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

Re: Divisi Vocals


From: Phil Holmes
Subject: Re: Divisi Vocals
Date: Sun, 24 Apr 2011 15:17:32 +0100

There are a number of examples of vocal music on the LSR - if you search for template you'll find a few. I think that should get you started.

--
Phil Holmes
 
 
----- Original Message -----
Sent: Sunday, April 24, 2011 3:01 PM
Subject: Divisi Vocals

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!


_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user

reply via email to

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