]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ly-examples/theory.ly
Doc: CG - replace references of Google Code with Sourceforge Allura
[lilypond.git] / Documentation / ly-examples / theory.ly
index 9f8adab952c4e8612584e1f956dc6692b58f61c4..bbf76e3f0a913af2a278deda4a7d534c26eb9b9e 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.14.0"
+\version "2.19.21"
 \include "example-header.ily"
 
 #(ly:set-option 'point-and-click #f)
+#(set-global-staff-size 24)
 
 global = {
     \time 4/4
     \numericTimeSignature
     \key c \major
-    #(set-global-staff-size 24)
 }
 
-cf = \relative {
+cf = \relative {
   \clef bass
   \global
   c4 c' b a |
@@ -54,9 +54,6 @@ bassFigures = \figuremode {
   >>
   \layout {}
   %{\midi {
-    \context {
-      \Score
-      tempoWholesPerMinute = #(ly:make-moment 120 4)
-    }
+    \tempo 4 = 120
   }%}
 }