]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/included/gonville.ly
Doc-es: update Notation/Chords.
[lilypond.git] / Documentation / included / gonville.ly
index 1ee8e4a6490912e2ff4fc672342af6f6699c0dc1..be87460f2f8d719d84881c52031f3fc8b841a394 100644 (file)
@@ -7,7 +7,7 @@ path)."
 
 }
 
-\version "2.13.6"
+\version "2.19.21"
 
 \paper {
   myStaffSize = 20
@@ -16,12 +16,12 @@ path)."
   %% the scheme statement starts parsing.
   bogus = 42
   
-  #(add-music-fonts fonts "gonville" 'gonville '(20)
+  #(add-music-fonts fonts "gonville" 'gonville '((20 . 20.0))
      (/ myStaffSize 20))
 }
 
-sampleMusic = \relative c'' {
-  a4-\trill_\f b8 c16 d32
+sampleMusic = \relative {
+  a'4-\trill_\sfz b8 c16 d32
 }
 
 
@@ -52,11 +52,11 @@ sampleMusic = \relative c'' {
   }
 }
 
-\relative c''
+\relative
 {
   \set Staff.instrumentName = #"Gonv override"
-  c2^\trill c
-  \override NoteHead #'font-family = #'gonville
-  \override Script #'font-family = #'gonville
+  c''2^\trill c
+  \override NoteHead.font-family = #'gonville
+  \override Script.font-family = #'gonville
   c^\trill c 
 }