summaryrefslogtreecommitdiff
path: root/01-song1/01-song1.ly
diff options
context:
space:
mode:
Diffstat (limited to '01-song1/01-song1.ly')
-rw-r--r--01-song1/01-song1.ly5
1 files changed, 5 insertions, 0 deletions
diff --git a/01-song1/01-song1.ly b/01-song1/01-song1.ly
index 6ace047..c115733 100644
--- a/01-song1/01-song1.ly
+++ b/01-song1/01-song1.ly
@@ -11,6 +11,7 @@
\include "music/keys.ly"
\include "music/stick.ly"
\include "music/click.ly"
+\include "music/chords.ly"
\layout {
ragged-last = ##t
@@ -46,4 +47,8 @@ AllMusic = <<
} { \stick }
>>
+AllMusicMIDI = #(if (string-null? (getenv "LILYPOND_USE_CHORDS"))
+ #{ \AllMusic #}
+ #{ \chordTrack #})
+
\include "../layouts.ly"