]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/included/gonville.ly
Use alist for design sizes in gonville.ly.
[lilypond.git] / Documentation / included / gonville.ly
index 1ee8e4a6490912e2ff4fc672342af6f6699c0dc1..d0d6f1ad3807347c0c96f9285b4d59562b2a0e6b 100644 (file)
@@ -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
+  a4-\trill_\sfz b8 c16 d32
 }