lilypond-user
[Top][All Lists]
Advanced

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

cresc over whole notes with lyrics


From: Molly Preston
Subject: cresc over whole notes with lyrics
Date: Tue, 8 Jun 2021 19:34:39 -0400

What is the best way to handle crescendos and decrescendos when they need to start on beat 4 of a whole note for example. 

Lyrics that start in one voice also disappear when introducing <<...\\ ...>>
using spacers for crescendos and decrescendos over a whole note that start on a different beat other than the downbeat.

In the following example the second syllable should start on the d'1 not it's tied note.
What is the best way to do crescendos, decrescendos, ties, \sustainOn etc in these situations? Especially if the lyrics disappear, that's a problem. 

I seem to be missing something regarding voices I assume?

How would you all handle this so the lyrics don't disappear?


\version "2.20.0"
 \new Staff <<
    \new Voice = "music"  {
      
      e'1 ~
      <<
        {e'1 | d'1 ~  }
        \\
        {s2 s \> }
      >>
    
    d'1
    
    }

   \new Lyrics \with { 
     \override VerticalAxisGroup.
        nonstaff-relatedstaff-spacing.padding = #2
      \override VerticalAxisGroup.
        nonstaff-unrelatedstaff-spacing.padding = #2
  }
   
  %}
 \lyricsto "music"  { Hel -- lo }
 
 >>

-Molly

reply via email to

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