lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyric tie


From: Federico Bruni
Subject: Re: Lyric tie
Date: Mon, 22 Nov 2010 21:59:41 +0100

Il giorno lun, 22/11/2010 alle 21.27 +0100, Francisco Vila ha scritto:
> Hello, I have been searching a lot and still can not find a solution
> for my lyric ties.  I obtain very misplaced ones and I know that a
> font like DejaVuLGC installed should do the trick in my Ubuntu system.
> My problem is: I have it installed, how do I force lilypond to use
> that font?
> 
> \version "2.13.40"
> \relative c' {
>         r4 f e d | c2 c
> }
> \addlyrics { Buon gior -- no~al mon -- do. }


Maybe something like this?

\version "2.13"
\relative c' {
        r4 f e d | c2 c
}
\addlyrics {
  \override LyricText #'font-name = #"DejaVuLGC"
  Buon gior -- no~al mon -- do.
}

HTH,
Federico




reply via email to

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