]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ly-examples/theory.ly
Issue 5166/1: Doc: Update default font description
[lilypond.git] / Documentation / ly-examples / theory.ly
index 629cf409ebf844cb0ae62214901ce5f9167b5140..bbf76e3f0a913af2a278deda4a7d534c26eb9b9e 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.15.32"
+\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 |