summaryrefslogtreecommitdiff
path: root/01-song1
diff options
context:
space:
mode:
Diffstat (limited to '01-song1')
-rw-r--r--01-song1/01-song1.ly33
1 files changed, 1 insertions, 32 deletions
diff --git a/01-song1/01-song1.ly b/01-song1/01-song1.ly
index 7f85e93..d66b0da 100644
--- a/01-song1/01-song1.ly
+++ b/01-song1/01-song1.ly
@@ -48,35 +48,4 @@ AllMusic = <<
} { \stick }
>>
-%% Two scores are needed: one with drums for MIDI and the other for
-%% notation.
-\score {
- \unfoldRepeats {
- <<
- \AllMusic
- \new DrumStaff { \click }
- >>
- }
- \midi { \tempo 4 = 180 }
-}
-
-\score {
- %% Always unfold repeats in the big score. The individual parts can
- %% have repeats as they wish.
- \unfoldRepeats { \AllMusic }
- \layout {
- \tempo 4 = 180
- \context {
- %% add the RemoveEmptyStaffContext that erases rest-only staves
- \Staff \RemoveEmptyStaves
- }
- \context {
- \Score
- \numericTimeSignature
- %% Remove all-rest staves also in the first system
- \override VerticalAxisGroup.remove-first = ##t
- %% If only one non-empty staff in a system exists, still print the starting bar
- \override SystemStartBar.collapse-height = #1
- }
- }
-}
+\include "../layouts.ly"