Peter,
I like Trevor's suggestions. I'd also recommend the following:
1. In the first verse lyrics, change " " to "" (i.e., remove the space).
This makes One line up better with the notehead. You can also do "\skip 4"
instead. For some reason, in 2.18.2, using " " creates a manual melisma,
which is not what you want in the first verse, I think.
2. Add "\once \tiny" to the note that is only used in the second verse (for
clarity):
<<
{ \once \tiny \once \voiceTwo f }
...
>>
- Abraham
On Mon, Apr 27, 2015 at 9:07 AM, Trevor Daniels [via Lilypond] <
[email protected]> wrote:
>
> Peter wrote Monday, April 27, 2015 8:25 AM
>
> > I have a song with two verses. The lyrics to the second stanza
> occasionally have an extra syllable, such that there is a rest on that beat
> in the first verse but a note in the second verse. I'm trying to address
> this using the code found in notation manual (v. 2.18.2) in Section 2.1.3
> "Stanzas", subsection "Switching to an alternative melody". See
> http://www.lilypond.org/doc/v2.18/Documentation/notation/stanzas#stanzas-with-different-rhythms.
> But I cannot get the lyrics to recognize and line up with the added beat in
> the second stanza. An example, as minimal as I was able to get it, follows
> below. Can anyone help? Also, is there a simpler approach that works for
> this, so I don't have to define a new alternative voice every time this
> situation occurs?
>
> I'd use a simpler approach, like this (it's usually easiest to keep as
> many notes as possible in the music associated with the lyrics, using skip
> or " " to skip them as necessary):
>
> \version "2.18.2"
>
> melody_verse = \relative c' {
> c4
> <<
> { \once \voiceTwo f }
> \new Voice { d'4\rest }
> >>
> g,4 a |
> }
>
> \score {
> <<
> \new Staff {
> \new Voice = "main" {
> \repeat volta 2 { \melody_verse }
> }
> }
>
> \new Lyrics \lyricsto "main" {
> One " " three four.
> }
> \new Lyrics \lyricsto "main" {
> Uno dos tres quatro.
> }
> >>
> }
>
> Trevor
> _______________________________________________
> lilypond-user mailing list
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=175485&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/Trouble-with-alternative-melody-and-lyrics-tp175453p175485.html
> To start a new topic under User, email [email protected]
> To unsubscribe from Lilypond, click here
> <http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=2&code=dGlzaW1zdC5saWx5cG9uZEBnbWFpbC5jb218Mnw4MzU3Njg3MDU=>
> .
> 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>
>
--
View this message in context:
http://lilypond.1069038.n5.nabble.com/Trouble-with-alternative-melody-and-lyrics-tp175453p175500.html
Sent from the User mailing list archive at Nabble.com._______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user