]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/ly-examples/theory.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / Documentation / ly-examples / theory.ly
index 082317705a9400e32d4516b7a3d54bc077d7cb9e..bbf76e3f0a913af2a278deda4a7d534c26eb9b9e 100644 (file)
@@ -1,16 +1,16 @@
-\version "2.16.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 |