diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-04-01 09:53:37 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-04-01 14:10:50 +0200 |
commit | 367f1b39644898ed605265c38d42063bbee1df71 (patch) | |
tree | 3444086d64d46f6b0346439de760aadac1cd0927 /03-circus | |
parent | 48db0fc4b6ad9162c183457a4971b270bc83fa44 (diff) |
Add chord track (enable with LILYPOND_USE_CHORDS).
This is used for the drum guide track where too much detail would
distract from the click.
Diffstat (limited to '03-circus')
-rw-r--r-- | 03-circus/03-circus.ly | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/03-circus/03-circus.ly b/03-circus/03-circus.ly index 0f9d5de..9dc3e19 100644 --- a/03-circus/03-circus.ly +++ b/03-circus/03-circus.ly @@ -49,4 +49,6 @@ AllMusic = << } { \stick } >> +AllMusicMIDI = AllMusic + \include "../layouts.ly" |