diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-02-20 23:37:07 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-02-20 23:37:07 +0100 |
commit | 2c09bfdca011e87b47de61c6f1aa763afbda034b (patch) | |
tree | 5d933e6fd8d65869e43fbf18e170fcd59b357899 /01-song1 | |
parent | f00595edee67717725a1690cf6df3e603a703688 (diff) |
song 1: Unfold all repeats for shared score.
Diffstat (limited to '01-song1')
-rw-r--r-- | 01-song1/01-song1.ly | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/01-song1/01-song1.ly b/01-song1/01-song1.ly index c6d6a42..7f85e93 100644 --- a/01-song1/01-song1.ly +++ b/01-song1/01-song1.ly @@ -48,8 +48,8 @@ AllMusic = << } { \stick } >> -%% Two scores are needed: one with unfolded repeats for MIDI and the -%% other with regular repeats for notation. +%% Two scores are needed: one with drums for MIDI and the other for +%% notation. \score { \unfoldRepeats { << @@ -61,7 +61,9 @@ AllMusic = << } \score { - \AllMusic + %% Always unfold repeats in the big score. The individual parts can + %% have repeats as they wish. + \unfoldRepeats { \AllMusic } \layout { \tempo 4 = 180 \context { |