lilypond-user
[Top][All Lists]
Advanced

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

Temporary font change?


From: Klaus Blum
Subject: Temporary font change?
Date: Thu, 19 Feb 2015 07:25:51 -0700 (MST)

Dear LilyPond fellows, 

is there a way to temporarily change the notation font? 
For example, only some notes or one voice in a hand-written look like
"improviso"?

I'm trying something like  
<http://lilypond.1069038.n5.nabble.com/file/n172083/Zwischenablage01.png> 

by a code like this:

% -------------------------------------------------
\version "2.18.2"
<<
  \new Staff {
    <<
      { c'1^"Complete the following intervals:"  f' dis'}
      \\
      {
        \override NoteHead.color   = #blue
        \override Accidental.color = #blue
        % do some magic here to change to "improviso" font
        a'1 a' ais'
      }
    >>
  }
  \new Lyrics \lyricmode { "major 6th        "1 "major 3rd        " "perf.
5th        " }
>>
% -------------------------------------------------

Thanks in advance for your thoughts, 
Klaus




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Temporary-font-change-tp172083.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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