lilypond-user
[Top][All Lists]
Advanced

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

Re: Temporary font change?


From: Urs Liska
Subject: Re: Temporary font change?
Date: Thu, 19 Feb 2015 15:31:39 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0


Am 19.02.2015 um 15:25 schrieb Klaus Blum:
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"?

https://sites.google.com/site/tisimst/Home/custom-font-how-to#localized-font-changes
?

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.

_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user




reply via email to

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