3 texidoc = "Use an alternative music font (gonville). To use this,
4 put gonville-20.otf and gonville-brace.otf in a directory where
5 lilypond can find them (use the --include option to extend the search
15 %% bogus statement, because myStaffSize must be assigned before
16 %% the scheme statement starts parsing.
19 #(add-music-fonts fonts "gonville" 'gonville '((20 . 20.0))
23 sampleMusic = \relative {
24 a'4-\trill_\sfz b8 c16 d32
29 \set Staff.instrumentName = #"Default"
35 \set Staff.instrumentName = #"Feta"
39 #(define font-defaults
40 '((font-family . feta) (font-encoding . fetaMusic)))
46 \set Staff.instrumentName = #"Gonv"
50 #(define font-defaults
51 '((font-family . gonville) (font-encoding . fetaMusic)))
57 \set Staff.instrumentName = #"Gonv override"
59 \override NoteHead.font-family = #'gonville
60 \override Script.font-family = #'gonville