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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to