lilypond-user
[Top][All Lists]
Advanced

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

Hyphen in lyrics


From: Stephan Schöll
Subject: Hyphen in lyrics
Date: Mon, 27 Jun 2022 00:18:43 +0200
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0

Hi all

How can I force a hyphen in a word to be printed as in the example with
the word "washed-out":

\version "2.20.0"

\score {
  <<
  \new Staff {
    \new Voice = melody \relative c'{
      d4 d d r
    }
  }
  \new Lyrics \lyricsto "melody" {
    % whashed-out dreams
    \lyricmode { Whashed out dreams }
  }
  >>
}

This hyphen is a part of the word. I don't want to have it printed
optionally depending on the vertical spacing as regular
inter-syllable-hyphens in lyrics do.

\lyricmode { Whashed- out dreams }
or
\lyricmode { "Whashed -" out dreams }
might be viable compromises, but I'd prefer it centered between "washed"
and "out".

TIA
Stephan



reply via email to

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