lilypond-user
[Top][All Lists]
Advanced

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

Re: Add prefix to lyrics


From: Kieren MacMillan
Subject: Re: Add prefix to lyrics
Date: Thu, 2 Sep 2010 09:09:21 -0400

Hi Robert,

> As I sad, the problem is, that the usual dash (-) symbol is not really
> looking like the hyphen. My question was, how to archieve it to display
> a hyphen which looks very similar to the one generated by lilypond.
> (Which seems to be rather a line than a character).

\version "2.13.31"

\paper { line-width = 3\in ragged-right = ##f }

<<
  \relative { g'2 f }
  \addlyrics { \once \override LyricText #'self-alignment-X = #0.6 \markup { 
"Pro" \raise #0.47 \override #'(thickness . 1.3) \draw-line #'(0.55 . 0) phe } 
-- tan }
>>

Hope this helps!
Kieren.


reply via email to

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