lilypond-user
[Top][All Lists]
Advanced

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

Overshooting melisma in multi-stanza music, Lilypond 2.24.0


From: Eirik Bjørlo
Subject: Overshooting melisma in multi-stanza music, Lilypond 2.24.0
Date: Sun, 5 Feb 2023 00:43:32 +0100

Hello,

 

I am having some trouble with overshooting melisma, as you can see in attached output. Se also MWE below. What could cause this?

 

I do realise that there should have been 4 voltas, but the «bug» still persists even when I correct this.

 

There is also a Music stackexchange threat which I created on this for future Reference. https://music.stackexchange.com/questions/127261/lilypond-how-to-avoid-overshooting-melisma-in-last-stanzas-incl-mwe-and-outpu

\version "2.24.0"

 

global = {

  \key f \major

  \time 4/4

}

 

sopranoVoice = \relative c'' { \new Voice = "stemme" {

  \global

 

  % Music follows here.

  \repeat volta 3 {

\bar ".|:" c4 4 4 4 |

\alternative{

\volta 1,2

{d4 4 4 4|

g,4 4 4 4 |

 c,4 e g bes16~ 16~ 16~ 16|}

\volta 3

{ e4 4 4 8 8|}

}%end alternatives

  }% end repeats

}% endVoice

} %end music

 

 

verseOneSopranoVoice = \lyricmode {

  \set stanza = "Chorus:"

  % Lyrics follow here.

  Chorus! is my desire, also part of chorus!

  <<{\set stanza = "1."

  Now I sing my be -- au -- ti -- ful __

    }

    \new Lyrics

    {\set associatedVoice = "stemme"

      \set stanza = "2." Oh how wonder -- ful is this happy song! __

    }

    \new Lyrics

    {\set associatedVoice = "stemme"

      \set stanza = "3." Oh yes, there! I see over there is __

    }

    >>

  and the song is over.

}

 

 

voiceParts = \new ChoirStaff <<

\new Staff  { \sopranoVoice }

\addlyrics { \verseOneSopranoVoice }

>> 

 

\score {

  <<

    \voiceParts

  >>

  \layout { }

}

 

Attachment: Skjermbilde 2023-02-05 002359.png
Description: PNG image


reply via email to

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