lilypond-user
[Top][All Lists]
Advanced

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

A lyrics problem


From: Jacques Menu
Subject: A lyrics problem
Date: Mon, 21 Nov 2022 23:27:39 +0100

Hello folks,

I have a word across a measure and a coda placed farther ahead in the score, as 
shown below.

Is there a way to hide the hyphens between "Kumba" and the measure starting the 
coda?

This can be tested on the snippet at the end of this message.

Thanks if you can help!

JM



TIFF image


… … …

TIFF image

TIFF image




%%%%%%%%%%%%%%%%

\version "2.23.80"

#(set-global-staff-size 32)

\score {
  <<

    \new Staff
    <<
      \new Voice = "voixA"  {
        \clef "treble"
        \partial 2
        a2 |
        b16 c8. r4 r2 |
        f8 g4. a2 ~ |
        a2 r2
      }

      \new Lyrics \lyricsto "voixA"
      {
        Oh   |
        Lor -- d  -- | %%%%%%%%%%% <---------- Here
        Kum -- ba -- ya __
      }


    >>
  >>
}

%%%%%%%%%%%%%%%%

TIFF image


reply via email to

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