summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-06-03 22:28:08 +0200
committerrekado <rekado@elephly.net>2016-06-03 22:28:08 +0200
commit197bb7bb68ec2408ea0755cdff01dc737251c42c (patch)
tree61ec0d78432e83c769f37809268cca99856a5e44
parent3feb917c1f3e400261b0fbcde19ff80f82dd9115 (diff)
song2: Move layout to score file.
-rw-r--r--02-song2/02-song2.ly6
-rw-r--r--02-song2/parts/bass.ly6
-rw-r--r--02-song2/parts/keys.ly6
-rw-r--r--02-song2/parts/stick.ly6
4 files changed, 6 insertions, 18 deletions
diff --git a/02-song2/02-song2.ly b/02-song2/02-song2.ly
index f9eb981..29c7005 100644
--- a/02-song2/02-song2.ly
+++ b/02-song2/02-song2.ly
@@ -11,6 +11,12 @@
\include "parts/stick.ly"
\include "parts/click.ly"
+\layout {
+ ragged-last = ##t
+ indent = 2\cm
+ short-indent = 1.5\cm
+}
+
AllMusic = <<
\new Staff = "keyboard" { \keyboard }
\new Staff = "bass" { \bass }
diff --git a/02-song2/parts/bass.ly b/02-song2/parts/bass.ly
index cd6de41..f336648 100644
--- a/02-song2/parts/bass.ly
+++ b/02-song2/parts/bass.ly
@@ -142,12 +142,6 @@ bassMusic = {
\bassFinal
}
-\layout {
- ragged-last = ##t
- indent = 2\cm
- short-indent = 1.5\cm
-}
-
bass = \new StaffGroup \with {
instrumentName = #"Bass"
shortInstrumentName = #"Bass"
diff --git a/02-song2/parts/keys.ly b/02-song2/parts/keys.ly
index cb25460..5688a34 100644
--- a/02-song2/parts/keys.ly
+++ b/02-song2/parts/keys.ly
@@ -79,12 +79,6 @@ keysFinal = \relative c' {
f8 b r8 d16 f gis1.\trill
}
-\layout {
- ragged-last = ##t
- indent = 2\cm
- short-indent = 1.5\cm
-}
-
keyboard = \new PianoStaff \with {
instrumentName = #"Synthesizer"
shortInstrumentName = #"Synth"
diff --git a/02-song2/parts/stick.ly b/02-song2/parts/stick.ly
index 2809ec5..f4ac082 100644
--- a/02-song2/parts/stick.ly
+++ b/02-song2/parts/stick.ly
@@ -208,12 +208,6 @@ stickFinalRight = \relative c' {
f8 b' r8 d16 f gis1.
}
-\layout {
- ragged-last = ##t
- indent = 2\cm
- short-indent = 1.5\cm
-}
-
stick = \new PianoStaff \with {
instrumentName = #"Grand Stick"
shortInstrumentName = #"Stick"