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.

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

Reply via email to