lilypond-user
[Top][All Lists]
Advanced

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

Re: Hyphen in a lyrics word


From: David Kastrup
Subject: Re: Hyphen in a lyrics word
Date: Sat, 05 Apr 2014 16:56:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Noeck <address@hidden> writes:

> Hi,
>
> I have to write this word in the lyrics “seen-a”. This is how it’s
> written as text. It should be sung on two notes (like seen -- a). But in
> case the notes are close, it should remain “seen-a” and not “seena”.
>
> Is this issue [2463][] (which is a different usecase but might be used
> for this, too) or am I missing something? This should be a common
> usecase for all words containing hyphens, shouldn’t it?
> I had expected “seen - a” to work, but then the “-” takes up an extra
> note. (And yes, “seen- a” is too ugly and not width-adapting.)

Something like

"\\-" = \tweak minimum-distance #1 #(make-music 'HyphenEvent)
\new Lyrics \lyricmode { seen\-a }

perhaps?


-- 
David Kastrup



reply via email to

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