From 2c09bfdca011e87b47de61c6f1aa763afbda034b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 20 Feb 2017 23:37:07 +0100 Subject: song 1: Unfold all repeats for shared score. --- 01-song1/01-song1.ly | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '01-song1') 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 { -- cgit v1.2.3