lilypond-user
[Top][All Lists]
Advanced

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

Re: change font name of just lyrics?


From: Klaus Blum
Subject: Re: change font name of just lyrics?
Date: Tue, 26 May 2015 10:50:23 -0700 (MST)

Hi Josh, 

you could try it like this:

% ------------------------------------------------------
\version "2.18.2"

\relative c' { c4 d e f }
\addlyrics { This is my text }

\layout {
  \context {
    \Lyrics
    \override LyricText.font-name = #"Arial Narrow"
  }
}
% ------------------------------------------------------

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/change-font-name-of-just-lyrics-tp177096p177098.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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