summaryrefslogtreecommitdiff
path: root/03-circus
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-10-06 21:51:35 +0200
committerrekado <rekado@elephly.net>2016-10-06 22:22:00 +0200
commit03df081148ba1546c07eaa2baacb6fec6629f953 (patch)
tree4237e69d0739aace203776f36238ae0c7a458dab /03-circus
parent8b345c93515214ca2b3f0d06e306a0734e9f300b (diff)
circus: Add section marks.
Diffstat (limited to '03-circus')
-rw-r--r--03-circus/03-circus.ly1
-rw-r--r--03-circus/music/stick.ly7
2 files changed, 8 insertions, 0 deletions
diff --git a/03-circus/03-circus.ly b/03-circus/03-circus.ly
index 4b9265f..8092e9e 100644
--- a/03-circus/03-circus.ly
+++ b/03-circus/03-circus.ly
@@ -62,6 +62,7 @@ AllMusic = <<
\context {
\Score
\numericTimeSignature
+ markFormatter = #format-mark-box-alphabet
%% 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
diff --git a/03-circus/music/stick.ly b/03-circus/music/stick.ly
index e43776d..2b7373f 100644
--- a/03-circus/music/stick.ly
+++ b/03-circus/music/stick.ly
@@ -312,6 +312,7 @@ stick = <<
\clef "treble_8"
%% intro
+ \mark \default
\time 2/4
\relative c'' { R2 | r4 r8 g ~ | }
\repeat volta 2 \stickA
@@ -321,6 +322,7 @@ stick = <<
}
%% solo
+ \mark \default
\relative c' {
\time 2/4
r4. fis16 e |
@@ -347,6 +349,7 @@ stick = <<
}
%% spooky
+ \mark \default
\key fis \minor
\repeat volta 2 {
\time 2/4
@@ -360,6 +363,7 @@ stick = <<
}
%% Half time feel
+ \mark \default
\key b \minor
\repeat volta 2 {
\repeat volta 2 \stickHalfTimeFeel
@@ -368,11 +372,13 @@ stick = <<
}
%% Beauty
+ \mark \default
\stickBeautyRight
%% Arpeggio
\tempo 4 = 170
\key e \minor
+ \mark \default
\stickBeforeArpeggioRight
\stickArpeggioRight
@@ -385,6 +391,7 @@ stick = <<
\key fis \minor
\transpose c d { \stickArpeggioRightHigher }
\stickDramaRight
+ \mark \default
\stickFinalRight
}