[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lyric spacing after em dash
From: |
Dan Eble |
Subject: |
Re: lyric spacing after em dash |
Date: |
Sun, 17 Jan 2016 09:58:04 -0500 |
On Jan 17, 2016, at 06:15 , Simon Albrecht <address@hidden> wrote:
>
> Please give a minimal example. Seems sensible, though.
%% The uneven spacing of the notes would be helped by removing the
%% space after "tuh—“.
\version "2.19.0"
\layout {
ragged-right = ##t
}
aNotes = \relative c'' { c8 d e f c4 }
stanzaI = \lyricmode { Test -- ing, tuh— wut? o—o }
<<
\new Staff <<
\new Voice = "melody" \aNotes
>>
\new Lyrics <<
\lyricsto "melody" \stanzaI
>>
>>