lilypond-user
[Top][All Lists]
Advanced

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

Re: Divisi in just one measure of a choir score


From: Niels
Subject: Re: Divisi in just one measure of a choir score
Date: Fri, 20 Mar 2015 07:19:27 -0700 (MST)

Dear Trevor,

Thanks a lot!
Now it works. I assume that the lyrics are connected to the first voice.

My installed version comes from the Ubuntu repositories.
Perhaps I can better install it from an installation download for the
latest version.

Niels

On 03/20/2015 02:59 PM, Trevor Daniels [via Lilypond] wrote:

>
> Niels wrote Friday, March 20, 2015 12:53 PM
>
>  > In the following example I want to add the text to the music.
>  > The second measure is divided in two voices.
>  > However the text skips the second measure.
>
> This is the structure you need:
>
> \version "2.16.2"
>
> \score {
>    \new ChoirStaff <<
>      \new Staff {
>        \relative c'' {
>          \time 3/4
>          fis2 fis4
>          <<
>            { \voiceOne eis2 eis4 }
> %    \\
>            \new Voice {
>              \voiceTwo
>              eis4( dis) eis
>            }
>          >>
>          \oneVoice
>          fis2 fis4
>        }
>        \addlyrics { a b c d e f }
>      }
>    >>
> }
>
> Don't use "\\" but rather just define a second voice.
>
> BTW, 2.16.2 is now rather out of date.  There are
> many improvements in 2.18.2, and even more in
> release 2.19.17, which includes improvements being
> prepared for 2.20.
>
> Trevor
>
>
>
> Trevor
>
> _______________________________________________
> lilypond-user mailing list
> [hidden email] </user/SendEmail.jtp?type=node&node=173392&i=0>
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> ------------------------------------------------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://lilypond.1069038.n5.nabble.com/Divisi-in-just-one-measure-of-a-choir-score-tp173386p173392.html
>
> To unsubscribe from Divisi in just one measure of a choir score, click
> here
> <
> NAML
> <
http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>
Niels


View this message in context: Re: Divisi in just one measure of a choir score
Sent from the User mailing list archive at Nabble.com.

reply via email to

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