lilypond-user
[Top][All Lists]
Advanced

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

Re: Descant


From: Robin Bannister
Subject: Re: Descant
Date: Tue, 15 Oct 2013 15:55:34 +0200

Emil Salim" wrote:
How do I add the descant line on top of the SATB

The score block currently contains just a ChoirStaff context. You need to add a new Staff context which runs simultaneously. So wrap the ChoirStaff block in a pair of double angle brackets and insert the new Staff at the beginning of this outer block. A minimal example would then read like:

\score {
 <<
   \new Staff \new Voice = descants { \descant }
   \context ChoirStaff <<
     \context Staff = upper <<


The attached png has \descant defined as { \transpose c c'' \tenor }


Cheers, Robin

Attachment: descant.png
Description: PNG image


reply via email to

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